Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -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 | dependency: |
Mohammed Naser | 24abccb | 2023-01-29 22:50:42 +0000 | [diff] [blame] | 16 | name: galaxy |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 17 | driver: |
Mohammed Naser | 4bf5e6e | 2024-01-20 13:55:30 -0500 | [diff] [blame] | 18 | name: default |
Mohammed Naser | c5e4ff2 | 2022-10-28 12:46:31 -0400 | [diff] [blame] | 19 | ssh_connection_options: |
| 20 | - -o ControlMaster=auto |
| 21 | - -o ControlPersist=270s |
| 22 | - -o ServerAliveInterval=15 |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 23 | platforms: |
| 24 | - name: ctl1 |
| 25 | groups: &controller_groups |
| 26 | - controllers |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 27 | - name: ctl2 |
| 28 | groups: *controller_groups |
| 29 | - name: ctl3 |
| 30 | groups: *controller_groups |
| 31 | - name: nvme1 |
| 32 | groups: &nvme_groups |
| 33 | - cephs |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 34 | - name: nvme2 |
| 35 | groups: *nvme_groups |
| 36 | - name: nvme3 |
| 37 | groups: *nvme_groups |
| 38 | - name: kvm1 |
| 39 | groups: &kvm_groups |
| 40 | - computes |
| 41 | - name: kvm2 |
| 42 | groups: *kvm_groups |
| 43 | provisioner: |
| 44 | name: ansible |
Mohammed Naser | 206e5f8 | 2022-03-16 20:21:14 -0400 | [diff] [blame] | 45 | options: |
Mohammed Naser | 46e1552 | 2022-03-19 16:07:44 -0400 | [diff] [blame] | 46 | inventory: "${MOLECULE_EPHEMERAL_DIRECTORY}/workspace" |
Mohammed Naser | 206e5f8 | 2022-03-16 20:21:14 -0400 | [diff] [blame] | 47 | config_options: |
Mohammed Naser | 2b11af2 | 2022-10-28 09:58:02 -0400 | [diff] [blame] | 48 | connection: |
Mohammed Naser | 206e5f8 | 2022-03-16 20:21:14 -0400 | [diff] [blame] | 49 | pipelining: true |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 50 | inventory: |
Mohammed Naser | 46e1552 | 2022-03-19 16:07:44 -0400 | [diff] [blame] | 51 | links: |
Michiel Piscaer | c8cfa3f | 2023-08-11 14:33:19 +0200 | [diff] [blame] | 52 | host_vars: "${ATMOSPHERE_ANSIBLE_VARS_PATH-$MOLECULE_SCENARIO_DIRECTORY}/host_vars" |
| 53 | group_vars: "${ATMOSPHERE_ANSIBLE_VARS_PATH-$MOLECULE_SCENARIO_DIRECTORY}/group_vars" |
Mohammed Naser | 336caf4 | 2022-03-11 17:56:45 -0500 | [diff] [blame] | 54 | verifier: |
okozachenko | 8713192 | 2022-04-09 01:04:53 +1000 | [diff] [blame] | 55 | name: ansible |