Skip to content

Commit 62a4fe8

Browse files
committed
address review comments
1 parent dce9b41 commit 62a4fe8

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

docs/book/src/topics/powervs/creating-a-cluster.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,12 @@ following the steps below.
191191
192192
#### Note: Refer below for more detailed information on PowerVS variables.
193193
- IBMPOWERVS_CLUSTER_CLASS_NAME : Name of the cluster that user provides.
194-
- [IBMPOWERVS_SSHKEY_NAME](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-creating-ssh-key)
195-
- IBMPOWERVS_VIP, IBMPOWERVS_VIP_EXTERNAL and IBMPOWERVS_VIP_CIDR : Once we have created the network and port, the values will be available on listing the ports. Refer [here](/topics/powervs/creating-a-cluster.html)
196-
- IBMPOWERVS_IMAGE_NAME : Name of the custom image. Refer [here](/topics/capibmadm/powervs/image.html) to get image details.
194+
- IBMPOWERVS_SSHKEY_NAME : Name of the SSH Key. Refer [here](/topics/capibmadm/powervs/key#3-capibmadm-powervs-key-list) how to get the keys.
195+
- IBMPOWERVS_VIP, IBMPOWERVS_VIP_EXTERNAL and IBMPOWERVS_VIP_CIDR : Once we have created the network and port, the values will be available on listing the ports. Refer [here](/topics/capibmadm/powervs/port#3-capibmadm-powervs-port-list)
196+
- IBMPOWERVS_IMAGE_NAME : Name of the custom image. Refer [here](/topics/capibmadm/powervs/image#2-capibmadm-powervs-image-list) to get image details.
197197
- IBMPOWERVS_SERVICE_INSTANCE_ID : ID of the PowerVS workspace. Refer [here](https://cloud.ibm.com/docs/power-iaas-cli-plugin?topic=power-iaas-cli-plugin-power-iaas-cli-reference-v1#ibmcloud-pi-workspace)
198-
- [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
199-
- IBMPOWERVS_NETWORK_NAME : The name of the network. Refer [here](/topics/capibmadm/powervs/network.html) how to get the network details.
198+
- IBMACCOUNT_ID : Go to the Account settings page in the console to view your account ID and type. The account ID is a 32 character, unique account identifier.
199+
- IBMPOWERVS_NETWORK_NAME : The name of the network. Refer [here](/topics/capibmadm/powervs/network#3-capibmadm-powervs-network-list) how to get the network details.
200200
- [IBMPOWERVS_REGION](/reference/regions-zones-mapping.html)
201201
- [IBMPOWERVS_ZONE](/reference/regions-zones-mapping.html)
202-
- [COS_BUCKET_REGION](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-endpoints#endpoints-region)
203-
- [COS_BUCKET_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-create-buckets)
204-
- [COS_OBJECT_NAME](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-getting-started-cloud-object-storage#gs-add-objects)
202+
- COS_BUCKET_REGION, COS_BUCKET_NAME and COS_OBJECT_NAME : Refer [here](/machine-images/powervs#powervs-images-with-dhcp-based-network) to get the COS details.

docs/book/src/topics/vpc/creating-a-cluster.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ There are two following variables for controlling the volume size for the boot d
127127
- IBMVPC_CLUSTER_CLASS_NAME : Name of the cluster that user provides.
128128
- [IBMVPC_REGION](/reference/regions-zones-mapping.html)
129129
- [IBMVPC_ZONE](/reference/regions-zones-mapping.html)
130-
- [IBMVPC_RESOURCEGROUP](https://cloud.ibm.com/docs/account?topic=account-rgs&interface=ui)
131-
- [IBMVPC_IMAGE_NAME](https://cloud.ibm.com/docs/vpc?topic=vpc-planning-custom-images)
132-
- [IBMVPC_PROFILE](https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=ui)
133-
- [IBMVPC_SSHKEY_NAME](https://cloud.ibm.com/docs/vpc?topic=vpc-managing-ssh-keys&interface=ui)
134-
- [IBMACCOUNT_ID](https://cloud.ibm.com/docs/account?topic=account-accountfaqs#account-details)
130+
- IBMVPC_RESOURCEGROUP : Go to Manage > Account > Account resources > Resource groups in the console to get reource group details.
131+
- IBMVPC_IMAGE_NAME : Name of the custom image. Refer [here](/topics/capibmadm/vpc/image#1-capibmadm-vpc-image-list)
132+
- [IBMVPC_PROFILE](https://cloud.ibm.com/docs/vpc?topic=vpc-profiles&interface=cli)
133+
- IBMVPC_SSHKEY_NAME : Name of the SSH Key. Refer [here](/topics/capibmadm/vpc/key#1-capibmadm-vpc-key-list) how to get the keys.
134+
- IBMACCOUNT_ID : Go to the Manage > Account > Account settings page in the console to view your account ID and type. The account ID is a 32 character, unique account identifier.

0 commit comments

Comments
 (0)