-
Notifications
You must be signed in to change notification settings - Fork 92
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
Added that ugrade script now supports appliance FQDN #2464
Conversation
@@ -61,7 +61,7 @@ For information about the supported upgrade paths for all versions of vSphere In | |||
7. Provide information about the old version of the appliance. | |||
|
|||
1. Enter the name of the datacenter that contains the old version of the appliance. | |||
2. Enter the IP address of the old version of the appliance.The upgrade script does not accept FQDN addresses for the old appliance. | |||
2. Enter the IP address or FQDN of the old version of the appliance. |
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.
I think that we need to mention that FQDN is only accepted from 1.5.3 onwards...
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.
Thanks @stuclem . Made the change.
@@ -61,7 +61,7 @@ For information about the supported upgrade paths for all versions of vSphere In | |||
7. Provide information about the old version of the appliance. | |||
|
|||
1. Enter the name of the datacenter that contains the old version of the appliance. | |||
2. Enter the IP address of the old version of the appliance.The upgrade script does not accept FQDN addresses for the old appliance. | |||
2. Enter the IP address or FQDN of the old version of the appliance. You can only enter the FQDN for vSphere Integrated Containers 1.5.3 and later versions. For earlier versions, enter the IP address. |
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.
I think that in 1.5.3 and onwards you can enter either the FQDN or the IP address....
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.
Thanks, @stuclem . I have updated it.
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.
Sorry for the delay - LGTM!
Thanks, Stuart! |
Per comment from @renmaosheng in #1731 (comment), we apparently haven't fixed this in 1.5.3. My mistake! @vidya-v I am reverting this PR following instruction from Steven. |
Hi @stuclem ,
Modified https://vmware.github.io/vic-product/assets/files/html/1.5/vic_vsphere_admin/upgrade_appliance.html to include support for appliance FQDN.
Fixes #2422
Request your review.
Thanks,
Vidya