X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=compass%2Fdeploy%2Fansible%2Fopenstack_juno%2Fallinone.yml;fp=compass%2Fdeploy%2Fansible%2Fopenstack_juno%2Fallinone.yml;h=15220cac42848c89ca1ecb3067e183a77efc73fc;hb=12019717d3be5b4cfa42751cd19cbd42f82bc04a;hp=0000000000000000000000000000000000000000;hpb=eb887812da568cfb4908f6ae14449b2ceaeb5bc0;p=genesis.git diff --git a/compass/deploy/ansible/openstack_juno/allinone.yml b/compass/deploy/ansible/openstack_juno/allinone.yml new file mode 100644 index 0000000..15220ca --- /dev/null +++ b/compass/deploy/ansible/openstack_juno/allinone.yml @@ -0,0 +1,38 @@ +--- +- hosts: all + remote_user: root + sudo: true + roles: + - repo + +- hosts: controller + sudo: True + roles: + - common + - database + - mq + - keystone + - nova-controller + - neutron-controller + - dashboard + - cinder-controller + - glance + +- hosts: network + sudo: True + roles: + - common + - neutron-network + +- hosts: storage + sudo: True + roles: + - common + - cinder-volume + +- hosts: compute + sudo: True + roles: + - common + - nova-compute + - neutron-compute