StarlingX Integration and packaging
Go to file
Angie Wang f10485b4d5 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.

This commit is to add the user "www" 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.

Change-Id: I59f2b379eedc4edf206916798d9837f97917ef7a
Closes-Bug: 1833603
Signed-off-by: Angie Wang <angie.wang@windriver.com>
2019-06-28 15:14:02 -04:00
base Fix the helm-upload failure on controller-1 2019-06-28 15:14:02 -04:00
ceph Ceph build script improvements to prevent needless rebuilds 2019-05-24 13:10:28 -04:00
config puppet-ceph: osd use filestore and configured id 2019-04-26 00:33:52 +00:00
config-files integ: Convert wrsroot -> sysadmin 2019-06-14 15:09:09 -07:00
database Remove pike/master files 2019-04-03 22:30:59 -04:00
devstack Followup opendev cleanup and test jobs 2019-04-21 09:23:19 -05:00
doc Clean up and standardize landing pages 2018-12-27 17:06:20 -08:00
filesystem Add notices to Intel authored files. 2019-03-20 10:31:10 -06:00
grub Fix pxe boot fail, for incorrect folder access /pxe/EFI/ on controller-0 2019-02-12 05:06:53 +08:00
kernel Merge "Upgrade std kernel patch to CentOS7.6 3.10.0-957.12.2" 2019-06-12 01:20:14 +00:00
kubernetes integ: Convert wrsroot -> sysadmin 2019-06-14 15:09:09 -07:00
ldap integ: Convert wrsroot -> sysadmin 2019-06-14 15:09:09 -07:00
logging Fix bug in logmgmt start check 2019-05-03 14:48:56 -04:00
monitoring Fix the runtime requirements for collectd-extensions 2019-06-07 14:47:32 -05:00
networking Create OVS docker image with version 2.11.0 2019-06-04 02:34:14 +08:00
python replace python-gunicorn srpm with rpm 2019-04-23 00:51:41 +00:00
releasenotes Update config 2019-01-30 16:40:20 -08:00
security integ: Convert wrsroot -> sysadmin 2019-06-14 15:09:09 -07:00
storage-drivers Add hooks for python wheel generation 2018-10-23 10:35:32 -04:00
tools Merge "speclint: Add script for linting RPM specfiles" 2019-06-24 16:11:17 +00:00
utilities Revert "Container Openstackclient wrapper" 2019-06-18 20:35:27 +03:00
virt libvirt and qemu patch reduction 2019-04-23 15:37:42 -04:00
.gitignore Add Docker Registry Token Server 2019-01-08 11:42:04 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:31 +00:00
.zuul.yaml Define base tox-functional jobs 2019-05-16 17:22:59 -05:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_guest_image.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_iso_image.inc Include SRIOV i40evf-rt, ixgbevf-rt modules 2019-05-14 13:20:52 -05:00
centos_pkg_dirs Implement Pci Interrupt Affinity Agent 2019-05-10 01:43:27 +00:00
centos_pkg_dirs_installer Relocate anaconda to stx-integ/base/anaconda 2018-08-01 15:37:12 -04:00
centos_pkg_dirs_rt Relocate drbd to stx-integ/kernel/kernel-modules/drbd 2018-08-01 15:31:44 -04:00
centos_stable_docker_images.inc Create OVS docker image with version 2.11.0 2019-06-04 02:34:14 +08:00
centos_stable_wheels.inc Add libvirt module to stable wheels for image build 2019-04-04 22:54:04 -04:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:35 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:35 -07:00
pylint.rc Adding a pylint tox and zuul job for stx-integ 2019-01-08 11:14:46 -06:00
README.rst Followup opendev cleanup and test jobs 2019-04-21 09:23:19 -05:00
test-requirements.txt Add default test framework 2018-06-11 13:45:22 -05:00
tox.ini Enable Non-Occurring Flake8 Errors 2019-06-03 11:32:06 -04:00

integ

StarlingX Integration