forked from FINkit/learn-bosh-on-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sections.json
34 lines (34 loc) · 906 Bytes
/
sections.json
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
{
"intro" : {
"introduction" : "Introduction"
},
"prepare" : {
"prepare" : "Prepare",
"create_google_cloud_project": "Create Google Cloud Project",
"create_bosh_bastion": "Create BOSH Bastion",
"create_bosh_director": "Create BOSH Director",
"log_in": "Log in"
},
"deploy" : {
"deploy" : "Deploy",
"create_release" : "Create release",
"upload_stemcell" : "Upload stemcell",
"update_cloud_config" : "Update cloud config",
"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!"
}
}