blob: e005549ee2ceb46051c92c29bce9451295c0c5b2 [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
35 - role: prometheus_pushgateway
36 tags:
37 - prometheus-pushgateway
38
39 - role: openstack_namespace
40 tags:
41 - openstack-namespace
42
43 - role: ingress_nginx
44 tags:
45 - ingress-nginx
46
47 - role: cert_manager
48 tags:
49 - cert-manager
50
51 - role: percona_xtradb_cluster
52 tags:
53 - percona-xtradb-cluster
54
55 - role: openstack_helm_infra_memcached
56 tags:
57 - openstack-helm-infra-memcached
58
59 - role: openstack_helm_infra_rabbitmq
60 tags:
61 - openstack-helm-infra-rabbitmq
62
63 - role: openstack_helm_keystone
64 tags:
65 - openstack-helm-keystone
66
67 - role: openstack_helm_infra_ceph_provisioners
68 tags:
69 - openstack-helm-infra-ceph-provisioners
70
71 - role: openstack_helm_glance
72 tags:
73 - openstack-helm-glance
74
75 - role: openstack_helm_cinder
76 tags:
77 - openstack-helm-cinder
78
79 - role: openstack_helm_placement
80 tags:
81 - openstack-helm-placement
82
83 - role: openstack_helm_infra_openvswitch
84 tags:
85 - openstack-helm-infra-openvswitch
86
87 - role: openstack_helm_infra_libvirt
88 tags:
89 - openstack-helm-infra-libvirt
90
91 - role: openstack_helm_neutron
92 tags:
93 - openstack-helm-neutron
94
95 - role: openstack_helm_nova
96 tags:
97 - openstack-helm-nova
98
Mohammed Naserec814912022-03-13 01:53:37 -050099 - role: openstack_helm_senlin
100 tags:
101 - openstack-helm-senlin
102
Mohammed Naserb7b97d62022-03-12 16:30:00 -0500103 - role: openstack_helm_heat
104 tags:
105 - openstack-helm-heat
106
107 - role: openstack_helm_horizon
108 tags:
109 - openstack-helm-horizon
110
111- hosts: controllers
112 gather_facts: false
113 roles:
114 - role: openstack_cli
115 tags:
116 - openstack-cli