Skip to content

Commit 247b10a

Browse files
committed
Merge pull request #1829 from qahmed1998/QA-add-ibm-cic-provider
QA Added new topic for IBM CIC provider
2 parents 4232007 + 0ab582c commit 247b10a

File tree

3 files changed

+85
-8
lines changed

3 files changed

+85
-8
lines changed

_data/site_menu.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,30 +90,34 @@ using:
9090

9191
- title: Cloud Providers
9292
children:
93-
- title: Azure Providers
94-
path: "/docs/reference/latest/managing_providers/cloud_providers/azure_providers.html"
95-
desc: "Managing Azure Providers"
96-
9793
- title: Amazon EC2 Providers
9894
path: "/docs/reference/latest/managing_providers/cloud_providers/amazon_ec2_providers.html"
9995
desc: "Managing Amazon EC2 Providers"
10096

97+
- title: Azure Providers
98+
path: "/docs/reference/latest/managing_providers/cloud_providers/azure_providers.html"
99+
desc: "Managing Azure Providers"
100+
101101
- title: Google Compute Engine Providers
102102
path: "/docs/reference/latest/managing_providers/cloud_providers/google_compute_engine_providers.html"
103103
desc: "Managing Google Compute Engine Providers"
104104

105+
- title: IBM CIC Providers
106+
path: "/docs/reference/latest/managing_providers/cloud_providers/ibm_cic_providers.html"
107+
desc: "Managing IBM CIC Providers"
108+
105109
- title: IBM Cloud VPC Providers
106110
path: "/docs/reference/latest/managing_providers/cloud_providers/ibm_cloud_vpc_providers.html"
107111
desc: "Managing IBM Cloud VPC Providers"
108112

109-
- title: IBM Power Systems Virtual Servers Providers
110-
path: "/docs/reference/latest/managing_providers/cloud_providers/ibm_power_systems_virtual_servers_providers.html"
111-
desc: "Managing IBM Power Systems Virtual Servers Providers"
112-
113113
- title: IBM PowerVC Providers
114114
path: "/docs/reference/latest/managing_providers/cloud_providers/ibm_power_vc_providers.html"
115115
desc: "Managing IBM PowerVC Providers"
116116

117+
- title: IBM Power Systems Virtual Servers Providers
118+
path: "/docs/reference/latest/managing_providers/cloud_providers/ibm_power_systems_virtual_servers_providers.html"
119+
desc: "Managing IBM Power Systems Virtual Servers Providers"
120+
117121
- title: OpenStack Providers
118122
path: "/docs/reference/latest/managing_providers/cloud_providers/openstack_providers.html"
119123
desc: "Managing OpenStack Providers"
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
Complete the following procedure to add an IBM CIC cloud provider in
2+
{{ site.data.product.title_short }}.
3+
4+
1. Browse to menu: **Compute > Clouds > Providers**.
5+
6+
2. Click **Configuration**, then click
7+
![1862](../../images/1862.png) (**Add a New Cloud Provider**).
8+
9+
3. From the **Type** list, select **IBM Cloud Infrastructure Center**.
10+
11+
4. Enter a **Name** for the provider.
12+
13+
5. Select the appropriate **Zone**.
14+
15+
6. Enter the CIC region in **Provider Region**.
16+
17+
7. Select the appropriate **Domain ID**.
18+
19+
8. (Optional) Enable tenant mapping by toggling the **Tenant Mapping Enabled**
20+
option to **On**. This synchronizes resources and users between the IBM
21+
CIC provider and {{ site.data.product.title_short }}. By default,
22+
tenant mapping is disabled.
23+
24+
9. Under **Endpoints**, in the **Default** tab:
25+
26+
1. Select a **Security Protocol** method to specify how to authenticate the provider:
27+
28+
- **SSL without validation**: Authenticate the provider insecurely
29+
using SSL.
30+
31+
- **SSL**: Authenticate the provider securely using a trusted
32+
Certificate Authority. Select this option if the provider has a
33+
valid SSL certificate and it is signed by a trusted Certificate
34+
Authority. No further configuration is required for this option.
35+
This is the recommended authentication method.
36+
37+
- **Non-SSL**: Connect to the provider insecurely using only
38+
HTTP protocol, without SSL.
39+
40+
2. In **CIC API Endpoint (Hostname or IPv4/IPv6 address)**, enter the
41+
public IP or fully qualified domain name of the CIC API endpoint.
42+
43+
3. In **API Port**, set the public port used by the CIC API. By
44+
default, CIC is configured to use port 5000.
45+
46+
4. In the **API Username** field, enter the name of a user in the CIC
47+
environment.
48+
49+
<div class="important">
50+
51+
The user must have the **admin** role for the relevant domain.
52+
53+
</div>
54+
55+
5. In the **API Password** field, enter the password for the user.
56+
57+
6. Click **Validate** to confirm {{ site.data.product.title_short }} can
58+
connect to the CIC provider.
59+
60+
10. Click **Add**.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
4+
# IBM Cloud Infrastructure Center (CIC) Providers
5+
6+
## IBM Cloud Infrastructure Center (CIC)
7+
8+
IBM Cloud Infrastructure Center (CIC) is an advanced infrastructure management (OpenStack compatible) software that includes on-premises deployments of IBM z/VM®- and KVM-based Linux® virtual machines on the IBM Z® and LinuxONE platforms.
9+
10+
## Adding IBM CIC Providers
11+
12+
{% include_relative _topics/adding_ibm_cic_providers.md %}
13+

0 commit comments

Comments
 (0)