From 20940aee857d731ae7b66281471e531162e0d578 Mon Sep 17 00:00:00 2001 From: Teodoro Cook Date: Sun, 28 Jan 2024 16:16:41 -0600 Subject: [PATCH] Refactor platform names for hosts scenario (#44) --- galaxy.yml | 2 +- molecule/hosts/molecule.yml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index a79c99d..bff6296 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: nephelaiio name: mongodb -version: 0.2.12 +version: 0.2.13 readme: README.md authors: - Ted Cook diff --git a/molecule/hosts/molecule.yml b/molecule/hosts/molecule.yml index 38b8063..47eaf5f 100644 --- a/molecule/hosts/molecule.yml +++ b/molecule/hosts/molecule.yml @@ -7,42 +7,42 @@ dependency: driver: name: default platforms: - - name: mongodb-install-mongos01 + - name: mongodb-hosts-mongos01 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_mongos - mongodb - - name: mongodb-install-mongos02 + - name: mongodb-hosts-mongos02 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_mongos - mongodb - - name: mongodb-install-config01 + - name: mongodb-hosts-config01 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_config - mongodb - - name: mongodb-install-config02 + - name: mongodb-hosts-config02 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_config - mongodb - - name: mongodb-install-config03 + - name: mongodb-hosts-config03 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_config - mongodb - - name: mongodb-install-shard01 + - name: mongodb-hosts-shard01 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_shard1 - mongodb - - name: mongodb-install-shard02 + - name: mongodb-hosts-shard02 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_shard1 - mongodb - - name: mongodb-install-shard03 + - name: mongodb-hosts-shard03 image: "${MOLECULE_KVM_IMAGE}" groups: - mongodb_shard1