UCSM plugin should be able to detect new compute nodes added dynamically
Bug #1588045 reported by
Sandhya Dasu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-cisco |
Fix Released
|
Undecided
|
Sandhya Dasu |
Bug Description
Currently, when a new compute host gets added to the UCSM, for the plugin to detect it, its configuration needs to be added to the plugin's ini file and the Neutron Server needs to be restarted. With this change, a compute host can be detected by the plugin without updating its configuration or re-starting Neutron Server.
The compute host that is being added dynamically needs to have the "Name" field associated with the Server(Equipment Tab on UCSM), to indicate the hostname as known to the hypervisor.
Changed in networking-cisco: | |
assignee: | nobody → Sandhya Dasu (sadasu) |
Changed in networking-cisco: | |
status: | New → In Progress |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/324092 /git.openstack. org/cgit/ openstack/ networking- cisco/commit/ ?id=1204d1ac378 c19aec361f63c5c 7ae96e01edc13b
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1204d1ac378c19a ec361f63c5c7ae9 6e01edc13b
Author: Sandhya Dasu <email address hidden>
Date: Thu Feb 16 10:15:11 2017 -0500
UCSM plugin: Auto detection of compute hosts
UCSM plugin should be able to get the Service Profile Template
configuration for a compute host by getting it from UCSM directly
instead of being provided as a configuration to UCSM plugin.
Change-Id: I762d491c2722f9 3407e295cd26df1 08bc7342a93 -compute- host
Implements: blueprint ucsm-autodetect
Closes-Bug: #1588045