tripleo-quickstart-extras/playbooks/nodepool-setup.yml
John Trowbridge edfbd87f25 Add role to setup any centos vm to look like nodepool vm
This role will clone the needed CI repos and make sure the
/etc/nodepool files are in place in order to run the toci
scripts on a cloud provisioned CentOS guest.

Change-Id: I7b0b3f27ee012583c22eb1a4372e61cda7a429f1
2017-11-13 15:54:07 +02:00

8 lines
171 B
YAML

# setup the nodepool nodes
- name: Setup the provisioned virtual machines to look like nodepool nodes
hosts: subnodes
gather_facts: yes
roles:
- nodepool-setup