Skip to content

Commit e361562

Browse files
committed
Updates based on review
1 parent c2e13d8 commit e361562

File tree

4 files changed

+65
-145
lines changed

4 files changed

+65
-145
lines changed

_data/site_menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ using:
119119
desc: "Managing OpenStack Providers"
120120

121121
- title: IBM CIC Providers
122-
path: "/docs/reference/latest/managing_providers/cloud_providers/cic_providers.html"
122+
path: "/docs/reference/latest/managing_providers/cloud_providers/ibm_cic_providers.html"
123123
desc: "Managing IBM CIC Providers"
124124

125125
- title: Container Providers

_includes/openstack/adding-a-cic-cloud-provider.md

Lines changed: 0 additions & 140 deletions
This file was deleted.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
2+
The corresponding {{ site.data.product.title_short }} plugin supports IBM CIC **v1.4.4 or higher**.
3+
4+
Complete the following procedure to add an IBM CIC cloud provider in
5+
{{ site.data.product.title_short }}.
6+
7+
1. Browse to menu: **Compute > Clouds > Providers**.
8+
9+
2. Click **Configuration**, then click
10+
![1862](../../images/1862.png) (**Add a New Cloud Provider**).
11+
12+
3. From the **Type** list, select **IBM CIC**.
13+
14+
4. Enter a **Name** for the provider.
15+
16+
5. Select the appropriate **Zone**.
17+
18+
6. Enter the CIC region in **Provider Region**.
19+
20+
7. Select the appropriate **Domain ID**.
21+
22+
8. (Optional) Enable tenant mapping by toggling the **Tenant Mapping Enabled**
23+
option to **On**. This synchronizes resources and users between the IBM
24+
CIC provider and {{ site.data.product.title_short }}. By default,
25+
tenant mapping is disabled.
26+
27+
9. Under **Endpoints**, in the **Default** tab:
28+
29+
1. Select a **Security Protocol** method to specify how to authenticate the provider:
30+
31+
- **SSL without validation**: Authenticate the provider insecurely
32+
using SSL.
33+
34+
- **SSL**: Authenticate the provider securely using a trusted
35+
Certificate Authority. Select this option if the provider has a
36+
valid SSL certificate and it is signed by a trusted Certificate
37+
Authority. No further configuration is required for this option.
38+
This is the recommended authentication method.
39+
40+
- **Non-SSL**: Connect to the provider insecurely using only
41+
HTTP protocol, without SSL.
42+
43+
2. In **CIC API Endpoint (Hostname or IPv4/IPv6 address)**, enter the
44+
public IP or fully qualified domain name of the CIC API endpoint.
45+
46+
3. In **API Port**, set the public port used by the CIC API. By
47+
default, CIC is configured to use port 5000.
48+
49+
4. In the **API Username** field, enter the name of a user in the CIC
50+
environment.
51+
52+
<div class="important">
53+
54+
The user must have the **admin** role for the relevant domain.
55+
56+
</div>
57+
58+
5. In the **API Password** field, enter the password for the user.
59+
60+
6. Click **Validate** to confirm {{ site.data.product.title_short }} can
61+
connect to the CIC provider.
62+
63+
11. Click **Add**.

managing_providers/cloud_providers/cic_providers.md renamed to managing_providers/cloud_providers/ibm_cic_providers.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ IBM Cloud Infrastructure Center (CIC) is an advanced infrastructure management (
99

1010
## Adding IBM CIC Providers
1111

12-
{% include openstack/adding-a-cic-cloud-provider.md %}
12+
{% include_relative _topics/adding_ibm_cic_providers.md %}
1313

14-
## Configuring the Overcloud to Store Events
15-
16-
{% include openstack/configure-overcloud-to-store-events.md %}

0 commit comments

Comments
 (0)