blob: ac0b158a57b95a223c27a8accdbb0f49313adcf7 [file] [log] [blame]
Mohammed Naser336caf42022-03-11 17:56:45 -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
15dependency:
16 name: galaxy
17driver:
18 name: delegated
19platforms:
20 - name: ctl1
21 groups: &controller_groups
22 - controllers
Mohammed Naser336caf42022-03-11 17:56:45 -050023 - name: ctl2
24 groups: *controller_groups
25 - name: ctl3
26 groups: *controller_groups
27 - name: nvme1
28 groups: &nvme_groups
29 - cephs
Mohammed Naser336caf42022-03-11 17:56:45 -050030 - name: nvme2
31 groups: *nvme_groups
32 - name: nvme3
33 groups: *nvme_groups
34 - name: kvm1
35 groups: &kvm_groups
36 - computes
37 - name: kvm2
38 groups: *kvm_groups
39provisioner:
40 name: ansible
Mohammed Naser206e5f82022-03-16 20:21:14 -040041 options:
42 extra-vars: "@${MOLECULE_EPHEMERAL_DIRECTORY}/secrets.yml"
43 config_options:
44 ssh_connection:
45 pipelining: true
Mohammed Naser336caf42022-03-11 17:56:45 -050046 inventory:
47 group_vars:
48 all:
49 atmosphere_image_repository: us-docker.pkg.dev/vexxhost-infra/openstack
Mohammed Naser33ddc7b2022-03-18 20:14:57 -040050 ceph_mon_fsid: 441193d8-fed9-485b-87f4-09245ddc1fe7
51 ceph_mon_public_network: 10.96.240.0/24
Mohammed Naser336caf42022-03-11 17:56:45 -050052 kubernetes_hostname: 10.96.240.10
Mohammed Naser33ddc7b2022-03-18 20:14:57 -040053 # OpenStack
Mohammed Naser336caf42022-03-11 17:56:45 -050054 openstack_helm_endpoints_region_name: RegionOne
Mohammed Naser336caf42022-03-11 17:56:45 -050055 # Keystone
56 openstack_helm_endpoints_keystone_api_host: "identity.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050057 # Glance
58 openstack_helm_endpoints_glance_api_host: "image.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050059 # Cinder
60 openstack_helm_endpoints_cinder_api_host: "volume.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050061 # Placement
62 openstack_helm_endpoints_placement_api_host: "placement.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050063 # Neutron
64 openstack_helm_endpoints_neutron_api_host: "network.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050065 openstack_helm_neutron_values:
66 conf:
67 auto_bridge_add:
68 br-ex: ens4
69 # Nova
70 openstack_helm_endpoints_nova_api_host: "compute.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
71 openstack_helm_endpoints_nova_novnc_host: "vnc.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050072 # Ironic
73 openstack_helm_endpoints_ironic_api_host: "baremetal.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050074 # Designate
75 openstack_helm_endpoints_designate_api_host: "dns.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050076 # Octavia
77 openstack_helm_endpoints_octavia_api_host: "load-balancer.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naserec814912022-03-13 01:53:37 -050078 # Senlin
79 openstack_helm_endpoints_senlin_api_host: "clustering.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050080 # Heat
81 openstack_helm_endpoints_heat_api_host: "orchestration.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050082 openstack_helm_endpoints_heat_cfn_api_host: "cloudformation.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser336caf42022-03-11 17:56:45 -050083 # Horizon
84 openstack_helm_endpoints_horizon_api_host: "dashboard.{{ hostvars['ctl1']['ansible_host'].replace('.', '-') }}.nip.io"
Mohammed Naser33ddc7b2022-03-18 20:14:57 -040085 controllers:
86 kubernetes_keepalived_vrid: 42
87 kubernetes_keepalived_interface: ens3
88 kubernetes_keepalived_vip: 10.96.240.10
Mohammed Naser336caf42022-03-11 17:56:45 -050089 cephs:
Mohammed Naser336caf42022-03-11 17:56:45 -050090 ceph_osd_devices:
91 - /dev/vdb
92 - /dev/vdc
93 - /dev/vdd
94verifier:
95 name: testinfra