Synchronize nodeset (split trusty and centos)

Separate nodepool files to have trusty & centos7 support
in OpenStack infra.

Fix default definition and centos/trusy defs using Colleen
trusty changes on https://review.openstack.org/#/c/182080

Change-Id: Idc677c214b1ea431b96f18ab6f1d3e0de7e76585
This commit is contained in:
Sebastien Badia 2015-05-19 16:09:47 -07:00
parent cc40b2c161
commit 99641538cc
5 changed files with 31 additions and 7 deletions

View File

@ -0,0 +1,11 @@
HOSTS:
centos-server-70-x64:
roles:
- master
platform: el-7-x86_64
box: puppetlabs/centos-7.0-64-nocm
box_url: https://vagrantcloud.com/puppetlabs/centos-7.0-64-nocm
hypervisor: vagrant
CONFIG:
log_level: debug
type: foss

View File

@ -1,9 +1,11 @@
HOSTS:
ubuntu-14.04-amd64:
ubuntu-server-1404-x64:
roles:
- master
platform: ubuntu-14.04-amd64
hypervisor : none
ip: 127.0.0.1
box: puppetlabs/ubuntu-14.04-64-nocm
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
hypervisor: vagrant
CONFIG:
type: foss
log_level: debug
type: git

View File

@ -3,7 +3,7 @@ HOSTS:
roles:
- master
platform: el-7-x86_64
hypervisor : none
hypervisor: none
ip: 127.0.0.1
CONFIG:
type: foss

View File

@ -1,9 +1,9 @@
HOSTS:
ubuntu-14.04-amd64:
ubuntu-1404-x64:
roles:
- master
platform: ubuntu-14.04-amd64
hypervisor : none
hypervisor: none
ip: 127.0.0.1
CONFIG:
type: foss

View File

@ -0,0 +1,11 @@
HOSTS:
ubuntu-server-1404-x64:
roles:
- master
platform: ubuntu-14.04-amd64
box: puppetlabs/ubuntu-14.04-64-nocm
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
hypervisor: vagrant
CONFIG:
log_level: debug
type: git