Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
    • Sam Yaple's avatar
      Common start.sh · cb4e875a
      Sam Yaple authored
      The majority of the start.sh code is identical. This removes that
      duplicate code while still maintaining the ability to call code in a
      specific container.
      
      The start.sh is moved into /usr/local/bin/kolla_start in the container
      
      The extend_start.sh script is called by the kolla_start script at the
      location /usr/local/bin/kolla_extend_start . It always exists because
      we create a noop kolla_extend_start in the base directory. We override
      it with extend_start.sh in a specific image should we need to.
      
      Of note, the neutron-agents container is exempt from this new
      structure due to it being a fat container.
      
      Additionally, we fix the inconsistent permissions throughout. 644 for
      repo files and the scripts are set to 755 via a Docker RUN command to
      ensure someones local perm change won't break upstream containers.
      
      Change-Id: I7da8d19965463ad30ee522a71183e3f092e0d6ad
      Closes-Bug: #1501295
      cb4e875a
  2. Oct 04, 2015
    • Sam Yaple's avatar
      PXE for Ironic for ubuntu · 3a56ce18
      Sam Yaple authored
      This makes Ironic build properly from source.
      
      Change-Id: Ic61cd945760843aae1f0a01738bca3b818fd2f69
      Closes-Bug: #1500577
      3a56ce18
  3. Oct 01, 2015
  4. Sep 30, 2015
    • Sam Yaple's avatar
      Lock down ansible version · a751d6e8
      Sam Yaple authored
      We can lock down to this alpha version as long as it works once. That
      is the value of building an image here. We likely won't run into any
      bugs if we can deploy from this tag at least once.
      
      Change-Id: I864290260d7fbdcd8325748788d2454d1dc1a699
      Closes-Bug: #1501455
      a751d6e8
    • Martin André's avatar
      Fix wrong option name in kolla-build.conf · 1bad32ff
      Martin André authored
      The install type can now be change by specifying the correct option
      name.
      
      Change-Id: I612afc3df1e0e1bdfa9243417537eb176f0d89cc
      Closes-Bug: #1501327
      1bad32ff
  5. Sep 29, 2015
  6. Sep 28, 2015
Loading