StarlingX System Configuration Management
Go to file
Angie Wang a7d6d31156 Fix the helm-upload failure on controller-1
The user "www" is used to upload charts by using
helm-upload cmd. The root cause for the helm-upload
failure is the uid and gid of user "www" do not match
the uid and gid on controller-0.

Currently, www is created on controller-0 during ansible
configuration and the uid is set to "1877" explicitly.
On controller-1, it's created in puppet manifest but
it doesn't set the uid.

The user "www" should really be added in setup package so
that it's created after each node installation and it makes
sure the uid and gid are consistent on each node.
This is done in review https://review.opendev.org/#/c/668034/

However, we want to add the uid and gid in puppet as well
to ensure they are identical on both controllers in case
the user is not created during setup rpm installation.

Change-Id: I54035739c15eb0f5254f00f5c22d44925316e81c
Partial-Bug: 1833603
Signed-off-by: Angie Wang <angie.wang@windriver.com>
2019-06-27 16:04:55 -04:00
api-ref/source Remove deprecated instance_backing from sysinv code 2019-06-26 06:55:02 -05:00
config-gate Add notices on Intel authored files. 2019-03-20 10:03:44 -06:00
controllerconfig Update tox.ini files to use stein constraints 2019-06-25 14:45:54 -04:00
devstack Followup opendev cleanup and test jobs 2019-04-20 21:04:15 -05:00
doc Clean up and standardize landing pages 2018-12-27 16:49:27 -08:00
kubernetes Enable nova service token 2019-06-26 08:00:45 -04:00
playbooks/tox-puppet-lint Fixing puppet-lint failures in zuul 2019-06-26 11:30:59 -05:00
pm-qos-mgr Introduce PM QoS cpu latency manager for kubelet 2019-05-28 22:53:16 -04:00
puppet-manifests Fix the helm-upload failure on controller-1 2019-06-27 16:04:55 -04:00
puppet-modules-wrs Upversion armada image 2019-06-21 09:47:40 -04:00
releasenotes Update config for release notes to include project name 2019-02-05 14:03:49 -08:00
storageconfig Add notices on Intel authored files. 2019-03-20 10:03:44 -06:00
sysinv Fix the helm override update cmd with option --reset 2019-06-27 14:03:27 -04:00
tmp/patch-scripts/EXAMPLE_SYSINV/scripts StarlingX open source release updates 2018-05-31 07:35:52 -07:00
worker-utils Merge "Add to worker-utils scripts the LSB header" 2019-06-13 12:50:12 +00:00
workerconfig Add to worker_config and worker_services keywords to be LSB compliant 2019-06-12 12:46:42 -05:00
.gitignore Update tox.ini files to use stein constraints 2019-06-25 14:45:54 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:42 +00:00
.yamllint clear yamllint errors under stx-config 2018-09-12 21:11:57 +08:00
.zuul.yaml Provide env settings to allow zuul and developers to both run tox 2019-04-30 09:18:46 -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_helm.inc Add stx-openstack-helm to the containers build 2018-11-14 11:55:29 -05:00
centos_iso_image.inc Remove playbookconfig from StarlingX config repo 2019-06-14 13:38:50 -04:00
centos_pkg_dirs Remove playbookconfig from StarlingX config repo 2019-06-14 13:38:50 -04:00
centos_pkg_dirs_containers Add stx-openstack-helm to the containers build 2018-11-14 11:55:29 -05:00
centos_stable_wheels.inc Remove wrs-configutilities SDK Module 2019-04-02 11:50:23 -04:00
test-requirements.txt Properly enable hacking checks for flake8 2018-12-18 11:28:56 -06:00
tox.ini Update tox.ini files to use stein constraints 2019-06-25 14:45:54 -04:00

README.rst

stx-config

StarlingX Configuration Management