openstack-armada-app/python-k8sapp-openstack/k8sapp_openstack
Thiago Brito 963e63cd55 Fix cpu_shared/dedicated_set config location
Change I61514389b616db754b0d2f35deb0101f90dbdd02 removed the deprecated
property vcpu_pin_set in favor of the newer cpu_shared_set and
cpu_dedicated_set, but those new configs are placed under the [compute]
section of nova.conf instead of [DEFAULT]. This is causing VMs to be
scheduled on platform reserved cores. This commit will fix it.

Closes-Bug: #1928683

Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I541760619f4c79c66a2bf22715afdc873b8343ce
2021-05-17 18:26:12 +00:00
..
k8sapp_openstack Fix cpu_shared/dedicated_set config location 2021-05-17 18:26:12 +00:00
.gitignore Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
.stestr.conf Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
LICENSE Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
pylint.rc Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
README.rst Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
requirements.txt Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
setup.cfg Introduce lifecycle operator to openstack app 2021-01-13 22:39:07 +02:00
setup.py Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
test-requirements.txt Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
tox.ini Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00
upper-constraints.txt Enable helm/armada plugin delivery with the application 2020-05-27 15:05:02 -04:00

k8sapp-openstack

This project contains StarlingX Kubernetes application specific python plugins for the openstack application. These plugins are required to integrate the openstack application into the StarlingX application framework and to support the various StarlingX deployments.