Feature #4014
Show all the IPs from a vcenter VM, not only the first one
Status: | Closed | Start date: | 09/30/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 100% | |
Category: | vCenter | |||
Target version: | Release 4.14.2 | |||
Resolution: | fixed | Pull request: |
Description
vcenter monitoring drivers only get GUEST_IP
that is the first IP address of a VM. They should get all of them.
CLI and Sunstone should be modified to show this info.
Associated revisions
feature #4014: retrieve all the IP's for vcenter VMs
The IPs are added to monitoring as GUEST_IP_ADDRESSES separated by
commas:
GUEST_IP_ADDRESSES="fe80::6cd3:8b16:def6:25b4,10.0.0.242"
feature #4014: Change use same name for code and info
feature #4014: Change use same name for code and info
(cherry picked from commit d63ecb8752036f321d2cf6db1351b93158779b87)
Feature #4014: Show GUEST_IP_ADDRESSES in sunstone
Feature #4014: Show GUEST_IP_ADDRESSES in sunstone
(cherry picked from commit f4a394c85185173602e818fb4af9c661de90de87)
History
#1 Updated by Javi Fontan almost 6 years ago
Added all IP's to monitoring data (GUEST_IP_ADDRESSES). Also modified onevm show
to list these extra IPs in NICS table.
#2 Updated by Javi Fontan almost 6 years ago
- Category changed from Drivers - VM to Sunstone
#3 Updated by Ruben S. Montero almost 6 years ago
- Category changed from Sunstone to vCenter
#4 Updated by Tino Vázquez over 5 years ago
- Status changed from Pending to Closed
- % Done changed from 0 to 100
- Resolution set to fixed