summaryrefslogtreecommitdiffstats
path: root/xci/infra/bifrost/playbooks/opnfv-virtual.yaml
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-02-05 10:45:46 -0800
committerVictor Morales <victor.morales@intel.com>2018-03-20 04:53:03 -0700
commit0d332a80cf731e5927c81c9f6929a8b83d43cddd (patch)
tree922231520ad28044cf99918027f0d5b063a12b29 /xci/infra/bifrost/playbooks/opnfv-virtual.yaml
parente47cdad33ce29f7db4e0cb72c323ed63504afe16 (diff)
Add proxy support
In some cases the XCI development environment can be located behind a corporate proxy resulting in a additional layer to consider to configure. These changes pretend to include proxy support for all linux distros in all the posible flavors. Change-Id: Iab469268809ac471d09e244bb3ccd83de1a41b88 Signed-off-by: Victor Morales <victor.morales@intel.com>
Diffstat (limited to 'xci/infra/bifrost/playbooks/opnfv-virtual.yaml')
-rw-r--r--xci/infra/bifrost/playbooks/opnfv-virtual.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/xci/infra/bifrost/playbooks/opnfv-virtual.yaml b/xci/infra/bifrost/playbooks/opnfv-virtual.yaml
index f44adb4d..3429f2e6 100644
--- a/xci/infra/bifrost/playbooks/opnfv-virtual.yaml
+++ b/xci/infra/bifrost/playbooks/opnfv-virtual.yaml
@@ -100,6 +100,7 @@
environment:
http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}"
+ no_proxy: "{{ lookup('env','no_proxy') }}"
- hosts: baremetal
name: "Enrollment and Deployment"
@@ -112,7 +113,12 @@
- role: ironic-enroll-dynamic
- { role: ironic-inspect-node, when: inspect_nodes | default('false') | bool == true }
- role: bifrost-configdrives-dynamic
+ ipv4_nameserver: 192.168.122.1
- role: bifrost-deploy-nodes-dynamic
+ environment:
+ http_proxy: "{{ lookup('env','http_proxy') }}"
+ https_proxy: "{{ lookup('env','https_proxy') }}"
+ no_proxy: "{{ lookup('env','no_proxy') }}"
- hosts: baremetal
name: "Deploy machines."