blob: 78e4152d94de1d51cc6412435e9018f092292791 [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:
Mohammed Naser46e15522022-03-19 16:07:44 -040042 inventory: "${MOLECULE_EPHEMERAL_DIRECTORY}/workspace"
Mohammed Naser206e5f82022-03-16 20:21:14 -040043 config_options:
44 ssh_connection:
45 pipelining: true
Mohammed Naser336caf42022-03-11 17:56:45 -050046 inventory:
Mohammed Naser46e15522022-03-19 16:07:44 -040047 links:
48 host_vars: "${MOLECULE_SCENARIO_DIRECTORY}/host_vars"
49 group_vars: "${MOLECULE_SCENARIO_DIRECTORY}/group_vars"
Mohammed Naser336caf42022-03-11 17:56:45 -050050verifier:
okozachenko87131922022-04-09 01:04:53 +100051 name: ansible