Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 1 | # 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 Naser | c8e1a45 | 2022-08-11 16:16:13 -0400 | [diff] [blame] | 23 | - 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 Naser | 92f1150 | 2022-08-10 17:24:32 -0400 | [diff] [blame] | 35 | - role: csi |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 36 | tags: |
Mohammed Naser | 92f1150 | 2022-08-10 17:24:32 -0400 | [diff] [blame] | 37 | - csi |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 38 | |
| 39 | - role: kube_prometheus_stack |
| 40 | tags: |
| 41 | - kube-prometheus-stack |
| 42 | |
Mohammed Naser | 34c5b53 | 2022-09-01 15:28:05 -0400 | [diff] [blame] | 43 | - role: prometheus_ethtool_exporter |
| 44 | tags: |
| 45 | - prometheus-ethtool-exporter |
| 46 | |
Mohammed Naser | 2144b34 | 2022-05-23 10:25:31 -0400 | [diff] [blame] | 47 | - role: ipmi_exporter |
| 48 | tags: |
| 49 | - ipmi-exporter |
| 50 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 51 | - role: prometheus_pushgateway |
| 52 | tags: |
| 53 | - prometheus-pushgateway |
| 54 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 55 | - role: ingress_nginx |
| 56 | tags: |
| 57 | - ingress-nginx |
| 58 | |
| 59 | - role: cert_manager |
| 60 | tags: |
| 61 | - cert-manager |
| 62 | |
okozachenko | 85a3133 | 2022-04-11 23:34:30 +1000 | [diff] [blame] | 63 | - role: keepalived |
| 64 | tags: |
| 65 | - keepalived |
| 66 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 67 | - role: percona_xtradb_cluster |
| 68 | tags: |
| 69 | - percona-xtradb-cluster |
| 70 | |
| 71 | - role: openstack_helm_infra_memcached |
| 72 | tags: |
| 73 | - openstack-helm-infra-memcached |
| 74 | |
Mohammed Naser | 547f21b | 2022-05-19 21:55:24 -0400 | [diff] [blame] | 75 | - role: rabbitmq_operator |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 76 | tags: |
Mohammed Naser | 547f21b | 2022-05-19 21:55:24 -0400 | [diff] [blame] | 77 | - rabbitmq-operator |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 78 | |
| 79 | - role: openstack_helm_keystone |
| 80 | tags: |
| 81 | - openstack-helm-keystone |
| 82 | |
Julian Poss | 0aad333 | 2022-05-18 09:37:20 +0000 | [diff] [blame] | 83 | - role: openstack_helm_barbican |
| 84 | tags: |
| 85 | - openstack-helm-barbican |
| 86 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 87 | - role: openstack_helm_infra_ceph_provisioners |
Mohammed Naser | 92f1150 | 2022-08-10 17:24:32 -0400 | [diff] [blame] | 88 | when: atmosphere_ceph_enabled | default(true) |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 89 | tags: |
| 90 | - openstack-helm-infra-ceph-provisioners |
| 91 | |
| 92 | - role: openstack_helm_glance |
| 93 | tags: |
| 94 | - openstack-helm-glance |
| 95 | |
| 96 | - role: openstack_helm_cinder |
| 97 | tags: |
| 98 | - openstack-helm-cinder |
| 99 | |
| 100 | - role: openstack_helm_placement |
| 101 | tags: |
| 102 | - openstack-helm-placement |
| 103 | |
| 104 | - role: openstack_helm_infra_openvswitch |
| 105 | tags: |
| 106 | - openstack-helm-infra-openvswitch |
| 107 | |
| 108 | - role: openstack_helm_infra_libvirt |
| 109 | tags: |
| 110 | - openstack-helm-infra-libvirt |
| 111 | |
Mohammed Naser | 462cd79 | 2022-08-22 14:17:20 -0400 | [diff] [blame] | 112 | - role: coredns |
| 113 | tags: |
| 114 | - coredns |
| 115 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 116 | - role: openstack_helm_neutron |
| 117 | tags: |
| 118 | - openstack-helm-neutron |
| 119 | |
| 120 | - role: openstack_helm_nova |
| 121 | tags: |
| 122 | - openstack-helm-nova |
| 123 | |
Mohammed Naser | ec81491 | 2022-03-13 01:53:37 -0500 | [diff] [blame] | 124 | - role: openstack_helm_senlin |
| 125 | tags: |
| 126 | - openstack-helm-senlin |
| 127 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 128 | - role: openstack_helm_heat |
| 129 | tags: |
| 130 | - openstack-helm-heat |
| 131 | |
| 132 | - role: openstack_helm_horizon |
| 133 | tags: |
| 134 | - openstack-helm-horizon |
| 135 | |
guilhermesteinmuller | 86a88b6 | 2022-05-27 16:45:49 +0000 | [diff] [blame] | 136 | - role: openstack_exporter |
| 137 | tags: |
| 138 | - openstack-exporter |
| 139 | |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 140 | - hosts: controllers |
| 141 | gather_facts: false |
| 142 | roles: |
| 143 | - role: openstack_cli |
| 144 | tags: |
| 145 | - openstack-cli |