From 933c7a0f36c970d24954b9ba1552a29a75b43976 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 3 Sep 2018 16:58:40 +0100 Subject: xci: osa: Update ansible role for configuring the proxy server The old role has disappeared so we have to use another one. Change-Id: I8533912a19680e93a9cf061109019a0801485936 Signed-off-by: Markos Chandras --- xci/files/requirements.yml | 2 +- xci/installer/osa/playbooks/configure-opnfvhost.yml | 2 +- xci/installer/osa/playbooks/configure-targethosts.yml | 2 +- xci/installer/osa/playbooks/post-deployment.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xci/files/requirements.yml b/xci/files/requirements.yml index a1b7feb3..1e097b09 100644 --- a/xci/files/requirements.yml +++ b/xci/files/requirements.yml @@ -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 diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index b3b798d2..768b6564 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -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') }}" diff --git a/xci/installer/osa/playbooks/configure-targethosts.yml b/xci/installer/osa/playbooks/configure-targethosts.yml index a5d2923c..dfa17696 100644 --- a/xci/installer/osa/playbooks/configure-targethosts.yml +++ b/xci/installer/osa/playbooks/configure-targethosts.yml @@ -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') }}" diff --git a/xci/installer/osa/playbooks/post-deployment.yml b/xci/installer/osa/playbooks/post-deployment.yml index c0cd0171..9f2fec38 100644 --- a/xci/installer/osa/playbooks/post-deployment.yml +++ b/xci/installer/osa/playbooks/post-deployment.yml @@ -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') }}" -- cgit 1.2.3-korg