-
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
Identify VIC Appliance VM #1018
Comments
Can we re-use the tagging used by VCHs to discover the OVA? |
@andrewtchin @morris-jason Another request here: is it possible to set another |
If we expose the IP address in a new place, we'll need to ensure it gets updated each time the IP address changes. How feasible is that (especially in the case of DHCP)? |
Also how does the UI handle IP vs hostname? I don't think it's possible for us to update the tag value since we do not store the vSphere credentials used to tag the VM |
Hmm, it makes sense that if we add another custom field for IP there will be another burden to update the value every time the IP changes. I'll then hold onto the current approach to retrieving the IP address of a VM. |
@andrewtchin We will be using the information to construct, in the Angular service, a URL to the vic-machine-server endpoint. It doesn't really matter whether that's hostname or IP for our use case. |
What about for TLS? Do you ignore cert errors if the user is using a self signed or one signed by a non public CA? |
I think that issue was handled by Cristian. @cristianfalcone Could you let us know how we handled that? |
Allows the vSphere H5 Client to identify the appliance vm from a custom attribute called vic-ova-identifier. This key has a value of the appliance ova build version. Fixes #1018.
* [WIP] Implement endpoint for vic appliances list * Turn off sourcemaps in ng test This saves us from headaches by debunking myterious XMLHttpRequest errors in unit test failures which oftentimes are actually not XMLHttpRequest errors. * Use tee for outputting vic-ui build tasks * Sync with Jason's work on vmware/vic-product#1018 * Sort desc appliances info by build number * Update SummaryComponent to use lookup service * Add more test report recipients * Move vch appliance detection to general.component
User Statement:
As a UI I need to be able to identify which VMs are VIC Appliances.
Details:
Related to #920
http://pubs.vmware.com/vsphere-6-5/index.jsp#com.vmware.vspsdk.apiref.doc/vim.ExtensibleManagedObject.html?resultof=%2522%2573%2565%2574%2543%2575%2573%2574%256f%256d%2556%2561%256c%2575%2565%2522%2520%2522%2573%2565%2574%2563%2575%2573%2574%256f%256d%2576%2561%256c%2575%2522%2520
Get the VirtualMachine object and set a custom value on it
Tag should be on key
identifier
with valuevic-appliance-<BUILD_NUMBER>
Figure out build number format with @jooskim and @mdharamadas1
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: