Feature #2434
Add more information to Hybrid VMs (EC2)
| Status: | Closed | Start date: | 11/07/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Drivers - VM | |||
| Target version: | - | |||
| Resolution: | fixed | Pull request: |
Description
More information can be extracted from AWS when a VM is deployed in a hybrid setting. In particular we have selected the following attributes, that will be incorporated to the user template y defined:
EC2DRIVER_MONITOR=[ DNSNAME, PRIVATEDNSNAME, KEYNAME, AVAILABILITYZONE, PLATFORM, VPCID, PRIVATEIPADDRESS, IPADDRESS, SUBNETID, ] EC2DRIVER_TAGS=[ KEY_NAME = KEY_VALUE, ... ]
Every attribute is obtained from the corresponding XML element returned from the API, i.e. DNSNAME from <dnsName/>, KEYNAME from <keyName/>, PRIVATEIPADDRESS from <privateIpAddress/>...
Tags are extracted from the AWS tags:
<item>
<key>Description</key>
<value>Windows Instance</value>
</item>
in this example we will generate:
EC2DRIVER_TAGS=[ DESCRIPTION = "Windows Instance" ]
History
#1
Updated by Ruben S. Montero over 7 years ago
- Status changed from Pending to Closed
- Target version deleted (
Release 4.6) - Resolution set to fixed
This is available since 4.4