From faa60d37d38cadb4c13ea887b12a99068e7f9a6e Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 23 Feb 2016 11:49:19 -0800 Subject: [PATCH] Add the baremetal hpuswest host to the ansible Change-Id: I6018c4f3cec9693d2b4e633a43ef82028f2923e4 --- playbooks/remote_puppet_infracloud.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbooks/remote_puppet_infracloud.yaml b/playbooks/remote_puppet_infracloud.yaml index 7da639e4ef..77aa4e469c 100644 --- a/playbooks/remote_puppet_infracloud.yaml +++ b/playbooks/remote_puppet_infracloud.yaml @@ -1,5 +1,8 @@ --- -# TODO add baremetal controller here +- hosts: "baremetal*.ic.openstack.org:!disabled" + gather_facts: true + roles: + - role: puppet - hosts: "controller*.ic.openstack.org:!disabled" gather_facts: true roles: