blob: 9d8442ba1c57c83e7370fe9462e81546d8b1f136 [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 Naser92f11502022-08-10 17:24:32 -040023 - role: csi
Mohammed Naserb7b97d62022-03-12 16:30:00 -050024 tags:
Mohammed Naser92f11502022-08-10 17:24:32 -040025 - csi
Mohammed Naserb7b97d62022-03-12 16:30:00 -050026
27 - role: kube_prometheus_stack
28 tags:
29 - kube-prometheus-stack
30
31 - role: node_feature_discovery
32 tags:
33 - node-feature-discovery
34
Mohammed Naser2144b342022-05-23 10:25:31 -040035 - role: ipmi_exporter
36 tags:
37 - ipmi-exporter
38
Mohammed Naserb7b97d62022-03-12 16:30:00 -050039 - role: prometheus_pushgateway
40 tags:
41 - prometheus-pushgateway
42
43 - role: openstack_namespace
44 tags:
45 - openstack-namespace
46
47 - role: ingress_nginx
48 tags:
49 - ingress-nginx
50
51 - role: cert_manager
52 tags:
53 - cert-manager
54
okozachenko85a31332022-04-11 23:34:30 +100055 - role: keepalived
56 tags:
57 - keepalived
58
Mohammed Naserb7b97d62022-03-12 16:30:00 -050059 - role: percona_xtradb_cluster
60 tags:
61 - percona-xtradb-cluster
62
63 - role: openstack_helm_infra_memcached
64 tags:
65 - openstack-helm-infra-memcached
66
Mohammed Naser547f21b2022-05-19 21:55:24 -040067 - role: rabbitmq_operator
Mohammed Naserb7b97d62022-03-12 16:30:00 -050068 tags:
Mohammed Naser547f21b2022-05-19 21:55:24 -040069 - rabbitmq-operator
Mohammed Naserb7b97d62022-03-12 16:30:00 -050070
71 - 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
96 - role: openstack_helm_infra_openvswitch
97 tags:
98 - openstack-helm-infra-openvswitch
99
100 - role: openstack_helm_infra_libvirt
101 tags:
102 - openstack-helm-infra-libvirt
103
104 - role: openstack_helm_neutron
105 tags:
106 - openstack-helm-neutron
107
108 - role: openstack_helm_nova
109 tags:
110 - openstack-helm-nova
111
Mohammed Naserec814912022-03-13 01:53:37 -0500112 - role: openstack_helm_senlin
113 tags:
114 - openstack-helm-senlin
115
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500116 - role: openstack_helm_heat
117 tags:
118 - openstack-helm-heat
119
120 - role: openstack_helm_horizon
121 tags:
122 - openstack-helm-horizon
123
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000124 - role: openstack_exporter
125 tags:
126 - openstack-exporter
127
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500128- hosts: controllers
129 gather_facts: false
130 roles:
131 - role: openstack_cli
132 tags:
133 - openstack-cli