blob: 3749487e270f0598d5417011cab7f8c0b2479c10 [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
23 - role: ceph_csi_rbd
24 tags:
25 - ceph-csi-rbd
26
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
80 tags:
81 - openstack-helm-infra-ceph-provisioners
82
83 - role: openstack_helm_glance
84 tags:
85 - openstack-helm-glance
86
87 - role: openstack_helm_cinder
88 tags:
89 - openstack-helm-cinder
90
91 - role: openstack_helm_placement
92 tags:
93 - openstack-helm-placement
94
95 - role: openstack_helm_infra_openvswitch
96 tags:
97 - openstack-helm-infra-openvswitch
98
99 - role: openstack_helm_infra_libvirt
100 tags:
101 - openstack-helm-infra-libvirt
102
103 - role: openstack_helm_neutron
104 tags:
105 - openstack-helm-neutron
106
107 - role: openstack_helm_nova
108 tags:
109 - openstack-helm-nova
110
Mohammed Naserec814912022-03-13 01:53:37 -0500111 - role: openstack_helm_senlin
112 tags:
113 - openstack-helm-senlin
114
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500115 - role: openstack_helm_heat
116 tags:
117 - openstack-helm-heat
118
119 - role: openstack_helm_horizon
120 tags:
121 - openstack-helm-horizon
122
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000123 - role: openstack_exporter
124 tags:
125 - openstack-exporter
126
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500127- hosts: controllers
128 gather_facts: false
129 roles:
130 - role: openstack_cli
131 tags:
132 - openstack-cli