
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
12 lines
254 B
YAML
12 lines
254 B
YAML
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
|