Skip to content

Commit 0b2a51a

Browse files
committed
Add docs to add/disable regions for IBM Cloud providers
1 parent 8735f71 commit 0b2a51a

6 files changed

+127
-1
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Adding IBM Cloud VPC Regions
2+
3+
{{ site.data.product.title_short }} allows administrators to add additional IBM
4+
Cloud VPC regions on the appliance server. You can use this capability to add
5+
new regions that have been set up since {{ site.data.product.title_short }} was
6+
released. Once added the region it will be available when creating a new IBM
7+
Cloud VPC provider.
8+
9+
1. Browse to ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
10+
11+
2. Click on the **Settings** accordion, then click **{{ site.data.product.title_short }}: Region** at the top.
12+
Optionally, a server can be selected (within Zones) to limit the additional
13+
region to that server only.
14+
15+
3. Click on the **Advanced** tab.
16+
17+
4. Search for `:ems_ibm_cloud_vpc:`, and enter the regions you want to add
18+
under `:additional_regions:`.
19+
20+
Example. To add hypothetical `lunar-base-1` `lunar-base-2` regions:
21+
22+
:ems_ibm_cloud_vpc:
23+
:additional_regions:
24+
:lunar-base-1:
25+
:name: Lunar Base 1
26+
:hostname: lunar-base-1.iaas.cloud.ibm.com
27+
:description: Lunar Base 1
28+
:lunar-base-2:
29+
:name: Lunar Base 2
30+
:hostname: lunar-base-2.iaas.cloud.ibm.com
31+
:description: Lunar Base 2
32+
33+
5. Click **Save**.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## Adding IBM Power Systems Virtual Server Regions
2+
3+
{{ site.data.product.title_short }} allows administrators to add additional IBM
4+
Power Systems Virtual Server regions on the appliance server. You can use this
5+
capability to add new regions that have been set up since
6+
{{ site.data.product.title_short }} was released. Once added the region it will
7+
be available when creating a new IBM Power Systems Virtual Server provider.
8+
9+
1. Browse to ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
10+
11+
2. Click on the **Settings** accordion, then click **{{ site.data.product.title_short }}: Region** at the top.
12+
Optionally, a server can be selected (within Zones) to limit the additional
13+
region to that server only.
14+
15+
3. Click on the **Advanced** tab.
16+
17+
4. Search for `:ems_ibm_cloud_power_virtual_servers:`, and enter the regions you want to add
18+
under `:additional_regions:`.
19+
20+
Example. To add hypothetical `lunar-base-1` `lunar-base-2` regions:
21+
22+
:ems_ibm_cloud_power_virtual_servers:
23+
:additional_regions:
24+
:lunar-base-1:
25+
:name: Lunar Base 1
26+
:hostname: lunar-base-1.power-iaas.cloud.ibm.com
27+
:description: Lunar Base 1
28+
:lunar-base-2:
29+
:name: Lunar Base 2
30+
:hostname: lunar-base-2.power-iaas.cloud.ibm.com
31+
:description: Lunar Base 2
32+
33+
5. Click **Save**.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Disabling IBM Cloud VPC Regions
2+
3+
{{ site.data.product.title_short }} allows administrators to disable IBM Cloud
4+
VPC regions on the appliance server. You can use this capability to disable
5+
certain classified regions. Once disabled, the region will not be available
6+
when adding a new IBM Cloud VPC provider.
7+
8+
1. Browse to ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
9+
10+
2. Click on the **Settings** accordion, then click **{{ site.data.product.title_short }}: Region** at the top.
11+
Optionally, a server can be selected (within Zones) to limit the disabled
12+
region to that server only.
13+
14+
3. Click on the **Advanced** tab.
15+
16+
4. Search for `:ems_ibm_cloud_vpc`, and enter the regions you want to disable
17+
under `:disabled_regions:`.
18+
19+
Example. To disable the `au-syd` and `br-sao` regions:
20+
21+
:ems_ibm_cloud_vpc:
22+
:disabled_regions:
23+
- au-syd
24+
- br-sao
25+
26+
5. Click **Save**.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Disabling IBM Power Systems Virtual Server Regions
2+
3+
{{ site.data.product.title_short }} allows administrators to disable IBM Power
4+
Systems Virtual Server regions on the appliance server. You can use this
5+
capability to disable default regions. Once disabled, the region will not be
6+
available for new and existing IBM Power Systems Virtual Server providers.
7+
8+
1. Browse to ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
9+
10+
2. Click on the **Settings** accordion, then click **{{ site.data.product.title_short }}: Region** at the top.
11+
Optionally, a server can be selected (within Zones) to limit the disabled
12+
region to that server only.
13+
14+
3. Click on the **Advanced** tab.
15+
16+
4. Search for `:ems_ibm_cloud_power_virtual_servers:`, and enter the regions you want to disable
17+
under `:disabled_regions:`.
18+
19+
Example. To disable the `dal` and `eu-de` regions:
20+
21+
:ems_ibm_cloud_power_virtual_servers:
22+
:disabled_regions:
23+
- dal
24+
- eu-de
25+
26+
5. Click **Save**.

managing_providers/cloud_providers/ibm_cloud_vpc_providers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99

1010
{% include_relative _topics/configuring_ibm_cloud_vpc_metrics_collection.md %}
1111

12-
{% include_relative _topics/configuring_ibm_cloud_vpc_events.md %}
12+
{% include_relative _topics/configuring_ibm_cloud_vpc_events.md %}
13+
14+
{% include_relative _topics/adding_ibm_cloud_vpc_regions.md %}
15+
16+
{% include_relative _topics/disabling_ibm_cloud_vpc_regions.md %}

managing_providers/cloud_providers/ibm_power_systems_virtual_servers_providers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
{% include_relative _topics/overview_ibm_cloud_powervs.md %}
77

88
{% include_relative _topics/adding_ibm_cloud_powervs_providers.md %}
9+
10+
{% include_relative _topics/adding_ibm_power_systems_virtual_servers_regions.md %}
11+
12+
{% include_relative _topics/disabling_ibm_power_systems_virtual_servers_regions.md %}

0 commit comments

Comments
 (0)