Skip to content
Snippets Groups Projects
  1. Sep 25, 2015
    • Sam Yaple's avatar
      Make OpenStack use Ceph · 99c7eb19
      Sam Yaple authored
      This implements all the openstack pieces needed to make ceph work.
      
      DocImpact
      Change-Id: I1d24476a966602cf955e5ef872b0efb01319894a
      Partially-Implements: blueprint ceph-container
      Implements: blueprint kolla-live-migration
      99c7eb19
  2. 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
  3. Sep 03, 2015
    • Vladislav Belogrudov's avatar
      Allow arbitrary source archive name to be imported into Dockerfile · c22cf332
      Vladislav Belogrudov authored
      Currently we cannot import source archives with names different
      than expected by hardcoded line in Dockerfiles. This worked well
      for Openstack services' tarballs where we expected SERVICE-* root
      folder after extraction or kanaka-noVNC for nova-novncproxy docker.
      The latter fails if one tries to clone or get tarball under other
      names. This fix allows any archive (tar,tgz,zip) or repo name to be
      imported into dockerfile.
      
      Change-Id: I869a6a19afaf0e93925572746c22b7589b6600c9
      Closes-Bug: #1491415
      c22cf332
    • Sam Yaple's avatar
      Create openstack-base container · 9d3f3f28
      Sam Yaple authored
      This creates and moves the dependencies for Ubuntu into a common
      openstack-base container. This commit shows dramatically smaller
      sizes for all non-openstack containers. The Openstack container remain
      the same size.
      
      Change-Id: I2f46420d4b9edcfddda374caddcce906fc708f6c
      Partially-Implements: blueprint openstack-common-container
      9d3f3f28
  4. Aug 31, 2015
    • Sam Yaple's avatar
      Remove dest_filename from build.ini · 45f625a7
      Sam Yaple authored
      We can, and should, figure out the filename dynamically rather than
      hardcode that value in build.ini since it is not actually a
      configurable paramater.
      
      Change-Id: I496d6555e9fa356ab09e62063fd707f43ed08121
      Closes-Bug: #1490386
      45f625a7
  5. 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
Loading