Skip to content

Commit 8fe0191

Browse files
author
Bharat Kunwar
authored
Merge pull request #76 from stackhpc/cluster-infra-configure
Rename ansible/{openhpc,cluster-infra-configure}.yml
2 parents de88159 + a0ec01d commit 8fe0191

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subdirectory. This inventory is suffixed with the value set in
7878
`cluster_name`. The cluster software can be deployed and configured
7979
using another playbook (for example):
8080

81-
ansible-playbook --vault-password-file vault-password -e @config/openhpc.yml -i ansible/inventory-openhpc ansible/openhpc.yml
81+
ansible-playbook --vault-password-file vault-password -e @config/openhpc.yml -i ansible/inventory-openhpc ansible/cluster-infra-configure.yml
8282

8383
### Deploying and configuring Swarm SIP
8484

@@ -155,5 +155,5 @@ To setup GlusterFS server:
155155

156156
To setup hyperconverged storage and mount storage on OpenHPC node:
157157

158-
ansible-playbook --vault-password-file vault-password -e @config/openhpc.yml -i ansible/inventory-openhpc ansible/openhpc.yml
158+
ansible-playbook --vault-password-file vault-password -e @config/openhpc.yml -i ansible/inventory-openhpc ansible/cluster-infra-configure.yml
159159

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
# - glusterfs
2323
# - beegfs
2424
# - <undefined>
25-
#
2625
- import_playbook: '{{ cluster_fs }}.yml'
2726
when: cluster_fs is defined
2827

tests/test-openhpc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ if [[ $STATE != absent ]]; then
4848
-e @config/openhpc.yml \
4949
-e @config/test-openhpc.yml \
5050
-i ansible/inventory-test-openhpc \
51-
ansible/openhpc.yml
51+
ansible/cluster-infra-configure.yml
5252
fi

0 commit comments

Comments
 (0)