forked from cloudfoundry/docs-bosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
208 lines (176 loc) · 7.29 KB
/
index.html.md.erb
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
---
title: Index
---
See [Recent Additions and Updates](recent.html).
## <a id="intro"></a> Introduction
* [What is BOSH?](about.html)
* [What problems does BOSH solve?](problems.html)
* [Stemcell](stemcell.html)
* [Release](release.html)
* [Deployment](deployment.html)
* Comparison to other tools
* [General architecture](bosh-components.html)
* [Terminology](terminology.html)
---
## <a id="install"></a> Install BOSH
* [Create an environment](init.html)
* [On Local machine (BOSH Lite)](bosh-lite.html)
* [On AWS](init-aws.html)
* [Expose Director on a Public IP](init-external-ip.html)
* [On Azure](init-azure.html)
* [On OpenStack](init-openstack.html)
* [On vSphere](init-vsphere.html)
* [On vCloud](init-vcloud.html)
* [On SoftLayer](init-softlayer.html)
* [On Google Compute Platform](init-google.html)
* [On RackHD](rackhd-cpi.html)
---
## <a id="basic-deploy"></a> Deploy software with BOSH
* [Deploy workflow](basic-workflow.html)
* [Update cloud config](update-cloud-config.html)
* [Build deployment manifest](deployment-basics.html)
* [Upload stemcells](uploading-stemcells.html)
* [Upload releases](uploading-releases.html)
* [Deploy](deploying.html)
* Run one-off tasks
* Update deployment
### <a id="cli-v2"></a> CLI v2
* [Command reference](cli-v2.html)
* [`create-env` Dependencies](cli-env-deps.html)
* [Differences between CLI v2 vs v1](cli-v2-diff.html)
* [Global Flags](cli-global-flags.html)
* [Environments](cli-envs.html)
* [Operations files](cli-ops-files.html)
* [Variable Interpolation](cli-int.html)
* [Tunneling](cli-tunnel.html)
### <a id="director-config"></a> Running Director
* [Troubleshooting](tips.html)
* [Events](events.html)
* [Director tasks](director-tasks.html)
* [Managing releases](managing-releases.html)
* [Managing stemcells](managing-stemcells.html)
* [User management](director-users.html)
* [UAA Integration](director-users-uaa.html)
* [UAA Permissions](director-users-uaa-perms.html)
* CredHub Integration
* [Variable Types](variable-types.html)
* [Backup and restore](director-backup.html)
#### Misc
* [Deploying step-by-step](deploying-step-by-step.html)
* [SSL certificate configuration](director-certs.html)
* [Removal of compilers](remove-dev-tools.html)
* [Access event logging](director-access-events.html)
* [Explicit ARP Flushing](flush-arp.html)
* [Configuring external database](director-configure-db.html)
* [Configuring external blobstore](director-configure-blobstore.html)
### <a id="deployment-config"></a> Detailed deployment configuration
* [Manifest v2 schema](manifest-v2.html)
* [Links](links.html)
* [Link properties](links-properties.html)
* [Manual linking](links-manual.html)
* [Renaming/migrating instance groups](migrated-from.html)
* [Persistent and orphaned disks](persistent-disks.html)
* [Customizing persistent disk FS](persistent-disk-fs.html)
* [Configs](configs.html)
* [Cloud config](cloud-config.html)
* [AZs](azs.html)
* [Networks](networks.html)
* [VM anti-affinity](vm-anti-affinity.html)
* [Runtime config](runtime-config.html)
* [Addons](runtime-config.html#addons)
* [Common addons](addons-common.html)
* [CPI config](cpi-config.html)
* [Trusted certificates](trusted-certs.html)
* [Native DNS Support](dns.html) [alpha]
### <a id="cpi-config"></a> Detailed CPI configuration & troubleshooting
* [AWS](aws-cpi.html)
* [Using IAM instance profiles](aws-iam-instance-profiles.html)
* [Using instance storage](aws-instance-storage.html)
* [Creating IAM users](aws-iam-users.html)
* [Azure](azure-cpi.html)
* [Creating resources](azure-resources.html)
* [OpenStack](openstack-cpi.html)
* [Using Keystone v2 API](openstack-keystonev2.html)
* [Using nova-networking](openstack-nova-networking.html)
* [Extended Registry configuration](openstack-registry.html)
* [Human-readable VM names](openstack-human-readable-vm-names.html)
* [Validating self-signed OpenStack endpoints](openstack-self-signed-endpoints.html)
* [Multi-homed VMs](openstack-multiple-networks.html)
* [Using Light Stemcells](openstack-light-stemcells.html)
* [vSphere](vsphere-cpi.html)
* [vSphere HA](vsphere-ha.html)
* [Migrating from one datastore to another](vsphere-migrate-datastores.html)
* [Storage DRS and vMotion Support](vsphere-vmotion-support.html)
* [vCloud](vcloud-cpi.html)
* [SoftLayer](softlayer-cpi.html)
* [Google Compute Engine](google-cpi.html)
* [Required service account permissions](google-required-permissions.html)
* [RackHD](rackhd-cpi.html)
* [Warden/Garden](warden-cpi.html)
* [VirtualBox](virtualbox-cpi.html)
### <a id="hm"></a> Health management of VMs and processes
* [Monitoring](monitoring.html)
* [Configuring Health Monitor](hm-config.html)
* [Process monitoring with Monit](vm-monit.html)
* [Manual repair with Cloud Check](cck.html)
* [Automatic repair with Resurrector](resurrector.html)
* [Persistent disk snapshotting](snapshots.html)
### <a id="vm-config"></a> VM configuration (looking inside a deployment)
* [Structure of a managed VM](vm-struct.html)
* [VM configuration locations](vm-config.html)
* [Location and use of logs](job-logs.html)
* [Instance metadata](instance-metadata.html)
* Debugging issues with jobs
---
## <a id="guides"></a> Guides
* [IPv6 on vSphere](guide-ipv6-on-vsphere.html)
* Multi-CPI
* [On AWS](guide-multi-cpi-aws.html)
---
## <a id="release"></a> Package software with BOSH
* What is a release?
* [Creating a release](create-release.html)
* Testing with dev releases
* Cutting final releases
* [Compiled releases](compiled-releases.html)
* [What is a job?](jobs.html)
* Creating a job
* [Job Templates](job-templates.html)
* [Errands](errands.html)
* [Properties: Suggested configurations](props-common.html)
* [Links: Common types](links-common-types.html)
* [Job lifecycle](job-lifecycle.html)
* [Pre-start script](pre-start.html)
* [Post-start script](post-start.html)
* [Post-deploy script](post-deploy.html)
* [Drain script](drain.html)
* [Scheduled processes](scheduled-procs.html)
* [Releases and Jobs in Windows](windows.html)
* [Releases](windows.html#releases)
* [Jobs](windows.html#jobs)
* [Sample BOSH Windows Release](windows-sample-release.html)
* What is a package?
* [Creating a package](packages.html)
* Relationship to release blobs
* [Vendoring packages](package-vendoring.html)
* [Release blobs](release-blobs.html)
* How do releases, jobs, and packages interact?
* Managing release repository
* [Release blobstore](release-blobstore.html)
* [Configuring S3 release blobstore](s3-release-blobstore.html)
---
## <a id="extend"></a> Extend BOSH
* [Director API v1](director-api-v1.html)
* What is a CPI?
* [Building a CPI](build-cpi.html)
* [CPI API v1](cpi-api-v1.html)
* [Agent-CPI interactions](agent-cpi-interactions.html)
* [Building a stemcell](build-stemcell.html)
* [Repacking Stemcells](repack-stemcell.html)
---
## <a id="other"></a> Other
### <a id="cli-v1"></a> CLI v1 (superseded by [CLI v2](#cli-v2))
* [Install BOSH CLI v1](bosh-cli.html)
* [CLI v1](sysadmin-commands.html)
### <a id="manifest-v1"></a> Manifest v1
* [Manifest v1 schema](deployment-manifest.html)