OCP 4.13 - IBM Power Virtual Server using installer-provisioned infrastructure#47558
OCP 4.13 - IBM Power Virtual Server using installer-provisioned infrastructure#47558mburke5678 merged 1 commit intoopenshift:mainfrom
Conversation
9d486d5 to
4e1daae
Compare
4b5411f to
e7007bd
Compare
mjturek
left a comment
There was a problem hiding this comment.
Looking good but some questions and comments
a84ab07 to
156d30d
Compare
|
/lgtm |
1 similar comment
|
/lgtm |
|
New changes are detected. LGTM label has been removed. |
|
/label peer-review-needed |
| - Name: Installing a cluster on IBM Power Virtual Server with customizations | ||
| File: installing-ibm-power-vs-customizations | ||
| - Name: Installing a cluster on IBM Power Virtual Server into an existing VPC | ||
| File: installing-ibm-powervs-vpc |
There was a problem hiding this comment.
all other file names are written as "ibm-power-vs." This specific one is written as "ibm-powervs-vpc." I don't think there's an issue with this, but I am bring it to your attention.
| @@ -0,0 +1,25 @@ | |||
| :_content-type: PROCEDURE | |||
There was a problem hiding this comment.
Everything that’s called out in the topic map must be an assembly. All modules must be in the modules directory. Items in the modules directory can’t be called out in the topic map.
SO, this particular file needs split into two:
- An assembly that is included in the topic_map.yaml file
- A procedural document that is included in the assembly.
The following metadata is included in your assembly: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#assembly-file-metadata
The following metadata metadata is included in your module: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#module-file-metadata
You have combined the two here, and it must be reworked.
There was a problem hiding this comment.
@stevsmit thanks !
As explained above I have split it into two parts :
- creating-ibm-power-vs-workspace.adoc ( an assembly ).
- modules/creating-ibm-power-vs-workspace-procedure.adoc ( a module ).
Request you to please review. Thanks !
clnperez
left a comment
There was a problem hiding this comment.
change to control plane instead of master
| |VPC Infrastructure Services service in <resource_group> resource group | ||
|
|
||
| |Viewer | ||
| |<resource_group> resource group: resourceType string equals resource-group, resource string equals <resource_group> |
There was a problem hiding this comment.
| |<resource_group> resource group: resourceType string equals resource-group, resource string equals <resource_group> | |
| |<resource_group> resource group: `resourceType` string equals resource group. Resource string equals <resource_group> |
^ I think this particular description is confusing to understand, but it might be my lack of knowledge on the topic. Would we also but "resource string" in back ticks? eg, should it be "resourceString" ?
| :context: creating-ibm-power-vs-workspace | ||
|
|
||
| :FeatureName: {ibmpowerProductName} Virtual Server using installer-provisioned infrastructure | ||
| include::snippets/technology-preview.adoc[] |
There was a problem hiding this comment.
The answer to this question is "No," you would not remove the following information:
:content-type: PROCEDURE
[id="creating-ibm-power-vs-workspace-procedure{context}"]
== Steps to create an {ibmpowerProductName} Virtual Server workspace
It's not uncommon for the title of the Assembly to to match the title of the Procedure, for example:
You should add content to describe the purpose of the Assembly. For example...
"This document describes how to create an IBM Power Virtual Server workspace."
Like the above example, you might include prerequisites here if there are any.
For more information: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#assemblymodule-titles-and-section-headings
There was a problem hiding this comment.
@stevsmit thanks. Incorporated the above suggestion.
|
|
||
| :_content-type: PROCEDURE | ||
| [id="creating-ibm-power-vs-workspace-procedure_{context}"] | ||
| = Steps to create the workspace |
There was a problem hiding this comment.
Apologies, but this must be a gerund. Eg:
"Creating the IBM Power VS workspace."
Followed by a short description.
"Use the following procedure to create the IBM Power VS workspace.
.Procedure
For more information: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#assemblymodule-titles-and-section-headings
There was a problem hiding this comment.
@stevsmit thanks. Incorporated the above suggestion.
clnperez
left a comment
There was a problem hiding this comment.
i put in different language for the resource group questions. hopefully that is more clear
|
/label merge-review-needed |
| |Viewer, Operator, Editor, Administrator, Reader, Writer, Manager, Console Administrator | ||
| |VPC Infrastructure Services service <resource_group> resource group | ||
| |=== | ||
| [.small] |
There was a problem hiding this comment.
I don't think you need this [.small]. I don't know this for certain. It appears that we only use this tag for footnotes, according to the Doc Guidelines and a quick review of files that I did in Atom.
In the preview, it looks like the text in the following section, Access policy management is smaller than the rest of the assembly.
There was a problem hiding this comment.
Ack. I have removed [.small] as suggested above. FYI : @mburke5678
| * You read the documentation on xref:../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users]. | ||
| * You xref:../../installing/installing_ibm_powervs/installing-ibm-cloud-account-power-vs.adoc#installing-ibm-cloud-account-power-vs[configured an IBM Cloud account] to host the cluster. | ||
| * If you use a firewall, you xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to. | ||
| * You configured the `ccoctl` utility before you installed the cluster. For more information, see xref:../../installing/installing_ibm_powervs/preparing-to-install-on-ibm-power-vs.adoc#cco-ccoctl-configuring_preparing-to-install-on-ibm-power-vs[Configuring the Cloud Credential Operator utility]. |
There was a problem hiding this comment.
@mburke5678 yes , Netlify did not update the changes.
There was a problem hiding this comment.
It is apprearing like below :
* You configured the `ccoctl` utility before you installed the cluster. For more information, see Configuring the Cloud Credential Operator utility.
*
The code is pointing to the ID in the prerequisites assembly.
Code : * You configured the ccoctl utility before you installed the cluster. For more information, see xref:../../installing/installing_ibm_powervs/preparing-to-install-on-ibm-power-vs.adoc#choosing-an-method-to-install-ocp-on-power-vs-installer-provisioned[Configuring the Cloud Credential Operator utility].
There was a problem hiding this comment.
@alishaIBM Should this link go directly to the Configuring the Cloud Credentials Operator module?
installing/installing_ibm_power/preparing-to-install-on-ibm-power-vs.adoc#cco-ccoctl-configuring_preparing-to-install-on-ibm-power-vs
There was a problem hiding this comment.
There was a problem hiding this comment.
Few more updates w.r.to above are addressed in this PR : https://github.com/openshift/openshift-docs/pull/60086/files fyi.
|
@alishaIBM Amazing work! I had a few small issues. When you are ready, let me know and we can possibly merge this PR before its first birthday! |
@mburke5678 Thank you ! |
|
/cherrypick enterprise-4.13 |
|
@mburke5678: #47558 failed to apply on top of branch "enterprise-4.13": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| <1> Required. | ||
| <2> If you do not provide these parameters and values, the installation program provides the default value. | ||
| <3> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used. | ||
| //<4> Enables or disables simultaneous multithreading, also known as Hyper-Threading. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores. You can disable it by setting the parameter value to `Disabled`. If you disable simultaneous multithreading in some cluster machines, you must disable it in all cluster machines. |
There was a problem hiding this comment.
@alishaIBM With this call-out commented out, it affects the numbering in the docs.
There was a problem hiding this comment.
@mburke5678 thanks for the correction. Incorporated the changes in this PR : https://github.com/openshift/openshift-docs/pull/60086/files Thanks.


Version(s) : 4.13
Issue :
https://issues.redhat.com/browse/MULTIARCH-994
Link to docs preview :
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/preparing-to-install-on-ibm-power-vs.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/installing-ibm-cloud-account-power-vs.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/creating-ibm-power-vs-workspace.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/installing-ibm-power-vs-customizations.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/installing-ibm-powervs-vpc.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/installing-ibm-power-vs-private-cluster.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/installing-restricted-networks-ibm-power-vs.html
https://47558--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_ibm_power/uninstalling-cluster-ibm-power-vs.html
Creating a compute machine set on IBM Power Virtual Server :
https://47558--docspreview.netlify.app/openshift-enterprise/latest/machine_management/creating_machinesets/creating-machineset-ibm-power-vs.html