7 Commits

Author SHA1 Message Date
Zuul
2a05a16e54 Merge "Enable upstream Cinder volume backup/restore capabilities" 2018-09-26 21:46:39 +00:00
Wei Zhou
3de0c44b33 Enable upstream Cinder volume backup/restore capabilities
Enable /var/log/cinder/cinder-backup.log

Story: 2003115
Task: 26393

Depends-On: Ie71a2c90d89c3023fb8d043e1a26d80c43779133
Change-Id: I0852fafbee585bc8877c94de0958b86a34a8680d
Signed-off-by: Wei Zhou <wei.zhou@windriver.com>
2018-09-21 13:08:23 +00:00
slin14
3788ef98ea add patch to skip 1 cryto test which cause build failure
Story: 2003389
Task: 26333

It should be syslog-ng itself issue.

The error message from log is:
"
  # FAIL: ASSERTION FAILED: FAIL: compilation error doesn't match,
            error=Cannot parse integer value “invalid_length_specification” for --length,
   expected_error=Cannot parse integer value 'invalid_length_specification' for --length
; actual=FALSE, expected=TRUE
"
The only difference between error and expected_error is the double quote and single quote.

Change-Id: I9935c2a3cfcd20619a6c1a4071fb4f1b3b22fa1a
Signed-off-by: slin14 <shuicheng.lin@intel.com>
2018-09-10 22:46:33 +08:00
zhipengl
509a975d20 upgrade logrotate to CentOS 7.5 version
Story: 2003389
Task: 24483

Change-Id: I6772a2193c281006cdd78974b711bc500ae38327
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
2018-08-27 04:09:35 +00:00
Don Penney
636898cd68 Protect against unintended log deletions in logmgmt
The logmgmt daemon is using a "logrotate -d" query to determine
the list of monitored files. If that query fails, logmgmt should
not purge unmonitored files, as it may be deleting files that
should be protected.

Change-Id: I8a0b092fdbe8fccb8cf493dc631c22e1d7156269
Signed-off-by: Don Penney <don.penney@windriver.com>
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 12:18:51 -04:00
Scott Little
696e01e065 Relocate logmgmt to stx-integ/logging/logmgmt
Move content from stx-utils into stx-integ or stx-update

Packages will be relocated to

stx-update:
    enable-dev-patch
    extras

stx-integ:
    config-files/
        io-scheduler

    filesystem/
        filesystem-scripts

    grub/
        grubby

    logging/
        logmgmt

    tools/
        collector
        monitor-tools

    tools/engtools/
        hostdata-collectors
        parsers

    utilities/
        build-info
        branding   (formerly wrs-branding)
        platform-util

Change-Id: Ie4d2efc756e6294ba456bc54feb823fc8c0be9db
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 12:18:49 -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