Use ubuntu-trusty for multi-node testing

cloud-init does what you'd think we want for the hostname, except it's
not because our hostnames are long. ubuntu-trusty nodes used
ubuntu-minimal and simple-init/glean to process things. Add a 2-node
profile based on ubuntu-minimal so that we can use that. A follow up
patch will remove the old devstack-minimal.

Change-Id: I67ea62ebf9360f72f121d77acd1cbd35d8db728b
This commit is contained in:
Monty Taylor 2015-07-08 17:23:35 -04:00
parent c980672d9c
commit d5ea13c353

View File

@ -129,6 +129,20 @@ labels:
- name: rax-dfw
- name: rax-ord
- name: rax-iad
- name: ubuntu-trusty-2-node
image: ubuntu-trusty
ready-script: multinode_setup.sh
subnodes: 1
min-ready: 1
providers:
- name: rax-dfw
- name: rax-ord
- name: rax-iad
- name: hpcloud-b1
- name: hpcloud-b2
- name: hpcloud-b3
- name: hpcloud-b4
- name: hpcloud-b5
- name: devstack-trusty-2-node
image: devstack-trusty
ready-script: multinode_setup.sh