forked from goozbach/ansible-redhat-openstack
-
Notifications
You must be signed in to change notification settings - Fork 8
/
site.yml
53 lines (41 loc) · 878 Bytes
/
site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
# The main openstack site deployment playbook
- hosts: all
roles:
- huit-accessible
- common
- networking-setup
- pre-tweaks
- hosts: gluster_nodes
roles: [gluster]
- hosts: gluster_master
roles: [gluster-master]
- hosts: openstack_compute
roles: [gluster-client]
#- hosts: swift_storage_nodes
# roles: [gluster-client]
- hosts: openstack_controller
roles:
- packstack
#
# This is a temp hack unti upstream code is fixed.
#
- hosts: [openstack_compute, openstack_controller, openstack_neutron_l3]
roles: [ vxlan-fix ]
- hosts: openstack_neutron_l3
roles:
- network-extras
- hosts: openstack_neutron
roles:
- network-server-extras
- hosts: openstack_horizon
roles:
- network-extras-gui
- hosts: openstack_controller
roles:
# - trove
# - sahara
- hosts: openstack_controller
roles:
- post-config
# - testing