Skip to content

Commit 72013ff

Browse files
authored
Merge pull request #1787 from jaywcarman/update_adding_disabling_cloud_provider_regions
Update adding disabling cloud provider regions
2 parents 665ed74 + 0b2a51a commit 72013ff

10 files changed

+147
-15
lines changed

managing_providers/cloud_providers/_topics/adding_amazon_cloud_regions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ the appliance server. You can use this capability to add new regions that have b
55
set up since {{ site.data.product.title_short }} was released. Once adding the region it will be
66
available when creating a new Amazon EC2 provider.
77

8-
1. Click ![config gear](../../images/config-gear.png) (**Configuration**).
8+
1. Click ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
99

10-
2. Click on the **Settings** accordion, then click **ManageIQ Region** at the top.
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 additional
12+
region to that server only.
1113

1214
3. Click on the **Advanced** tab.
1315

managing_providers/cloud_providers/_topics/adding_azure_cloud_regions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ the appliance server. You can use this capability to add new regions that have b
55
set up since {{ site.data.product.title_short }} was released. Once added the region it will be available when
66
creating a new Azure provider.
77

8-
1. Click ![config gear](../../images/config-gear.png) (**Configuration**).
98

10-
2. Click on the **Settings** accordion, then click **ManageIQ Region** at the top.
9+
1. Click ![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.
1114

1215
3. Click on the **Advanced** tab.
1316

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**.

managing_providers/cloud_providers/_topics/disabling_amazon_cloud_regions.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ the appliance server. Use this capability to disable certain classified
55
regions like AWS GovCloud. Once disabled, the region will not be
66
available when adding an Amazon EC2 provider.
77

8-
1. Click ![config gear](../../images/config-gear.png) (**Configuration**).
8+
1. Click ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
99

10-
2. Click on the **Settings** accordion, then click **Zones**.
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 additional
12+
region to that server only.
1113

12-
3. Click the zone where the {{ site.data.product.title_short }} server is located,
13-
then click on the EVM server.
14+
3. Click on the **Advanced** tab.
1415

15-
4. Click on the **Advanced** tab.
16-
17-
5. Search for `:ems_amazon:`, and enter the regions you want to disable
16+
4. Search for `:ems_amazon:`, and enter the regions you want to disable
1817
under `:disabled_regions:`.
1918

2019
Example. To disable the `ap-northeast-1` region:
@@ -24,4 +23,4 @@ available when adding an Amazon EC2 provider.
2423
- us-gov-west-1
2524
- ap-northeast-1
2625

27-
6. Click **Save**.
26+
5. Click **Save**.

managing_providers/cloud_providers/_topics/disabling_azure_cloud_regions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ the appliance server. You can use this capability to disable certain
55
classified regions. Once disabled, the region will not be available when
66
adding a new Azure provider.
77

8-
1. Click ![config gear](../../images/config-gear.png) (**Configuration**).
8+
1. Click ![config gear](../../images/config-gear.png) **Settings** > **Application Settings**.
99

10-
2. Click on the **Settings** accordion, then click **Zones**.
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.
1113

1214
3. Click the zone where the {{ site.data.product.title_short }} server is located,
1315
then click on the EVM server.
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)