Skip to content

Commit 63703e7

Browse files
committed
Update the example file to illustrate the usage of new script
1 parent 0433977 commit 63703e7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

examples/hc.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ host1
55
host2
66
host3
77

8+
# Do a sanity check before proceding
9+
[script1]
10+
action=execute
11+
file=/usr/share/gdeploy/scripts/grafton-sanity-check.sh
12+
813
[disktype]
914
raid6
1015

@@ -59,7 +64,7 @@ action=execute
5964
command=vdsm-tool configure --force
6065

6166
# Disable multipath
62-
[script1]
67+
[script2]
6368
action=execute
6469
file=/usr/share/ansible/gdeploy/scripts/disable-multipath.sh
6570

@@ -164,7 +169,7 @@ line=allowed_hosts=host.redhat.com
164169
action=restart
165170
service=nrpe
166171

167-
[script2]
172+
[script3]
168173
action=execute
169174
file=/usr/share/ansible/gdeploy/scripts/disable-gluster-hooks.sh
170175

0 commit comments

Comments
 (0)