commit | d4998f425b843b3cceb57f2edb9d462ac63754dd | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Tue Feb 23 11:49:52 2016 -0500 |
committer | Andy Bavier <acb@cs.princeton.edu> | Tue Feb 23 11:49:52 2016 -0500 |
tree | f790203f1d4a12132499e95a124fefc7d7e61019 | |
parent | 144f112eab5ee1722c54872ecf050e97a8334574 [diff] [blame] |
Add openstack services to inventory
diff --git a/cord-test-hosts b/cord-test-hosts index c41c275..8f01e1f 100644 --- a/cord-test-hosts +++ b/cord-test-hosts
@@ -1,7 +1,21 @@ head ansible_ssh_host=localhost connection=local +[openstack] +mysql +rabbitmq-server +keystone +glance +nova-cloud-controller +openstack-dashboard +ceilometer +nagios +neutron-api + +[openstack:vars] +ansible_ssh_user=ubuntu + [compute] nova-compute ansible_ssh_user=ubuntu [all:vars] -test_setup=true +test_setup=true