blob: 355a4887d6226c33669ee89533ceec42a6b112f3 [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
39 - role: kube_prometheus_stack
40 tags:
41 - kube-prometheus-stack
42
Mohammed Naser34c5b532022-09-01 15:28:05 -040043 - role: prometheus_ethtool_exporter
44 tags:
45 - prometheus-ethtool-exporter
46
Mohammed Naser2144b342022-05-23 10:25:31 -040047 - role: ipmi_exporter
48 tags:
49 - ipmi-exporter
50
Mohammed Naserb7b97d62022-03-12 16:30:00 -050051 - role: prometheus_pushgateway
52 tags:
53 - prometheus-pushgateway
54
okozachenko85a31332022-04-11 23:34:30 +100055 - role: keepalived
56 tags:
57 - keepalived
58
Mohammed Naserb7b97d62022-03-12 16:30:00 -050059 - role: openstack_helm_keystone
60 tags:
61 - openstack-helm-keystone
62
Julian Poss0aad3332022-05-18 09:37:20 +000063 - role: openstack_helm_barbican
64 tags:
65 - openstack-helm-barbican
66
Mohammed Naserb7b97d62022-03-12 16:30:00 -050067 - role: openstack_helm_infra_ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -040068 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -050069 tags:
70 - openstack-helm-infra-ceph-provisioners
71
72 - role: openstack_helm_glance
73 tags:
74 - openstack-helm-glance
75
76 - role: openstack_helm_cinder
77 tags:
78 - openstack-helm-cinder
79
80 - role: openstack_helm_placement
81 tags:
82 - openstack-helm-placement
83
Michiel Piscaer30d8e7b2022-07-08 13:06:27 +000084
Mohammed Naserb7b97d62022-03-12 16:30:00 -050085 - role: openstack_helm_infra_openvswitch
86 tags:
87 - openstack-helm-infra-openvswitch
88
89 - role: openstack_helm_infra_libvirt
90 tags:
91 - openstack-helm-infra-libvirt
92
Mohammed Naser462cd792022-08-22 14:17:20 -040093 - role: coredns
94 tags:
95 - coredns
96
Mohammed Naserb7b97d62022-03-12 16:30:00 -050097 - role: openstack_helm_neutron
98 tags:
99 - openstack-helm-neutron
100
101 - role: openstack_helm_nova
102 tags:
103 - openstack-helm-nova
104
Mohammed Naserec814912022-03-13 01:53:37 -0500105 - role: openstack_helm_senlin
106 tags:
107 - openstack-helm-senlin
108
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000109 # NOTE(mnaser): This is disabled out of the box until we have a native way
110 # of configuring it with a pre-configured backend out of the
111 # box.
112 # - role: openstack_helm_designate
113 # tags:
114 # - openstack-helm-designate
115
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500116 - role: openstack_helm_heat
117 tags:
118 - openstack-helm-heat
119
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100120 - role: openstack_helm_octavia
121 tags:
122 - openstack-helm-octavia
123
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500124 - role: openstack_helm_horizon
125 tags:
126 - openstack-helm-horizon
127
guilhermesteinmuller86a88b62022-05-27 16:45:49 +0000128 - role: openstack_exporter
129 tags:
130 - openstack-exporter
131
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500132- hosts: controllers
Mohammed Naser76605b12022-10-01 20:48:57 +0000133 become: true
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500134 gather_facts: false
135 roles:
136 - role: openstack_cli
137 tags:
138 - openstack-cli