-
Notifications
You must be signed in to change notification settings - Fork 140
/
multiple-datacenters.html.md.erb
65 lines (36 loc) · 2.95 KB
/
multiple-datacenters.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
---
title: Managing Multiple Data Centers
owner: Ops Manager
iaas: vSphere and OpenStack
---
This topic describes how you can add, delete, and modify multiple data centers in the IaaS config pane of the BOSH Director tile. This allows you to spread instances across regions without having to deploy and manage multiple <%= vars.platform_name %> foundations.
<p class='note'><strong>Note:</strong> You can only have multiple data centers with vSphere and OpenStack.</p>
## <a id="add-config"></a> Add a New IaaS Config
When you have only one IaaS config, you do not see a list of IaaS configs when you select the IaaS configs pane. Instead, you see the form to the one config and an option to add more.
To add a new IaaS config, do the following:
1. Click **Add vCenter Config** or **Add OpenStack Config**.
<%= image_tag("vcenters-buttons.png", :alt => "The 'Add vCenter Config' button is located to the right of the 'vCenter Config' header. The first field below is titled 'Name', indicated required with an asterisk. In the field, there is a unique name entered, 'first-vcenter'.") %>
1. Enter a unique **Name** for your config.
1. Complete the rest of the form.
- For more information about the fields in vSphere, see _Step 2: Configure vCenter_ in [Configuring BOSH Director on vSphere](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/vsphere/config.html#vcenter-config).
- For more information about the fields in OpenStack, see _Step 2: OpenStack Configs Page_ in [Configuring BOSH Director on OpenStack](/platform/ops-manager/<%= vars.current_major_version.sub('.', '-') %>/openstack/config.html#openstack-config).
1. Click **Save**.
1. Go to the **Create Availability Zones** pane.
1. Create one or more AZs and associate them to your IaaS config with the **IaaS Configuration** field.
1. Click **Save**.
## <a id="modify-configs"></a> Modify an IaaS Config
To modify one of multiple IaaS configs, do the following:
1. Go to the list of configs by selecting the IaaS config pane.
<%= image_tag("vcenters-list.png", :alt =>"The 'vCenter Config' pane a header called 'List of vCenter Configs' followed by the names of each vCenter next to a pencil icon. To the right of the main header is an 'Add vCenter Config' button." ) %>
1. Click the pencil icon.
1. Edit the fields you want to change.
1. Click **Save**.
## <a id="delete-configs"></a> Delete an IaaS Config
To delete your IaaS config, do the following:
1. From the BOSH Director tile, go to the **Create Availability Zones** pane.
1. Click the trashcan icon to disassociate each AZ with your IaaS config. To know which AZs are associated, expand each AZ and see **IaaS Configuration**.
<p class="note"><strong>Note:</strong> Ops Manager does not allow you to delete your first AZ or your first IaaS config. Your first AZ is always associated with your first IaaS config.</p>
1. Click **Save**
1. Go to the IaaS config pane.
1. Click the trashcan icon to delete your IaaS config.
1. Click **Save**.