Activity log for bug #1667219

Date Who What changed Old value New value Message
2017-02-23 06:01:54 Prashant Shetty bug added bug
2017-02-23 06:02:04 Prashant Shetty tags nova
2017-02-23 06:02:16 Prashant Shetty tags nova nova+placement
2017-02-23 06:04:41 Prashant Shetty bug added subscriber Gary Kotton
2017-02-23 06:04:52 Prashant Shetty bug added subscriber Saravanan Musuvathi
2017-02-23 06:14:10 Prashant Shetty description Our requirement is as below, - Single controller which runs service, enable_service q-svc enable_service placement-api enable_service h-eng h-api h-api-cfn h-api-cw - Remaining services like dhcp,meta,routing etc we will make use of platform native solution - Have different types of computes(KVM and ESXi) with service, i. ENABLED_SERVICES=n-cpu,neutron,placement-api & VIRT_DRIVER=vsphere for ESXi ii. ENABLED_SERVICES=n-cpu,neutron,placement-api for KVM node As below code suggests current devstack code configures [placement] section on nova.conf of controller only if n-cpu is running along with placement service, which seems to be wrong. https://github.com/openstack-dev/devstack/blob/7a30c7fcabac1cf28fd9baa39d05436680616aef/stack.sh#L875 In multi node setup we don't want to run n-api,q-svc and n-cpu together. Our requirement is as below, - Single controller which runs service, enable_service q-svc enable_service placement-api enable_service h-eng h-api h-api-cfn h-api-cw - Remaining services like dhcp,meta,routing etc we will make use of platform native solution - Have different types of computes(KVM and ESXi) with service,   i. ENABLED_SERVICES=n-cpu,neutron,placement-api & VIRT_DRIVER=vsphere for ESXi   ii. ENABLED_SERVICES=n-cpu,neutron,placement-api for KVM node As below code suggests current devstack code configures [placement] section on nova.conf of controller only if n-cpu is running along with placement service, which seems to be wrong. https://github.com/openstack-dev/devstack/blob/7a30c7fcabac1cf28fd9baa39d05436680616aef/stack.sh#L875 In multi node setup we don't want to run n-api,q-svc and n-cpu together on controller.
2017-02-23 06:51:30 Prashant Shetty devstack: assignee Prashant Shetty (prashantshetty)
2017-02-23 06:56:27 Prashant Shetty bug added subscriber Radoslav Gerganov
2017-02-23 11:37:01 Prashant Shetty devstack: status New In Progress
2017-02-24 16:55:57 OpenStack Infra devstack: status In Progress Fix Released
2017-02-25 14:53:56 OpenStack Infra tags nova+placement in-stable-ocata nova+placement