blob: 6e0798c472c7492253b001ce0efde9cce97a1830 [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 Naser65a33122023-01-16 21:33:03 +000039 - role: percona_xtradb_cluster_operator
40 tags:
41 - percona-xtradb-cluster-operator
42
43 - role: percona_xtradb_cluster
44 tags:
45 - percona-xtradb-cluster
46
Mohammed Naser5bd04482023-01-20 20:40:54 -050047 - role: node_feature_discovery
48 tags:
49 - node-feature-discovery
50
Mohammed Naserb7b97d62022-03-12 16:30:00 -050051 - role: kube_prometheus_stack
52 tags:
53 - kube-prometheus-stack
54
Mohammed Naser34c5b532022-09-01 15:28:05 -040055 - role: prometheus_ethtool_exporter
56 tags:
57 - prometheus-ethtool-exporter
58
Mohammed Naser2144b342022-05-23 10:25:31 -040059 - role: ipmi_exporter
60 tags:
61 - ipmi-exporter
62
Mohammed Naserb7b97d62022-03-12 16:30:00 -050063 - role: prometheus_pushgateway
64 tags:
65 - prometheus-pushgateway
66
okozachenko85a31332022-04-11 23:34:30 +100067 - role: keepalived
68 tags:
69 - keepalived
70
Mohammed Naserb7b97d62022-03-12 16:30:00 -050071 - role: openstack_helm_keystone
72 tags:
73 - openstack-helm-keystone
74
Julian Poss0aad3332022-05-18 09:37:20 +000075 - role: openstack_helm_barbican
76 tags:
77 - openstack-helm-barbican
78
Mohammed Naserb7b97d62022-03-12 16:30:00 -050079 - role: openstack_helm_infra_ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -040080 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -050081 tags:
82 - openstack-helm-infra-ceph-provisioners
83
84 - role: openstack_helm_glance
85 tags:
86 - openstack-helm-glance
87
88 - role: openstack_helm_cinder
89 tags:
90 - openstack-helm-cinder
91
92 - role: openstack_helm_placement
93 tags:
94 - openstack-helm-placement
95
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +000096
Mohammed Naserb7b97d62022-03-12 16:30:00 -050097 - role: openstack_helm_infra_openvswitch
98 tags:
99 - openstack-helm-infra-openvswitch
100
101 - role: openstack_helm_infra_libvirt
102 tags:
103 - openstack-helm-infra-libvirt
104
Mohammed Naser462cd792022-08-22 14:17:20 -0400105 - role: coredns
106 tags:
107 - coredns
108
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500109 - role: openstack_helm_neutron
110 tags:
111 - openstack-helm-neutron
112
113 - role: openstack_helm_nova
114 tags:
115 - openstack-helm-nova
116
Mohammed Naserec814912022-03-13 01:53:37 -0500117 - role: openstack_helm_senlin
118 tags:
119 - openstack-helm-senlin
120
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000121 # NOTE(mnaser): This is disabled out of the box until we have a native way
122 # of configuring it with a pre-configured backend out of the
123 # box.
124 # - role: openstack_helm_designate
125 # tags:
126 # - openstack-helm-designate
127
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500128 - role: openstack_helm_heat
129 tags:
130 - openstack-helm-heat
131
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100132 - role: openstack_helm_octavia
133 tags:
134 - openstack-helm-octavia
135
Mohammed Naser096ade02022-12-15 09:53:33 -0500136 - role: openstack_helm_magnum
137 tags:
138 - openstack-helm-magnum
139
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500140 - role: openstack_helm_horizon
141 tags:
142 - openstack-helm-horizon
143
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000144 - role: openstack_exporter
145 tags:
146 - openstack-exporter
147
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500148- hosts: controllers
Mohammed Naser76605b12022-10-01 20:48:57 +0000149 become: true
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500150 gather_facts: false
151 roles:
152 - role: openstack_cli
153 tags:
154 - openstack-cli