Skip to content
Snippets Groups Projects
  1. Jul 18, 2018
    • Minho Ban's avatar
      remove uid, gid from rsyncd.conf for swift user · ecc1e4a6
      Minho Ban authored
      
      The rsync prior to v3.1.0 the uid/gid parameter have no effect at
      all if it runs as normal(non-root) user.
      
      Since v3.1.0 these parameter are problematic for normal user
      because now rsync, regardless of root or non-root, if the
      parameters are given then it just tries to call setgroups() which
      is not possible for normal user so errors may occur.
      
          swift-object-replicator: @ERROR: setgroups failed\u0000
          swift-object-replicator: rsync error: error starting
          client-server protocol (code 5) at main.c(1648)
          [sender=3.1.2]\u0000
      
      Either way, these parameters are not needed for swift-rsync
      container.
      
      Change-Id: Ia7fe9f06d7a21a55f52b90c2cc1b2498300e6532
      Signed-off-by: default avatarMinho Ban <mhban@samsung.com>
      ecc1e4a6
  2. Jul 17, 2018
  3. Jul 16, 2018
  4. Jul 15, 2018
  5. Jul 13, 2018
  6. Jul 12, 2018
  7. Jul 11, 2018
  8. Jul 10, 2018
    • Stanislaw Bogatkin's avatar
      Keep timestamp field · 90b886e5
      Stanislaw Bogatkin authored
      There are cases when we can lost original timestamp field given from
      logs, like when we send our logs to the next fluentd forwarder in chain
      of forwarders, it will rewrite our timestamp by default. Save
      `Timestamp` field explicitly to avoid such situation and be able to
      reconstruct messages date and time.
      
      Closes-Bug: #1781046
      Change-Id: I2b4486aedacbe16dc4c0fb2e4e4984bd80e59f2d
      90b886e5
    • Mark Goddard's avatar
      Trigger bifrost CI job on changes and periodically · 8e4838dc
      Mark Goddard authored
      Use Zuul's filtering mechanisms to only run the bifrost CI job in the
      check pipeline when changes are made to the bifrost role. This should
      reduce load on the CI system.
      
      Also adds a periodic pipeline containing the bifrost job.
      
      Change-Id: Ie7293d40616c91d2376f4cc85a8e87a130607d99
      8e4838dc
    • Zuul's avatar
      Merge "Update the min version for ansible" · 60af6b65
      Zuul authored
      60af6b65
  9. Jul 09, 2018
    • Mark Goddard's avatar
      Append to kolla user groups in bootstrap-servers · 2a69050e
      Mark Goddard authored
      This makes the bootstrap-servers command more idempotent, since without
      the append argument set the kolla user will be removed from the docker
      group before being added to it again in a later task.
      
      TrivialFix
      
      Change-Id: Iab0f6b5e18a103e9140631ee3ebbbb48c490bc24
      2a69050e
    • Mark Goddard's avatar
      Fix ownership of virtualenv in bootstrap-servers · 4283dff9
      Mark Goddard authored
      In I86bf5e1df3d6568c4f1ca6f4757f08a3dd22754d, creation of the kolla user
      was moved to after package installation to ensure the sudo package is
      installed when required. This change does not work when python
      dependencies are installed in a virtual environment however - when the
      virtualenv variable is set.
      
      This change moves the ownership change of the virtualenv to after the
      kolla user has been created. It also uses the kolla_user and kolla_group
      variables to set the user and group appropriately.
      
      Change-Id: I320e5d611099ad162945a98d5505a79606da0eba
      TrivialFix
      4283dff9
  10. Jul 08, 2018
  11. Jul 06, 2018
  12. Jul 05, 2018
Loading