10 Commits

Author SHA1 Message Date
zhipengl
e51a4a5bbe CentOS 7.5 upgrade for puppet-haproxy package
This change can fix the issue during package upgrade that causes config_controller failed at step 6.
Root cause is that package update introduced a warning output in frontend.pp file which will cause
puppet-manifest-apply failure as it do not allow any warning existed in puppet log.

Story: 2003389
Task: 24504
Depends-On: https://review.openstack.org/#/c/600359/

Change-Id: Iabfa73e80859feeccbc1e6c81032169f94812013
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
2018-09-07 19:30:10 +08:00
Dean Troyer
e3b649669c Merge remote-tracking branch 'origin/master' into f/centos75-merge
Change-Id: Idf04b651ea1301745ad429a423b09d93543012e3
2018-09-02 15:42:07 -05:00
Zuul
76a4491c76 Merge "Revert "CentOS 7.5 upgrade for puppet-haproxy package."" into f/centos75 2018-08-31 08:19:05 +00:00
chenyan
0c0f5239b2 Revert "CentOS 7.5 upgrade for puppet-haproxy package."
This updated package will cause config_controller failed at step 6.

This reverts commit a711bc77faa6a70fbd8b29597408334b1d54e894.

Change-Id: Ib9eaad8150c13336c7a467b101f18950a6c7518e
2018-08-31 15:42:29 +08:00
chenyan
6f6345c9da CentOS 7.5 upgrade for puppet-ceph package.
Story: 2003389
Task: 24503

Change-Id: I06ee6bd6563b44c28aff7e23adf0f442466481af
Signed-off-by: chenyan <yan.chen@intel.com>
2018-08-30 14:19:00 +08:00
chenyan
a711bc77fa CentOS 7.5 upgrade for puppet-haproxy package.
0002-disable-config-validation-prechecks.patch is removed because the
  validate_cmd is already remvoed in the new src package.

Story: 2003389
Task: 24504

Change-Id: I4b56ac72577e3dc2614e545f30125cb3027c5354
Signed-off-by: chenyan <yan.chen@intel.com>
2018-08-29 09:59:35 +08:00
slin14
f51a74eed9 rebase puppet-horizon patch to CentOS7.5
Story: 2003389
Task: 24505
Depends-On: https://review.openstack.org/596989

Change-Id: I3284b46da8a82485da8fa746a242490277015fa0
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-08-28 21:55:02 +08:00
slin14
b0f71c01c4 rebase puppet-stdlib patch to CentOS7.5
improve ipv6 support patch is removed since new src rpm has already include it.

Story: 2003389
Task: 24467
Depends-On: https://review.openstack.org/594890

Change-Id: I913e7d3b9149037a01926c927241b8dcfc28e023
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-08-28 16:39:20 +08:00
Kristine Bujold
aea80fa088 Fix controller swact error caused by drbd resizing
Fix a bug found in ‘provider/logical_volume/lvm.rb’ in method
‘def size=(new_size)’ with the variable
‘nuke_fs_on_resize_failure’. The conditional statement was always
returning true and thus wiping bytes at the start of the volume
even is the variable was set to false.

For example resizing the extension filesystem with the command
‘system controllerfs-modify’ would cause a dd command to be
executed and erase data. This was seen in the puppet.log

Story: 2002990
Task: 23004

Change-Id: I9ce4f9869d8b72549640d1a4181df02490451a88
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
2018-08-15 17:31:26 -04:00
Scott Little
bab9bb6b69 Internal restructuring of stx-integ
Create new directories:
   ceph
   config
   config-files
   filesystem
   kernel
   kernel/kernel-modules
   ldap
   logging
   strorage-drivers
   tools
   utilities
   virt

Retire directories:
   connectivity
   core
   devtools
   support
   extended

Delete two packages:
   tgt
   irqbalance

Relocated packages:
   base/
      dhcp
      initscripts
      libevent
      lighttpd
      linuxptp
      memcached
      net-snmp
      novnc
      ntp
      openssh
      pam
      procps
      sanlock
      shadow
      sudo
      systemd
      util-linux
      vim
      watchdog

   ceph/
      python-cephclient

   config/
      facter
      puppet-4.8.2
      puppet-modules

   filesystem/
      e2fsprogs
      nfs-utils
      nfscheck

   kernel/
      kernel-std
      kernel-rt

   kernel/kernel-modules/
      mlnx-ofa_kernel

   ldap/
      nss-pam-ldapd
      openldap

   logging/
      syslog-ng
      logrotate

   networking/
      lldpd
      iproute
      mellanox
      python-ryu
      mlx4-config

   python/
      python-2.7.5
      python-django
      python-gunicorn
      python-setuptools
      python-smartpm
      python-voluptuous

   security/
      shim-signed
      shim-unsigned
      tboot

   strorage-drivers/
      python-3parclient
      python-lefthandclient

   virt/
      cloud-init
      libvirt
      libvirt-python
      qemu

   tools/
      storage-topology
      vm-topology

   utilities/
      tis-extensions
      namespace-utils
      nova-utils
      update-motd

Change-Id: I37ade764d873c701b35eac5881eb40412ba64a86
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 10:06:31 -04:00