blob: 5f3827b01f58cdb58efeac8ef6e674ecef770bbe [file] [log] [blame]
Mohammed Naserb7b97d62022-03-12 16:30:00 -05001# Copyright (c) 2022 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
Mohammed Naserc8e1a452022-08-11 16:16:13 -040015- hosts: controllers[0]
Mohammed Naserc8e1a452022-08-11 16:16:13 -040016 become: true
17 roles:
Mohammed Naser9edc07f2023-01-24 20:42:06 +000018 - role: cert_manager
19 tags:
20 - cert-manager
21
Mohammed Naser55f0f992023-01-28 18:32:09 +000022 - role: cluster_issuer
23 tags:
24 - cluster-issuer
25
okozachenko1203622ea922023-01-27 18:19:41 +110026 - role: ingress_nginx
27 tags:
28 - ingress-nginx
29
Mohammed Naser35e132f2023-01-24 23:41:55 +000030 - role: rabbitmq_cluster_operator
31 tags:
32 - rabbitmq-cluster-operator
33
Mohammed Naser65a33122023-01-16 21:33:03 +000034 - role: percona_xtradb_cluster_operator
35 tags:
36 - percona-xtradb-cluster-operator
37
38 - role: percona_xtradb_cluster
39 tags:
40 - percona-xtradb-cluster
41
Oleksandr Kozachenkob0093492023-09-06 21:43:47 +020042 - role: keycloak
43 tags:
44 - keycloak
45
Mohammed Naser5bd04482023-01-20 20:40:54 -050046 - role: node_feature_discovery
47 tags:
48 - node-feature-discovery
49
Mohammed Naserb7b97d62022-03-12 16:30:00 -050050 - role: kube_prometheus_stack
51 tags:
52 - kube-prometheus-stack
53
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +000054 - role: loki
55 tags:
56 - loki
57
58 - role: vector
59 tags:
60 - vector
61
Mohammed Naser2144b342022-05-23 10:25:31 -040062 - role: ipmi_exporter
63 tags:
64 - ipmi-exporter
65
Mohammed Naserb7b97d62022-03-12 16:30:00 -050066 - role: prometheus_pushgateway
67 tags:
68 - prometheus-pushgateway
69
okozachenko85a31332022-04-11 23:34:30 +100070 - role: keepalived
71 tags:
72 - keepalived
73
Mohammed Naser5826c0b2023-01-26 19:10:54 +000074 - role: memcached
75 tags:
76 - memcached
77
Mohammed Naser2145fc32023-01-29 23:23:03 +000078 - role: keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050079 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000080 - keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050081
Mohammed Naser2145fc32023-01-29 23:23:03 +000082 - role: barbican
Julian Poss0aad3332022-05-18 09:37:20 +000083 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000084 - barbican
Julian Poss0aad3332022-05-18 09:37:20 +000085
Mohammed Naser0d421e22023-02-09 21:42:38 -050086 - role: rook_ceph
87 when: atmosphere_ceph_enabled | default(true)
88 tags:
89 - rook-ceph
90
Mohammed Naser3b655592023-02-10 05:59:10 +000091 - role: rook_ceph_cluster
92 when: atmosphere_ceph_enabled | default(true)
93 tags:
94 - rook-ceph-cluster
95
Mohammed Naser2145fc32023-01-29 23:23:03 +000096 - role: ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -040097 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -050098 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000099 - ceph-provisioners
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500100
Mohammed Naser2145fc32023-01-29 23:23:03 +0000101 - role: glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500102 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000103 - glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500104
Rico Lind020bc22023-11-01 01:57:03 +0800105 - role: staffeln
106 when: atmosphere_staffeln_enabled | default(true)
107 tags:
108 - staffeln
109
Mohammed Naser2145fc32023-01-29 23:23:03 +0000110 - role: cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500111 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000112 - cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500113
Mohammed Naser2145fc32023-01-29 23:23:03 +0000114 - role: placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500115 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000116 - placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500117
Mohammed Naserab3d88b2023-04-09 17:27:05 -0400118- name: Configure operating system
119 hosts: controllers:computes
120 become: true
121 gather_facts: false
122 roles:
123 - role: lpfc
124 tags:
125 - lpfc
126
Mohammed Naserff42bb32023-06-03 13:42:14 -0400127 - role: multipathd
128 tags:
129 - multipathd
130
Mohammed Naser179bf0d2023-02-17 23:03:23 +0000131- name: Deploy Open vSwitch
132 hosts: controllers:computes
133 become: true
134 gather_facts: false
135 roles:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000136 - role: openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500137 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000138 - openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500139
Mohammed Naser179bf0d2023-02-17 23:03:23 +0000140- hosts: controllers[0]
141 become: true
142 roles:
Mohammed Naserc4499c12023-09-21 10:24:54 -0400143 - role: ovn
144 tags:
145 - ovn
146
Mohammed Naser2145fc32023-01-29 23:23:03 +0000147 - role: libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500148 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000149 - libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500150
Mohammed Naser462cd792022-08-22 14:17:20 -0400151 - role: coredns
152 tags:
153 - coredns
154
Mohammed Naser2145fc32023-01-29 23:23:03 +0000155 - role: nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500156 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000157 - nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500158
Oleksandr Kozachenkoa10d7852023-02-02 22:01:16 +0100159 - role: neutron
160 tags:
161 - neutron
162
Mohammed Naser2145fc32023-01-29 23:23:03 +0000163 - role: senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500164 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000165 - senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500166
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000167 # NOTE(mnaser): This is disabled out of the box until we have a native way
168 # of configuring it with a pre-configured backend out of the
169 # box.
Mohammed Naser2145fc32023-01-29 23:23:03 +0000170 # - role: designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000171 # tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000172 # - designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000173
Mohammed Naser2145fc32023-01-29 23:23:03 +0000174 - role: heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500175 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000176 - heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500177
Mohammed Naser2145fc32023-01-29 23:23:03 +0000178 - role: octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100179 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000180 - octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100181
Mohammed Naser2145fc32023-01-29 23:23:03 +0000182 - role: magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500183 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000184 - magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500185
okozachenko1203f916c0c2023-03-23 21:13:27 +1100186 - role: manila
187 tags:
188 - manila
189
Mohammed Naser2145fc32023-01-29 23:23:03 +0000190 - role: horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500191 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000192 - horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500193
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000194 - role: openstack_exporter
195 tags:
196 - openstack-exporter
197
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500198- hosts: controllers
Mohammed Naser76605b12022-10-01 20:48:57 +0000199 become: true
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500200 roles:
201 - role: openstack_cli
202 tags:
203 - openstack-cli