Skip to content

Commit

Permalink
Refactor platform names for hosts scenario (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Jan 28, 2024
1 parent 75151ef commit 20940ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: nephelaiio
name: mongodb
version: 0.2.12
version: 0.2.13
readme: README.md
authors:
- Ted Cook <[email protected]>
Expand Down
16 changes: 8 additions & 8 deletions molecule/hosts/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20940ae

Please sign in to comment.