forked from cloudfoundry/docs-bosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.md.erb
129 lines (108 loc) · 4.37 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
---
title: Index
---
## <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 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)
* [SSL certificate configuration](director-certs.html)
* [Configuring external database](director-configure-db.html)
* [Configuring external blobstore](director-configure-blobstore.html)
* [Micro CLI plugin **[deprecated, but supported]**](bootstrap.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
* [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
* Deployment Jobs
* Resource Pools
* [VM anti-affinity](vm-anti-affinity.html)
* [Networks](networks.html)
* [Persistent disks](persistent-disks.html)
* [Trusted certificates](trusted-certs.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 v3 API](openstack-keystonev3.html)
* [Extended Registry configuration](openstack-registry.html)
* [vSphere](vsphere-cpi.html)
* [Migrating from one datastore to another](vsphere-migrate-datastores.html)
* [vCloud](vcloud-cpi.html)
* [Warden/Garden](warden-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)
* 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
* Versioning of releases
* What is a job?
* Creating a job
* Job properties
* [Job lifecycle](job-lifecycle.html)
* [Pre-start script](pre-start.html)
* [Drain script](drain.html)
* What is a package?
* [Creating a package](packages.html)
* Relationship to release blobs
* How do releases, jobs, and packages interact?
* Managing release repository
* Release blobstore
* [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)