forked from sorenisanerd/puppet-rjil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.overcast.yaml
More file actions
42 lines (42 loc) · 1.18 KB
/
.overcast.yaml
File metadata and controls
42 lines (42 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
overcloud:
- shell:
cmd: "build_scripts/make_userdata.sh"
- provision:
stack: environment/full.yaml
userdata: userdata.txt
- shell:
type: remote
node: bootstrap1
cmd: "python -m jiocloud.orchestrate ping"
retry-for: 20m
retry-wait: 5s
- shell:
type: remote
node: bootstrap1
cmd: "python -m jiocloud.orchestrate trigger_update ${BUILD_NUMBER}"
retry-for: 10m
retry-wait: 5s
- shell:
type: remote
node: bootstrap1
cmd: 'echo "${ALL_NODES}" | tr " " "\n" | python -m jiocloud.orchestrate verify_hosts ${DEPLOY_ID}'
retry-for: 50m
retry-wait: 5s
- shell:
type: remote
node: bootstrap1
cmd: "python -m jiocloud.orchestrate check_single_version -v ${BUILD_NUMBER}"
retry-for: 40m
retry-wait: 5s
- shell:
type: remote
node: bootstrap1
cmd: "python -m jiocloud.orchestrate get_failures --hosts"
retry-for: 10m
retry-wait: 5s
undercloud:
- shell:
cmd: "unset env_http_proxy env_https_proxy; build_scripts/make_userdata.sh > userdata.txt"
- provision:
stack: environment/undercloud.yaml
userdata: userdata.txt