Skip to content
Snippets Groups Projects
  1. Sep 22, 2016
    • Jeffrey Zhang's avatar
      Fix permission for /var/log/kolla folder · 73a39db3
      Jeffrey Zhang authored
      Docker will change the name volume folder permission to image already
      set. /var/log/kolla is not created and well configured in image.
      
      This patch set creates and configures proper permission /var/log/kolla
      in base image.
      This patch set also fixed the ceph image by adding ceph user to kolla
      group.
      
      TrivialFix
      
      Change-Id: Ib5ef0187e90de2699b3cda31e819b4babb07e0af
      73a39db3
  2. Sep 21, 2016
  3. Sep 20, 2016
    • Jiri Stransky's avatar
      Fix base CentOS repository keys · 20751763
      Jiri Stransky authored
      Fix typo in variable name ("yup" instead of "yum"), which means we now
      import the repo keys we intended to. Furthermore we no longer try to
      import EPEL key in that very spot, as it should be imported after
      epel-release is installed, which already happens later during the base
      image build.
      
      CentOS/EPEL keys in the image before this patch:
      
      ()[root@6843e7e136cf ~]# rpm -q gpg-pubkey --qf '%{summary}\n' | grep -i -E '(centos)|(epel)'
      gpg(CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>)
      gpg(Fedora EPEL (7) <epel@fedoraproject.org>)
      
      With this patch:
      
      ()[root@64a6ae7d0347 ~]# rpm -q gpg-pubkey --qf '%{summary}\n' | grep -i -E '(centos)|(epel)'
      gpg(CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>)
      gpg(CentOS Storage SIG (http://wiki.centos.org/SpecialInterestGroup/Storage) <security@centos.org>)
      gpg(CentOS Virtualization SIG (http://wiki.centos.org/SpecialInterestGroup/Virtualization) <security@centos.org>)
      gpg(Fedora EPEL (7) <epel@fedoraproject.org>)
      
      Change-Id: I5cd22a887282e5de199a809b0798a439ce1a99e7
      Closes-Bug: #1625585
      20751763
  4. Sep 19, 2016
  5. Sep 16, 2016
  6. Sep 15, 2016
  7. Sep 14, 2016
  8. Sep 13, 2016
    • Michal (inc0) Jastrzebski's avatar
      Allow customizations of pip packages · 3eff4bc0
      Michal (inc0) Jastrzebski authored
      Customizations of packages for source builds
      
      Closes-Bug: #1623083
      Change-Id: I99263af53c8f9830bcf0c6fec78194c8f7cd88c5
      3eff4bc0
    • Paul Bourke's avatar
      Add header blocks to all Dockerfiles · b41247c6
      Paul Bourke authored
      Change needed to add header blocks to all Dockerfiles, similar to the
      base.
      
      Use case is to easily run something before packages are installed, e.g.
      to COPY a local rpm in that can be added to the package list.
      
      Change-Id: I1bbfdf0b762da0a392aa8bf47781315b45377bee
      Closes-Bug: 1618969
      b41247c6
    • Hui Kang's avatar
      Fix mariadb bootstrap error · c7c87909
      Hui Kang authored
      Wait until the mariadb cluster is fully functional
      - check existence of mariadb.pid is insufficient because the cluster
        may not be fully prepared
      
      Change-Id: I611b38f7dbc8032c42aee2a040fb1210b4bee7eb
      closes-bug: #1614363
      c7c87909
    • zhubingbing's avatar
      add telegraf log directory /var/log/kolla/telegraf · 388eee2e
      zhubingbing authored
      Closes-Bug: #1622609
      
      Change-Id: I89d4059e2c31b7f1737c147479cdc3c36b06fa69
      388eee2e
  9. Sep 12, 2016
  10. Sep 10, 2016
  11. Sep 09, 2016
    • Michal (inc0) Jastrzebski's avatar
      Change ceph version to Jewel · 0a50cb88
      Michal (inc0) Jastrzebski authored
      This patch changes version of ceph from hammer to jewel. Also removed
      versionlock as it seems we don't use it in ubuntu, and actually might be
      risky if we miss security patch on ceph.
      
      Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165
      Implements: blueprint upgrade-ceph-to-jewel
      0a50cb88
  12. Sep 08, 2016
  13. Sep 07, 2016
    • Vladislav Belogrudov's avatar
      Cinder-backup misses client part for NFS backend · 504fc351
      Vladislav Belogrudov authored
      When using an NFS server for backup a cinder container mounts a location
      specified in configuration file (one can do this via add-on files).
      The mount process fails due to missing mount.nfs and mount.nfs4 tools.
      
      Change-Id: Ic34667c1bf4d4660a4e773a9f8d98996ea11c070
      Closes-Bug: #1620548
      504fc351
    • zhubingbing's avatar
      Implement Ansible rally role · d3d34723
      zhubingbing authored
      Change-Id: I647c38adbfd00c70874cf51c0bfcb68d243e26cc
      Partially-Implements: blueprint rally-role
      d3d34723
  14. Sep 06, 2016
  15. Sep 05, 2016
  16. Sep 01, 2016
Loading