StarlingX System Configuration Management
Go to file
Chris Friesen bb6c4111fd Delay starting compute services until controller services are up
On AIO-SX startup there are many services that need to get started up.
We have noted experimentally that there can be significant CPU
congestion if the controller services are still initializing when we
start up the compute services.

With this change we will wait for the "cloud-services" service-group to
be active before starting up the compute services.

This has minimal effect on overall startup times because the controller
services can continue to run on all host CPUs until the cloud services
start up, at which point all host services are restricted to the
platform
CPUs.

Change-Id: Ie9f129fb078e19883cab910b3f411813237d376b
2018-06-28 22:07:38 -04:00
compute-huge Integrate host configuration into configuration framework 2018-06-14 16:03:52 -05:00
computeconfig Delay starting compute services until controller services are up 2018-06-28 22:07:38 -04:00
config-gate StarlingX open source release updates 2018-05-31 07:35:52 -07:00
configutilities Allow large IP address ranges 2018-06-25 09:13:41 -05:00
controllerconfig Change release version to 18.04 for R6 development 2018-06-28 22:06:10 -04:00
puppet-manifests Set cinder default_volume_type via service parameters 2018-06-28 22:07:38 -04:00
puppet-modules-wrs Remove sha1 based kex algorithms 2018-06-28 22:07:37 -04:00
storageconfig StarlingX open source release updates 2018-05-31 07:35:52 -07:00
sysinv Set cinder default_volume_type via service parameters 2018-06-28 22:07:38 -04:00
tmp/patch-scripts/EXAMPLE_SYSINV/scripts StarlingX open source release updates 2018-05-31 07:35:52 -07:00
.gitignore Add default test framework 2018-06-08 20:06:21 -05:00
.gitreview Add .gitreview 2018-05-31 07:35:52 -07:00
.zuul.yaml Add default test framework 2018-06-08 20:06:21 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:35:52 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:35:52 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:35:52 -07:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:23 -04:00
mwa-pitta.map StarlingX open source release updates 2018-05-31 07:35:52 -07:00
test-requirements.txt Add default test framework 2018-06-08 20:06:21 -05:00
tox.ini Add default test framework 2018-06-08 20:06:21 -05:00

README.rst

stx-config

StarlingX Configuration Management