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 13, 2016
    • 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
  3. 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
  4. Aug 19, 2016
    • Shaun Smekel's avatar
      Handle empty package list for install_packages · a9d08726
      Shaun Smekel authored
      
      Currently if the install_packages macro is run with an empty
      package list, it will add a yum or apt-get command with no
      packages listed.
      
      This bug fix aims to omit this line when no packages have
      been given, or, the operator wants to use the "_override" /
      "_remove" functionality to disable all packages being
      installed in a Dockerfile.
      
      Co-Authored-By: default avatarPaul Bourke <paul.bourke@oracle.com>
      Change-Id: Ifaaaebfccc3adb0f2f68a35ac08e59378bc87fdb
      Closes-bug: 1612446
      a9d08726
  5. Aug 08, 2016
  6. May 26, 2016
  7. May 05, 2016
  8. Mar 19, 2016
  9. Dec 29, 2015
  10. Nov 23, 2015
  11. Oct 14, 2015
    • Steven Dake's avatar
      Make Ceph work for RPM based distributions · 13535386
      Steven Dake authored
      Ceph packages need to be installed in nova, glance, and cinder.
      Once that is done, Ceph works like a champ!
      
      Change-Id: I296da1d04d0c1bcb729f22e65e432d53d561b49c
      backport: liberty
      Closes-Bug: #1505549
      13535386
  12. Sep 28, 2015
    • Steven Dake's avatar
      Implement a install_type and install_metatype · 0e99b69d
      Steven Dake authored
      This prepares for the RHEL OSP implementation by making the build
      tool convert all binary-* into an install_type of binary and * into
      an install_metatype variable substitution inside the Dockerfiles.
      Further binary-* is substituted as install_name to enable proper
      building only.
      
      Change-Id: Ib681b29176eb79a3cab12ec824313fdecb6e7a5f
      Partially-Implements: blueprint rhel-based-image-support
      0e99b69d
  13. Sep 24, 2015
    • Sam Yaple's avatar
      Ceph Ansible support · c86e66c9
      Sam Yaple authored
      Add the initial playbooks for making ceph and ansible play nice
      together.
      
      This does not include all of the openstack changes to make things like
      nova, glance, and cinder work. This will simply build the ceph cluster
      and thats it. The next patchset will do the OpenStack integration.
      
      DocImpact
      Change-Id: Ie1697dde5f92e833652933a80f0004f31b641330
      Partially-Implements: blueprint ceph-container
      c86e66c9
  14. Sep 04, 2015
    • Steven Dake's avatar
      Add 'rhel' for RPM distros · 69920493
      Steven Dake authored
      Add 'rhel' to list for RPM based distros.  Also sort the distro
      list for rpm packages for affected lines.
      
      Change-Id: Ied4cb3e9763d6c6359f314d16185383ac3e006ed
      Partially-Implements: blueprint rhel-based-image-support
      69920493
  15. Aug 30, 2015
    • rthallisey's avatar
      Ceph container · 63a7d016
      rthallisey authored
      
      Running ceph in a container requires 2 pieces:
       - ceph-mon
       - objectstorage-daemon (osd)
      
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      Change-Id: I33e5baf72e4bc493889da0d796041acfd1a2cad3
      Partially-Implements: blueprint ceph-container
      63a7d016
  16. Aug 28, 2015
    • Sam Yaple's avatar
      Move docker_templates to docker dir · cbd42ca6
      Sam Yaple authored
      Updated build.py to reflect this change.
      Deprecate --template option and make it a noop.
      
      Change-Id: I7cd98d1ee684a4c64984a49597159868152683b2
      Partially-Implements: blueprint remove-docker-dir
      cbd42ca6
    • Vladislav Belogrudov's avatar
      Add custom footer section to final image Dockefiles · 630f4375
      Vladislav Belogrudov authored
      This patch allows to add instructions to final images
      like setting runtime environment variables or deleting
      build time HTTP proxies
      
      Change-Id: I23ad325e0898d77804a22038ddc618e1e49afd88
      Partially-Implements: blueprint add-proxy-to-dockerfiles
      630f4375
  17. Aug 24, 2015
    • Sam Yaple's avatar
      Ubuntu - memcached · 74618fda
      Sam Yaple authored
      Change-Id: I35a741b4009b997ee715fe3728053d01c6e92281
      Partially-Implements: blueprint install-from-ubuntu
      74618fda
  18. Aug 19, 2015
  19. Aug 17, 2015
  20. Aug 13, 2015
  21. Aug 12, 2015
Loading