vm: fix display name, internal name notes#177
Conversation
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
| User-Provided Display Name vm.instancename.flag User Display Name Hostname on the VM Name on vCenter Internal Name | ||
| ============================= ======================= ====================== ====================== ====================== ===================================== ========================== | ||
| Yes True Name Display name Name i-<user\_id>-<vm\_id>-name i-<user\_id>-<vm\_id>-name | ||
| No True <instance.name>-<UUID> <instance.name>-<UUID> <instance.name>-<UUID> i-<user\_id>-<vm\_id>-<instance.name> <instance.name>-<UUID> |
There was a problem hiding this comment.
@shwstppr can you please review the 2nd case, name on vCenter should be "<instance.name>-" and internal name is "i-<user_id>-<vm_id>-<instance.name>"
There was a problem hiding this comment.
@shwstppr This still needs to be changed, can you please do that.
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
Signed-off-by: Abhishek Kumar <abhishek.kumar@shapeblue.com>
|
Your request had been received, i'll go and build the documentation and check the output log for errors. This shouldn't take long. |
|
Your request had been received, i'll go and build the documentation and check the output log for errors. This shouldn't take long. |
|
Build finished. You can review it at: https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr177// Build Log Output: No log errors found to report.// |
1 similar comment
|
Build finished. You can review it at: https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr177// Build Log Output: No log errors found to report.// |
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
requesting docbuild |
|
Your request had been received, i'll go and build the documentation and check the output log for errors. This shouldn't take long. |
|
Build finished. You can review it at: https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr177// Build Log Output: No log errors found to report.// |
|
requesting docbuild |
|
Your request had been received, i'll go and build the documentation and check the output log for errors. This shouldn't take long. |
|
Build finished. You can review it at: https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr177// Build Log Output: No log errors found to report.// |
|
Your request had been received, i'll go and build the documentation and check the output log for errors. This shouldn't take long. |
|
Build finished. You can review it at: https://acs-www.shapeblue.com/docs/WIP-PROOFING/pr177// Build Log Output: No log errors found to report.// |
|
@blueorangutan doc |
|
Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/177. (SL-JID 20) |
|
@blueorangutan doc |
1 similar comment
|
@blueorangutan doc |
|
@blueorangutan docbuild |
|
@davidjumani a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
|
Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/177. (SL-JID 21) |
|
@blueorangutan docbuild |
|
@shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
|
Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/177. (SL-JID 35) |
Backend changes apache/cloudstack#4581
Fixes VM naming convention.
VM name can be controlled with a combination of global settings,
vm.instancename.flagandinstance.namealong withnameparameter ofdeployVirtualMachineAPI. This PR highlights different cases.