StarlingX Integration and packaging
Go to file
slin14 822420e2d3 refactor openldap
Package openldap-config is added to config customized config file
of openldap.

Here is the customized change in slapd.service:
"
-After=syslog.target network-online.target
+Before=rsyncd.service
+After=network.target syslog-ng.target

-PIDFile=/var/run/openldap/slapd.pid
+PIDFile=/var/run/slapd.pid

-ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
+ExecStart=/etc/init.d/openldap start
+ExecStop=/etc/init.d/openldap stop
+ExecReload=/etc/init.d/openldap restart
+RemainAfterExit=yes
"
Here is the customized change in slapd.sysconfig:
"
-#SLAPD_OPTIONS=""
+SLAPD_OPTIONS=""
"

Test:
Pass build and multi node deploy test. Confirmed related config
file is the same as before in deploy node.

Story: 2003768
Task: 26462
Depends-On: https://review.openstack.org/618440

Change-Id: I2559a8e43619449d6179ed913181052d653fa91d
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-11-19 23:29:42 +08:00
base Merge "Refactor patches for haproxy package." 2018-11-12 10:07:08 +00:00
ceph Merge "Python 3 compatibility: use print as a function." 2018-11-02 18:38:13 +00:00
config Fix exec check which restricts ceph-prepare execution 2018-11-07 01:42:09 -05:00
config-files Merge "refactor iptables" 2018-11-19 01:28:36 +00:00
database Fix linters error and enable linters zuul gate 2018-09-07 01:50:28 +08:00
devstack Add DevStack plugin 2018-11-01 23:59:31 -05:00
doc [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:36:35 +00:00
filesystem Remove service config file patch for nfs-utils. 2018-11-02 01:53:04 +00:00
grub de-fuzz grub2 patches 2018-09-28 08:10:39 +08:00
kernel update ima public certificate for standard kernel 2018-10-10 16:44:58 -04:00
kubernetes Uprev kubernetes from 1.10 to 1.12.1 2018-10-18 10:36:39 -05:00
ldap refactor openldap 2018-11-19 23:29:42 +08:00
logging Merge "refactor syslog-ng" 2018-11-19 01:28:20 +00:00
monitoring Make collectd alarm notifier retry alarm clear attempts that fail 2018-09-20 14:21:32 -04:00
networking Merge "refactor iptables" 2018-11-19 01:28:36 +00:00
python Fix fuzzy issue introduced by Change 597433 2018-11-06 01:56:04 +08:00
releasenotes [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:36:35 +00:00
security refactor audit 2018-11-12 19:51:58 +08:00
storage-drivers Add hooks for python wheel generation 2018-10-23 10:35:32 -04:00
tools Merge "Python 3 compatibility: use print as a function." 2018-11-02 18:38:13 +00:00
utilities Merge "Python 3 compatibility: use print as a function." 2018-11-02 18:38:13 +00:00
virt Rebase openstack-helm and openstack-helm-infra 2018-11-15 23:55:58 -05:00
.gitignore [Doc] Release Notes Management 2018-09-25 05:43:29 -05:00
.gitreview correct gitreview for master 2018-09-20 23:20:14 +08:00
.zuul.yaml Add DevStack plugin 2018-11-01 23:59:31 -05: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
README.rst StarlingX open source release updates 2018-05-31 07:36:35 -07:00
centos_guest_image.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-15 16:45:36 -04:00
centos_iso_image.inc refactor openldap 2018-11-19 23:29:42 +08:00
centos_pike_docker_images.inc Create stx-integ docker image directives file 2018-11-14 15:16:18 -06:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:09:05 -06:00
centos_pkg_dirs refactor openldap 2018-11-19 23:29:42 +08: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
test-requirements.txt Add default test framework 2018-06-11 13:45:22 -05:00
tox.ini Merge "Add DevStack plugin" 2018-11-08 18:20:02 +00:00

README.rst

stx-integ

StarlingX Integration