Need proper support for n1kv plugin configuration through puppet COI
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cisco Openstack |
Incomplete
|
Low
|
Pradeep Kilambi |
Bug Description
When we attempted an install of N1KV plugin through COI, the plugin did not get registered with the quantum-server and in some cases caused the server to break and not start at all. Ultimately the root cause was found out to be the missing n1kv configuration information from either site.pp/core.pp.
We ended up adding the following piece of code to site.pp to get around this problem.
node 'ostack-controller' inherits os_base {
class { 'control':
tunnel_ip => '1.1.12.2'
}
quantum_
}
quantum_
}
}
Michael Chapman suggested that quantum_
For more specific details, please contact Michael Chapman or Neehar.
Changed in openstack-cisco: | |
assignee: | nobody → Pradeep Kilambi (pkilambi) |
Changed in openstack-cisco: | |
status: | New → Triaged |
importance: | Undecided → Low |
We already have native types in our multi-node branch for quantum: :plugin: :cisco. Could be this was before the n1k multi-node branch merged the newest multi-node changes?
Marking as incomplete. I dont think there is anything to do here.