Skip to content
Snippets Groups Projects
  1. Jul 14, 2016
  2. Jun 14, 2016
  3. Jun 13, 2016
  4. Jun 12, 2016
  5. Jun 11, 2016
  6. Jun 10, 2016
  7. Jun 09, 2016
  8. Jun 08, 2016
  9. Jun 07, 2016
    • Michal (inc0) Jastrzebski's avatar
      Mechanism for Dockerfile customization · 51074b0a
      Michal (inc0) Jastrzebski authored
      This patchset enables potentially full customization of Dockerfiles
      provided by Kolla without having to change main Kolla code. Mechanism is
      based on jinja2 block mechanism. In our dockerfiles we'll add blocks
      (mostly empty) with highly standarized naming, then in override file
      users will be able to fill/override contents of these blocks. Example is
      shown in this patch.
      To enable cutomized override file call build.py
      
      --template-override=path-to-file Only caveat is that header {% extends
      .. %} has to stay
      
      Change-Id: I5957024e5652f9677c439fb2fcd524e467b951af
      Partially-implements: blueprint third-party-plugin-support
      51074b0a
    • Jeffrey Zhang's avatar
      Make build.py importable lib · c31688be
      Jeffrey Zhang authored
      First step to break it down is to make it
      importable lib rather than self-contained script.
      
      Change-Id: Ibbc924c2849cc79006046f62f31a1909ce959066
      Partially-implements: bp build-refactor
      c31688be
    • Dave Walker (Daviey)'s avatar
      setup_{RedHat,Debian}.sh, make more idempotent · 334ef7d5
      Dave Walker (Daviey) authored
      
      Previously, when either setup_{RedHat,Debian}.sh was ran
      multiple times a mess was created due to multiple loop
      devices being setup.
      
      This change now looks to see if '/docker' or '/swapfile'
      already exist, and not re-create them if they do.
      
      *However*, /var/lib/docker (/docker) is still wiped - but it
      means that the script can run and bring the system into a
      constant vanilla state.
      
      Change-Id: I169662fa04c2bf644672ca75c3ee579795943727
      Closes-Bug: #1586563
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      334ef7d5
    • Jeffrey Zhang's avatar
      Fix the neutron reconfigure issue · a070739d
      Jeffrey Zhang authored
      The newly added lbaas agent crashes the neutron reconfigure. This
      PS fix the issue.
      
      TrivialFix
      Change-Id: I170ab809e9880fd7b1edcee68409c4a7b373e700
      a070739d
    • Jeffrey Zhang's avatar
      Bump the ansible version to >2 in the kolla-toolbox · 4d1fa3cb
      Jeffrey Zhang authored
      Kolla do not depend on certain version of Ansible. So
      install the ansible using pip
      
      Change-Id: Id1bf103a1f5c2a1cde653d53110f28c903ae8768
      Partial-Implements: blueprint ansible2
      4d1fa3cb
    • Jeffrey Zhang's avatar
      Remove the deprecated kolla-build section · 9585c1be
      Jeffrey Zhang authored
      TrivialFix
      
      Change-Id: I3ee10efc093ed394c3af483a229dcd9dc732ec9a
      9585c1be
Loading