File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
7979using 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
156156To 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
Original file line number Diff line number Diff line change 2222# - glusterfs
2323# - beegfs
2424# - <undefined>
25- #
2625- import_playbook : ' {{ cluster_fs }}.yml'
2726 when : cluster_fs is defined
2827
Original file line number Diff line number Diff 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
5252fi
You can’t perform that action at this time.
0 commit comments