From 95e055a4582070548cb1632934fa18af7be76ced Mon Sep 17 00:00:00 2001 From: baigk Date: Sat, 19 Sep 2015 11:07:44 +0800 Subject: support to assign ppa name when deploy openstack JIRA: COMPASS-63 Change-Id: Ifdaa8a82e849291c1b5d5a48f9f678f5bb417a89 Signed-off-by: baigk --- deploy/adapters/ansible/openstack/compute.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deploy/adapters/ansible/openstack/compute.yml (limited to 'deploy/adapters/ansible/openstack/compute.yml') diff --git a/deploy/adapters/ansible/openstack/compute.yml b/deploy/adapters/ansible/openstack/compute.yml new file mode 100644 index 00000000..8f6100ca --- /dev/null +++ b/deploy/adapters/ansible/openstack/compute.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + remote_user: vagrant + sudo: True + roles: + - common + - nova-compute + - neutron-compute -- cgit 1.2.3-korg