-
Notifications
You must be signed in to change notification settings - Fork 370
python warning and guide restructuring #7896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
@@ -85,9 +89,9 @@ print("Disconnecting..") | |||
vconnect() | |||
``` | |||
|
|||
##### Listing the VMs of a Private Cloud infrastructure | |||
#### Listing the VMs of a Managed Bare Metal infrastructure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The product name is Hosted Private Cloud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@franckcosta tell me "Managed vSphere" in fact
|
||
Download the vSphere SDK using this link: | ||
|
||
[https://my.vmware.com/group/vmware/get-download?downloadGroup=VS-PERL-SDK67](https://my.vmware.com/group/vmware/get-download?downloadGroup=VS-PERL-SDK67) | ||
<https://my.vmware.com/group/vmware/get-download?downloadGroup=VS-PERL-SDK67> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link seems to be inaccessible
@@ -134,47 +138,41 @@ vconnect() | |||
|
|||
#### Setting up the environment | |||
|
|||
##### OS | |||
|
|||
This example uses a VM installed with Ubuntu 18.04, deployed from [templates available for your Hosted Private Cloud infrastructure](/pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/ovf_template). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use a more recent version of Ubuntu? It would be more up to date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And we can use: /pages/hosted_private_cloud/hosted_private_cloud_powered_by_vmware/how_to_use_content_library/guide.en-us.md to be more up-to-date and not use the old ovf template method.
@@ -85,7 +89,7 @@ print("Disconnecting..") | |||
vconnect() | |||
``` | |||
|
|||
##### Listing the VMs of a Managed Bare Metal infrastructure | |||
#### Listing the VMs of a Managed Bare Metal infrastructure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to update the product name here as well.
What type of Pull Request is this?
Update of existing guide(s)
Optimization
Description
Adding python warning on selected guides
Mandatory information