blob: 2fe69d0d34df8700e2d943ffd34463627a9fc43d [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
16 gather_facts: false
17 become: true
18 roles:
19 - role: flux
20 tags:
21 - flux
22
23- hosts: controllers[0]
24 gather_facts: false
25 become: true
26 roles:
Mohammed Naser92f11502022-08-10 17:24:32 -040027 - role: csi
Mohammed Naserb7b97d62022-03-12 16:30:00 -050028 tags:
Mohammed Naser92f11502022-08-10 17:24:32 -040029 - csi
Mohammed Naserb7b97d62022-03-12 16:30:00 -050030
Mohammed Naser9edc07f2023-01-24 20:42:06 +000031 - role: cert_manager
32 tags:
33 - cert-manager
34
Mohammed Naser55f0f992023-01-28 18:32:09 +000035 - role: cluster_issuer
36 tags:
37 - cluster-issuer
38
okozachenko1203622ea922023-01-27 18:19:41 +110039 - role: ingress_nginx
40 tags:
41 - ingress-nginx
42
Mohammed Naser35e132f2023-01-24 23:41:55 +000043 - role: rabbitmq_cluster_operator
44 tags:
45 - rabbitmq-cluster-operator
46
Mohammed Naser65a33122023-01-16 21:33:03 +000047 - role: percona_xtradb_cluster_operator
48 tags:
49 - percona-xtradb-cluster-operator
50
51 - role: percona_xtradb_cluster
52 tags:
53 - percona-xtradb-cluster
54
Mohammed Naser5bd04482023-01-20 20:40:54 -050055 - role: node_feature_discovery
56 tags:
57 - node-feature-discovery
58
Mohammed Naserb7b97d62022-03-12 16:30:00 -050059 - role: kube_prometheus_stack
60 tags:
61 - kube-prometheus-stack
62
Mohammed Naser34c5b532022-09-01 15:28:05 -040063 - role: prometheus_ethtool_exporter
64 tags:
65 - prometheus-ethtool-exporter
66
Mohammed Naser2144b342022-05-23 10:25:31 -040067 - role: ipmi_exporter
68 tags:
69 - ipmi-exporter
70
Mohammed Naserb7b97d62022-03-12 16:30:00 -050071 - role: prometheus_pushgateway
72 tags:
73 - prometheus-pushgateway
74
okozachenko85a31332022-04-11 23:34:30 +100075 - role: keepalived
76 tags:
77 - keepalived
78
Mohammed Naser5826c0b2023-01-26 19:10:54 +000079 - role: memcached
80 tags:
81 - memcached
82
Mohammed Naser2145fc32023-01-29 23:23:03 +000083 - role: keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050084 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000085 - keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050086
Mohammed Naser2145fc32023-01-29 23:23:03 +000087 - role: barbican
Julian Poss0aad3332022-05-18 09:37:20 +000088 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000089 - barbican
Julian Poss0aad3332022-05-18 09:37:20 +000090
Mohammed Naser2145fc32023-01-29 23:23:03 +000091 - role: ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -040092 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -050093 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000094 - ceph-provisioners
Mohammed Naserb7b97d62022-03-12 16:30:00 -050095
Mohammed Naser2145fc32023-01-29 23:23:03 +000096 - role: glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -050097 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000098 - glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -050099
Mohammed Naser2145fc32023-01-29 23:23:03 +0000100 - role: cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500101 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000102 - cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500103
Mohammed Naser2145fc32023-01-29 23:23:03 +0000104 - role: placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500105 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000106 - placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500107
Mohammed Naser2145fc32023-01-29 23:23:03 +0000108 - role: openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500109 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000110 - openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500111
Mohammed Naser2145fc32023-01-29 23:23:03 +0000112 - role: libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500113 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000114 - libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500115
Mohammed Naser462cd792022-08-22 14:17:20 -0400116 - role: coredns
117 tags:
118 - coredns
119
Mohammed Naser2145fc32023-01-29 23:23:03 +0000120 - role: neutron
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500121 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000122 - neutron
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500123
Mohammed Naser2145fc32023-01-29 23:23:03 +0000124 - role: nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500125 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000126 - nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500127
Mohammed Naser2145fc32023-01-29 23:23:03 +0000128 - role: senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500129 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000130 - senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500131
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000132 # NOTE(mnaser): This is disabled out of the box until we have a native way
133 # of configuring it with a pre-configured backend out of the
134 # box.
Mohammed Naser2145fc32023-01-29 23:23:03 +0000135 # - role: designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000136 # tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000137 # - designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000138
Mohammed Naser2145fc32023-01-29 23:23:03 +0000139 - role: heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500140 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000141 - heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500142
Mohammed Naser2145fc32023-01-29 23:23:03 +0000143 - role: octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100144 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000145 - octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100146
Mohammed Naser2145fc32023-01-29 23:23:03 +0000147 - role: magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500148 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000149 - magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500150
Mohammed Naser2145fc32023-01-29 23:23:03 +0000151 - role: horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500152 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000153 - horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500154
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000155 - role: openstack_exporter
156 tags:
157 - openstack-exporter
158
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500159- hosts: controllers
Mohammed Naser76605b12022-10-01 20:48:57 +0000160 become: true
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500161 gather_facts: false
162 roles:
163 - role: openstack_cli
164 tags:
165 - openstack-cli