StarlingX System Configuration Management
Go to file
Jack Ding 9ce6bc6f74 Package and Enable Memcached on Controllers/AIO
Add memcached as a service on controllers/AIOs.

Memcached engineering values:
1. MAXCONN (-c option) : max simultaneous connections.
   Set to puppet-memcached default value 8192.
2. CACHESIZE (-m option): MB memory max to use for object storage.
   Set to roughly 10% of 8192 = 782.
3. -t option: number of threads.
   Set to number of CPU cores.

Puppet creates memcached service as 'disabled' and 'running'.
This change make sure memcached service is enabled.

Change-Id: I212924a42b105ba7ecc7f46224b02a50902d59bf
Signed-off-by: Jack Ding <jack.ding@windriver.com>
2018-06-22 13:53:23 -04:00
compute-huge Integrate host configuration into configuration framework 2018-06-14 16:03:52 -05:00
computeconfig StarlingX open source release updates 2018-05-31 07:35:52 -07:00
config-gate StarlingX open source release updates 2018-05-31 07:35:52 -07:00
configutilities Open vSwitch integration with host and configuration framework 2018-06-14 16:03:52 -05:00
controllerconfig Open vSwitch integration with host and configuration framework 2018-06-14 16:03:52 -05:00
puppet-manifests Package and Enable Memcached on Controllers/AIO 2018-06-22 13:53:23 -04:00
puppet-modules-wrs StarlingX open source release updates 2018-05-31 07:35:52 -07:00
storageconfig StarlingX open source release updates 2018-05-31 07:35:52 -07:00
sysinv Merge "fix sysinv build dependency issue" 2018-06-18 14:51:41 +00: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