blob: 6abcbaaeb57f79973d05aabf0a76f456cf599d11 [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
15- hosts: controllers[0]
16 gather_facts: false
17 become: true
18 roles:
19 - role: cilium
20 tags:
21 - cilium
22
Mohammed Naserc8e1a452022-08-11 16:16:13 -040023- hosts: controllers
24 gather_facts: false
25 become: true
26 roles:
27 - role: flux
28 tags:
29 - flux
30
31- hosts: controllers[0]
32 gather_facts: false
33 become: true
34 roles:
Mohammed Naser92f11502022-08-10 17:24:32 -040035 - role: csi
Mohammed Naserb7b97d62022-03-12 16:30:00 -050036 tags:
Mohammed Naser92f11502022-08-10 17:24:32 -040037 - csi
Mohammed Naserb7b97d62022-03-12 16:30:00 -050038
Mohammed Naser9edc07f2023-01-24 20:42:06 +000039 - role: cert_manager
40 tags:
41 - cert-manager
42
Mohammed Naser55f0f992023-01-28 18:32:09 +000043 - role: cluster_issuer
44 tags:
45 - cluster-issuer
46
okozachenko1203622ea922023-01-27 18:19:41 +110047 - role: ingress_nginx
48 tags:
49 - ingress-nginx
50
Mohammed Naser35e132f2023-01-24 23:41:55 +000051 - role: rabbitmq_cluster_operator
52 tags:
53 - rabbitmq-cluster-operator
54
Mohammed Naser65a33122023-01-16 21:33:03 +000055 - role: percona_xtradb_cluster_operator
56 tags:
57 - percona-xtradb-cluster-operator
58
59 - role: percona_xtradb_cluster
60 tags:
61 - percona-xtradb-cluster
62
Mohammed Naser5bd04482023-01-20 20:40:54 -050063 - role: node_feature_discovery
64 tags:
65 - node-feature-discovery
66
Mohammed Naserb7b97d62022-03-12 16:30:00 -050067 - role: kube_prometheus_stack
68 tags:
69 - kube-prometheus-stack
70
Mohammed Naser34c5b532022-09-01 15:28:05 -040071 - role: prometheus_ethtool_exporter
72 tags:
73 - prometheus-ethtool-exporter
74
Mohammed Naser2144b342022-05-23 10:25:31 -040075 - role: ipmi_exporter
76 tags:
77 - ipmi-exporter
78
Mohammed Naserb7b97d62022-03-12 16:30:00 -050079 - role: prometheus_pushgateway
80 tags:
81 - prometheus-pushgateway
82
okozachenko85a31332022-04-11 23:34:30 +100083 - role: keepalived
84 tags:
85 - keepalived
86
Mohammed Naser5826c0b2023-01-26 19:10:54 +000087 - role: memcached
88 tags:
89 - memcached
90
Mohammed Naser2145fc32023-01-29 23:23:03 +000091 - role: keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050092 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000093 - keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050094
Mohammed Naser2145fc32023-01-29 23:23:03 +000095 - role: barbican
Julian Poss0aad3332022-05-18 09:37:20 +000096 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000097 - barbican
Julian Poss0aad3332022-05-18 09:37:20 +000098
Mohammed Naser2145fc32023-01-29 23:23:03 +000099 - role: ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -0400100 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500101 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000102 - ceph-provisioners
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500103
Mohammed Naser2145fc32023-01-29 23:23:03 +0000104 - role: glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500105 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000106 - glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500107
Mohammed Naser2145fc32023-01-29 23:23:03 +0000108 - role: cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500109 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000110 - cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500111
Mohammed Naser2145fc32023-01-29 23:23:03 +0000112 - role: placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500113 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000114 - placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500115
Mohammed Naser2145fc32023-01-29 23:23:03 +0000116 - role: openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500117 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000118 - openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500119
Mohammed Naser2145fc32023-01-29 23:23:03 +0000120 - role: libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500121 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000122 - libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500123
Mohammed Naser462cd792022-08-22 14:17:20 -0400124 - role: coredns
125 tags:
126 - coredns
127
Mohammed Naser2145fc32023-01-29 23:23:03 +0000128 - role: neutron
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500129 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000130 - neutron
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500131
Mohammed Naser2145fc32023-01-29 23:23:03 +0000132 - role: nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500133 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000134 - nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500135
Mohammed Naser2145fc32023-01-29 23:23:03 +0000136 - role: senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500137 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000138 - senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500139
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000140 # NOTE(mnaser): This is disabled out of the box until we have a native way
141 # of configuring it with a pre-configured backend out of the
142 # box.
Mohammed Naser2145fc32023-01-29 23:23:03 +0000143 # - role: designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000144 # tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000145 # - designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000146
Mohammed Naser2145fc32023-01-29 23:23:03 +0000147 - role: heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500148 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000149 - heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500150
Mohammed Naser2145fc32023-01-29 23:23:03 +0000151 - role: octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100152 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000153 - octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100154
Mohammed Naser2145fc32023-01-29 23:23:03 +0000155 - role: magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500156 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000157 - magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500158
Mohammed Naser2145fc32023-01-29 23:23:03 +0000159 - role: horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500160 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000161 - horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500162
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000163 - role: openstack_exporter
164 tags:
165 - openstack-exporter
166
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500167- hosts: controllers
Mohammed Naser76605b12022-10-01 20:48:57 +0000168 become: true
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500169 gather_facts: false
170 roles:
171 - role: openstack_cli
172 tags:
173 - openstack-cli