Remove OSIC from 2-node label types

Currently in OSIC nodepool/shade write out the public IPv6 addrs to the
private addr info files in /etc/nodepool. This is problematic because we
can't run our OVS + VXLAN tunnels over IPv6 (yay networking). Avoid
problems with multinode testing that relies on OVS + VXLAN over the
"private" addrs by removing OSIC from the 2-node labels.

There is work in progress to fix this behavior in nodepool/shade so that
the private info files use the correct IPv4 addresses which we can run
tunnels over no problem.

Change-Id: Ib1eae2f8d254de191d1b687491a3939c2ff273e6
This commit is contained in:
Clark Boylan 2016-08-18 15:01:33 -07:00
parent 68fcf0822d
commit 01851f8a4a

View File

@ -72,7 +72,6 @@ labels:
- name: ovh-bhs1
- name: bluebox-sjc1
- name: internap-nyj01
- name: osic-cloud1
- name: ubuntu-xenial
image: ubuntu-xenial
ready-script: configure_mirror.sh
@ -99,7 +98,6 @@ labels:
- name: ovh-bhs1
- name: bluebox-sjc1
- name: internap-nyj01
- name: osic-cloud1
- name: centos-7
image: centos-7
ready-script: configure_mirror.sh
@ -152,7 +150,6 @@ labels:
- name: ovh-bhs1
- name: bluebox-sjc1
- name: internap-nyj01
- name: osic-cloud1
- name: tripleo-centos-7
image: centos-7
ready-script: configure_mirror.sh