forked from cloudfoundry/docs-bosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
165 lines (143 loc) · 6.1 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
---
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
* [Terminology](terminology.html)
---
## <a id="install"></a> Install BOSH
### Install BOSH with bosh-init
* [BOSH components](bosh-components.html)
* [Install bosh-init](install-bosh-init.html)
* [Using bosh-init](using-bosh-init.html)
* [Migrating to bosh-init from the micro CLI plugin](migrate-to-bosh-init.html)
* [Install BOSH CLI](bosh-cli.html)
* [Bootstrap an environment](init.html)
* [On AWS](init-aws.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 Engine (coming soon)
* [On RackHD](rackhd-cpi.html)
* [On Local machine using BOSH Lite](bosh-lite.html)
### <a id="director-config"></a> Advanced Director configuration
* [User management](director-users.html)
* [UAA Integration](director-users-uaa.html)
* [UAA Permissions](director-users-uaa-perms.html)
* [SSL certificate configuration](director-certs.html)
* [Removal of compilers](remove-dev-tools.html)
* [Access event logging](director-access-events.html)
* [Events](events.html)
* [Explicit ARP Flushing](flush-arp.html)
* [Configuring external database](director-configure-db.html)
* [Configuring external blobstore](director-configure-blobstore.html)
* [Backup and restore](director-backup.html)
---
## <a id="basic-deploy"></a> Using BOSH to deploy software
* [Basic workflow](basic-workflow.html)
* [Deployment basics](deployment-basics.html)
* [Deployment manifest schema](deployment-manifest.html)
* [Uploading stemcells](uploading-stemcells.html)
* [Uploading releases](uploading-releases.html)
* [Deploying](deploying.html)
* Running one-off tasks
* Updating deployment to deal with security vulnerabilities
* [Managing releases](managing-releases.html)
* [Managing stemcells](managing-stemcells.html)
* [Deploying step-by-step](deploying-step-by-step.html)
* [CLI commands](sysadmin-commands.html)
* [Director tasks](director-tasks.html)
* [Troubleshooting](tips.html)
### <a id="deployment-config"></a> Detailed deployment configuration
* [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)
* [Trusted certificates](trusted-certs.html)
* [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)
### <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)
* [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="release"></a> Using BOSH to package and distribute software
* 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 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)
* What is a package?
* [Creating a package](packages.html)
* Relationship to release blobs
* [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> Extending 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)