blob: c14f958ebd39b357a5aec74d211d29c74a8f5cf1 (
plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
##############################################################################
# Copyright (c) 2017 HUAWEI TECHNOLOGIES CO.,LTD and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
- hosts: all
remote_user: root
roles:
- pre-openstack
- hosts: controller
remote_user: root
roles:
- config-controller
- hosts: compute
remote_user: root
roles:
- config-compute
- storage
- rt_kvm
- ins_dpdk
- ins_ovs
- hosts: all
remote_user: root
roles:
- sfc-pre
- hosts: localhost
remote_user: root
roles:
- sfc-pre-2
- config-osa
- setup-host
- setup-infrastructure
- setup-openstack
- sync-inventory
- hosts:
- compute
- utility
- neutron_server
- ceilometer_all
- horizon_all
remote_user: root
roles:
- post-osa
- hosts:
- compute
remote_user: root
roles:
- collectd
- hosts:
- controller
remote_user: root
roles:
- influxdb
- grafana
- hosts:
- neutron_openvswitch_agent
- compute
remote_user: root
roles:
- config-dpdk
- hosts: neutron_openvswitch_agent
remote_user: root
roles:
- setup-openvswitch
- hosts:
- localhost
- neutron_all
- galera_container
- network_hosts
- repo_container
- utility
remote_user: root
roles:
- setup-odl
tags:
- odl
- hosts:
- localhost
- neutron_all
- galera_container
- network_hosts
- repo_container
- utility
- tacker_all
remote_user: root
roles:
- setup-odl-sfc
tags:
- odl_sfc
- hosts:
- utility_all[0]
- network_hosts[0]
- horizon
remote_user: root
roles:
- post-openstack
- hosts: localhost
remote_user: root
roles:
- process-openrc
- hosts: moon
remote_user: root
roles:
- moon
|