xci: osa: Update ansible role for configuring the proxy server 67/61767/3
authorMarkos Chandras <mchandras@suse.de>
Mon, 3 Sep 2018 15:58:40 +0000 (16:58 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Mon, 3 Sep 2018 17:21:35 +0000 (17:21 +0000)
The old role has disappeared so we have to use another one.

Change-Id: I8533912a19680e93a9cf061109019a0801485936
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/files/requirements.yml
xci/installer/osa/playbooks/configure-opnfvhost.yml
xci/installer/osa/playbooks/configure-targethosts.yml
xci/installer/osa/playbooks/post-deployment.yml

index a1b7feb..1e097b0 100644 (file)
@@ -7,4 +7,4 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-- src: peru.proxy_settings
+- src: ruzickap.proxy_settings
index b3b798d..768b656 100644 (file)
@@ -35,7 +35,7 @@
   roles:
     - role: bootstrap-host
       configure_network: xci_flavor != 'aio'
-    - role: peru.proxy_settings
+    - role: ruzickap.proxy_settings
       proxy_settings_http_proxy: "{{ lookup('env','http_proxy') }}"
       proxy_settings_https_proxy: "{{ lookup('env','https_proxy') }}"
       proxy_settings_ftp_proxy: "{{ lookup('env','ftp_proxy') }}"
index a5d2923..dfa1769 100644 (file)
@@ -18,7 +18,7 @@
       with_items:
         - "{{ xci_path }}/xci/var/{{ ansible_os_family }}.yml"
   roles:
-    - role: peru.proxy_settings
+    - role: ruzickap.proxy_settings
       proxy_settings_http_proxy: "{{ lookup('env','http_proxy') }}"
       proxy_settings_https_proxy: "{{ lookup('env','https_proxy') }}"
       proxy_settings_ftp_proxy: "{{ lookup('env','ftp_proxy') }}"
index c0cd017..9f2fec3 100644 (file)
@@ -31,7 +31,7 @@
         remote_xci_scenario_path: "{{ ansible_env.HOME }}/releng-xci/.cache/repos/scenarios/{{ deploy_scenario }}/scenarios/{{ deploy_scenario }}"
 
   roles:
-    - role: peru.proxy_settings
+    - role: ruzickap.proxy_settings
       proxy_settings_http_proxy: "{{ lookup('env','http_proxy') }}"
       proxy_settings_https_proxy: "{{ lookup('env','https_proxy') }}"
       proxy_settings_ftp_proxy: "{{ lookup('env','ftp_proxy') }}"