blob: 25a7913cbafb0eb507cfb8bfafcc9f460ea82773 [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
Mohammed Naserc8e1a452022-08-11 16:16:13 -040015- hosts: controllers[0]
Mohammed Naserc8e1a452022-08-11 16:16:13 -040016 become: true
17 roles:
Mohammed Naser9edc07f2023-01-24 20:42:06 +000018 - role: cert_manager
19 tags:
20 - cert-manager
21
Mohammed Naser55f0f992023-01-28 18:32:09 +000022 - role: cluster_issuer
23 tags:
24 - cluster-issuer
25
okozachenko1203622ea922023-01-27 18:19:41 +110026 - role: ingress_nginx
27 tags:
28 - ingress-nginx
29
Mohammed Naser35e132f2023-01-24 23:41:55 +000030 - role: rabbitmq_cluster_operator
31 tags:
32 - rabbitmq-cluster-operator
33
Mohammed Naser65a33122023-01-16 21:33:03 +000034 - role: percona_xtradb_cluster_operator
35 tags:
36 - percona-xtradb-cluster-operator
37
38 - role: percona_xtradb_cluster
39 tags:
40 - percona-xtradb-cluster
41
Mohammed Naser5bd04482023-01-20 20:40:54 -050042 - role: node_feature_discovery
43 tags:
44 - node-feature-discovery
45
Mohammed Naserb7b97d62022-03-12 16:30:00 -050046 - role: kube_prometheus_stack
47 tags:
48 - kube-prometheus-stack
49
Mohammed Naser34c5b532022-09-01 15:28:05 -040050 - role: prometheus_ethtool_exporter
51 tags:
52 - prometheus-ethtool-exporter
53
Mohammed Naser2144b342022-05-23 10:25:31 -040054 - role: ipmi_exporter
55 tags:
56 - ipmi-exporter
57
Mohammed Naserb7b97d62022-03-12 16:30:00 -050058 - role: prometheus_pushgateway
59 tags:
60 - prometheus-pushgateway
61
okozachenko85a31332022-04-11 23:34:30 +100062 - role: keepalived
63 tags:
64 - keepalived
65
Mohammed Naser5826c0b2023-01-26 19:10:54 +000066 - role: memcached
67 tags:
68 - memcached
69
Mohammed Naser2145fc32023-01-29 23:23:03 +000070 - role: keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050071 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000072 - keystone
Mohammed Naserb7b97d62022-03-12 16:30:00 -050073
Mohammed Naser2145fc32023-01-29 23:23:03 +000074 - role: barbican
Julian Poss0aad3332022-05-18 09:37:20 +000075 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000076 - barbican
Julian Poss0aad3332022-05-18 09:37:20 +000077
Mohammed Naser0d421e22023-02-09 21:42:38 -050078 - role: rook_ceph
79 when: atmosphere_ceph_enabled | default(true)
80 tags:
81 - rook-ceph
82
Mohammed Naser3b655592023-02-10 05:59:10 +000083 - role: rook_ceph_cluster
84 when: atmosphere_ceph_enabled | default(true)
85 tags:
86 - rook-ceph-cluster
87
Mohammed Naser2145fc32023-01-29 23:23:03 +000088 - role: ceph_provisioners
Mohammed Naser92f11502022-08-10 17:24:32 -040089 when: atmosphere_ceph_enabled | default(true)
Mohammed Naserb7b97d62022-03-12 16:30:00 -050090 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000091 - ceph-provisioners
Mohammed Naserb7b97d62022-03-12 16:30:00 -050092
Mohammed Naser2145fc32023-01-29 23:23:03 +000093 - role: glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -050094 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000095 - glance
Mohammed Naserb7b97d62022-03-12 16:30:00 -050096
Mohammed Naser2145fc32023-01-29 23:23:03 +000097 - role: cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -050098 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +000099 - cinder
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500100
Mohammed Naser2145fc32023-01-29 23:23:03 +0000101 - role: placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500102 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000103 - placement
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500104
Mohammed Naser179bf0d2023-02-17 23:03:23 +0000105- name: Deploy Open vSwitch
106 hosts: controllers:computes
107 become: true
108 gather_facts: false
109 roles:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000110 - role: openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500111 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000112 - openvswitch
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500113
Mohammed Naser179bf0d2023-02-17 23:03:23 +0000114- hosts: controllers[0]
115 become: true
116 roles:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000117 - role: libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500118 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000119 - libvirt
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500120
Mohammed Naser462cd792022-08-22 14:17:20 -0400121 - role: coredns
122 tags:
123 - coredns
124
Mohammed Naser2145fc32023-01-29 23:23:03 +0000125 - role: nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500126 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000127 - nova
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500128
Oleksandr Kozachenkoa10d7852023-02-02 22:01:16 +0100129 - role: neutron
130 tags:
131 - neutron
132
Mohammed Naser2145fc32023-01-29 23:23:03 +0000133 - role: senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500134 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000135 - senlin
Mohammed Naserec814912022-03-13 01:53:37 -0500136
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.
Mohammed Naser2145fc32023-01-29 23:23:03 +0000140 # - role: designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000141 # tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000142 # - designate
Mohammed Naser9c17edd2022-12-06 02:27:51 +0000143
Mohammed Naser2145fc32023-01-29 23:23:03 +0000144 - role: heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500145 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000146 - heat
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500147
Mohammed Naser2145fc32023-01-29 23:23:03 +0000148 - role: octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100149 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000150 - octavia
okozachenko1203d8d2aa12022-10-22 00:55:14 +1100151
Mohammed Naser2145fc32023-01-29 23:23:03 +0000152 - role: magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500153 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000154 - magnum
Mohammed Naser096ade02022-12-15 09:53:33 -0500155
Mohammed Naser2145fc32023-01-29 23:23:03 +0000156 - role: horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500157 tags:
Mohammed Naser2145fc32023-01-29 23:23:03 +0000158 - horizon
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500159
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