blob: 95de1c956b2a6c0f76a73ab25bf69582cf843791 [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
okozachenko1203622ea922023-01-27 18:19:41 +110043 - role: ingress_nginx
44 tags:
45 - ingress-nginx
46
Mohammed Naser35e132f2023-01-24 23:41:55 +000047 - role: rabbitmq_cluster_operator
48 tags:
49 - rabbitmq-cluster-operator
50
Mohammed Naser65a33122023-01-16 21:33:03 +000051 - role: percona_xtradb_cluster_operator
52 tags:
53 - percona-xtradb-cluster-operator
54
55 - role: percona_xtradb_cluster
56 tags:
57 - percona-xtradb-cluster
58
Mohammed Naser5bd04482023-01-20 20:40:54 -050059 - role: node_feature_discovery
60 tags:
61 - node-feature-discovery
62
Mohammed Naserb7b97d62022-03-12 16:30:00 -050063 - role: kube_prometheus_stack
64 tags:
65 - kube-prometheus-stack
66
Mohammed Naser34c5b532022-09-01 15:28:05 -040067 - role: prometheus_ethtool_exporter
68 tags:
69 - prometheus-ethtool-exporter
70
Mohammed Naser2144b342022-05-23 10:25:31 -040071 - role: ipmi_exporter
72 tags:
73 - ipmi-exporter
74
Mohammed Naserb7b97d62022-03-12 16:30:00 -050075 - role: prometheus_pushgateway
76 tags:
77 - prometheus-pushgateway
78
okozachenko85a31332022-04-11 23:34:30 +100079 - role: keepalived
80 tags:
81 - keepalived
82
Mohammed Naser5826c0b2023-01-26 19:10:54 +000083 - role: memcached
84 tags:
85 - memcached
86
Mohammed Naserb7b97d62022-03-12 16:30:00 -050087 - role: openstack_helm_keystone
88 tags:
89 - openstack-helm-keystone
90
Julian Poss0aad3332022-05-18 09:37:20 +000091 - role: openstack_helm_barbican
92 tags:
93 - openstack-helm-barbican
94
Mohammed Naserb7b97d62022-03-12 16:30:00 -050095 - role: openstack_helm_infra_ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -040096 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -050097 tags:
98 - openstack-helm-infra-ceph-provisioners
99
100 - role: openstack_helm_glance
101 tags:
102 - openstack-helm-glance
103
104 - role: openstack_helm_cinder
105 tags:
106 - openstack-helm-cinder
107
108 - role: openstack_helm_placement
109 tags:
110 - openstack-helm-placement
111
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +0000112
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500113 - role: openstack_helm_infra_openvswitch
114 tags:
115 - openstack-helm-infra-openvswitch
116
117 - role: openstack_helm_infra_libvirt
118 tags:
119 - openstack-helm-infra-libvirt
120
Mohammed Naser462cd792022-08-22 14:17:20 -0400121 - role: coredns
122 tags:
123 - coredns
124
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500125 - role: openstack_helm_neutron
126 tags:
127 - openstack-helm-neutron
128
129 - role: openstack_helm_nova
130 tags:
131 - openstack-helm-nova
132
Mohammed Naserec814912022-03-13 01:53:37 -0500133 - role: openstack_helm_senlin
134 tags:
135 - openstack-helm-senlin
136
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000137 # NOTE(mnaser): This is disabled out of the box until we have a native way
138 # of configuring it with a pre-configured backend out of the
139 # box.
140 # - role: openstack_helm_designate
141 # tags:
142 # - openstack-helm-designate
143
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500144 - role: openstack_helm_heat
145 tags:
146 - openstack-helm-heat
147
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100148 - role: openstack_helm_octavia
149 tags:
150 - openstack-helm-octavia
151
Mohammed Naser096ade02022-12-15 09:53:33 -0500152 - role: openstack_helm_magnum
153 tags:
154 - openstack-helm-magnum
155
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500156 - role: openstack_helm_horizon
157 tags:
158 - openstack-helm-horizon
159
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000160 - role: openstack_exporter
161 tags:
162 - openstack-exporter
163
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500164- hosts: controllers
Mohammed Naser76605b12022-10-01 20:48:57 +0000165 become: true
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500166 gather_facts: false
167 roles:
168 - role: openstack_cli
169 tags:
170 - openstack-cli