-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathsections.json
More file actions
31 lines (31 loc) · 743 Bytes
/
Copy pathsections.json
File metadata and controls
31 lines (31 loc) · 743 Bytes
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
{
"intro" : {
"introduction" : "Introduction"
},
"prepare" : {
"prepare" : "Prepare",
"setup_bosh_environment": "Setup BOSH environment",
"log_in": "Log in"
},
"deploy" : {
"deploy" : "Deploy",
"create_release" : "Create release",
"upload_stemcell" : "Upload stemcell",
"run_deploy": "Run deploy"
},
"modify" : {
"modify": "Modify deployment",
"modify_release": "Modify release",
"scale": "Scale",
"change_properties": "Change properties"
},
"recover" : {
"when_something_goes_wrong" : "When something goes wrong",
"failing_service": "Failing service",
"failing_vm": "Failing VM",
"failing_deploy": "Failing deploy"
},
"last" : {
"done" : "Done!"
}
}