Skip to content
Snippets Groups Projects
  1. Sep 03, 2015
    • 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
  2. Aug 30, 2015
    • Steven Dake's avatar
      Add Ansible support for Heat · 5e521f05
      Steven Dake authored
      
      This changes bootstrapping of the Heat container to bootstrap
      the Heat container with a heat domain user.  This requires some
      work from bootstrap.yml to pass in several environment variables
      needed by the heat domain setup script.
      
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      Change-Id: Iab05983754fa514835cb5ff54d775faa18773110
      Partially-implements: blueprint ansible-heat
      5e521f05
  3. Aug 28, 2015
    • Steven Dake's avatar
      Keystone container listens on port 80 by default · 3046d4e9
      Steven Dake authored
      A default configuration file is present in RPM distros which
      listen to http on port 80 by default.
      
      With this patch the keystone container works on centos+binary
      where it did not previously.
      
      Closes-Bug: 1490025
      
      Change-Id: I4b5260200521e79d76eec324eb0ef026aa61b23d
      3046d4e9
    • 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
  4. Aug 27, 2015
    • Sam Yaple's avatar
      Unify Centos and Ubuntu Source Install - Keystone · 42eebad5
      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: Ie3d0ce1bb72bad5b5eb6c0189fb6bcb757e6ed36
      Partially-Implements: blueprint install-from-ubuntu
      42eebad5
  5. Aug 24, 2015
  6. Aug 23, 2015
    • Sam Yaple's avatar
      Fix keystone for Ubuntu · 17333aed
      Sam Yaple authored
      Due to the differences between Ubuntu and Centos around Apache2 I have
      had to copy both start.sh and config-external.sh to be unique files
      for Ubuntu so as not to affect Centos either. This can be removed when
      we change the way config-external works.
      
      Change-Id: I14dc11e7bb6284b897259a53acc914ae8f254d3c
      Partially-Implements: blueprint install-from-ubuntu
      17333aed
  7. Aug 12, 2015
Loading