Stop using rax for multinode
Make this change until we have working eth0 and eth1 interfaces on rax VMs as the multinode tests expect the private network to function if it is present. The underlying issue is that eth1 attempts to configure itself iwth dhcp but there is no dhcp in rax and the glean config isn't in place before eth1 is up'd. A new release of dib should fix this by removing the eth1 dhcp config and forcing glean to configure this interface. Change-Id: I4daa46c56d701aedd99e10a69e7fa09b40dfaa47
This commit is contained in:
parent
e96e7684f6
commit
ddf42c50c3
@ -72,8 +72,6 @@ labels:
|
||||
subnodes: 1
|
||||
min-ready: 1
|
||||
providers:
|
||||
- name: rax-dfw
|
||||
- name: rax-ord
|
||||
- name: ovh-gra1
|
||||
- name: ovh-bhs1
|
||||
- name: bluebox-sjc1
|
||||
@ -86,8 +84,6 @@ labels:
|
||||
subnodes: 1
|
||||
min-ready: 0
|
||||
providers:
|
||||
- name: rax-dfw
|
||||
- name: rax-ord
|
||||
- name: ovh-gra1
|
||||
- name: ovh-bhs1
|
||||
- name: bluebox-sjc1
|
||||
|
Loading…
x
Reference in New Issue
Block a user