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
  6. Aug 27, 2015
    • Sam Yaple's avatar
      Unify Centos and Ubuntu Source Install - Cinder · 802afa56
      Sam Yaple authored
      A change merged in the base allows for Centos and Ubuntu to install
      all python things to the same locations. This updates the source
      section to reflect that change.
      
      Change-Id: I329aad8904eff7acad8f6b7ee5b32f2a28477674
      Partially-Implements: blueprint install-from-ubuntu
      802afa56
  7. Aug 26, 2015
    • Steven Dake's avatar
      Install lvm in Cinder from-source containers · 323523b9
      Steven Dake authored
      lvm is required to integrate with Cinder with local storage.
      Since local storage is an operation we support, we need this
      package whether or not we keep udev sync disabled.
      
      Tested all variants of centos+ubuntu+binary+source in
      template and dockerfile format.
      
      Change-Id: Icaeb2eeb588816d2f8a4b57f35fd43ddc56ff269
      Partially-Implements: blueprint gate-source-builds
      323523b9
  8. Aug 24, 2015
  9. Aug 22, 2015
    • Steven Dake's avatar
      automaton renamed to python-automaton · 5c5a3faa
      Steven Dake authored
      Cinder is broken by this RDO package rename.  Maintaining docker templates
      for basic things like this until the /docker directory is removed.
      
      Change-Id: Ieae2ab3296346767c305d21e8bb8de964160f84a
      Closes-Bug: #1487762
      5c5a3faa
  10. Aug 17, 2015
    • Steven Dake's avatar
      Make cinder build from source · a765e6a7
      Steven Dake authored
      Either the reference wasn't copied properly, or it changed recently
      with Ryan's work.
      
      Change-Id: I2b55affe35104c6baab8804e5452fc7a49bae170
      Partially-Implements: blueprint gate-source-builds
      a765e6a7
  11. Aug 13, 2015
Loading