Skip to content
Snippets Groups Projects
  1. Jun 27, 2016
  2. Jun 22, 2016
  3. Jun 16, 2016
    • MD NADEEM's avatar
      Added unit test for start container · 0e459bb6
      MD NADEEM authored
      This patch check two senario
      first if  we choose to start a new container
      with name say XXX, however in the env a container
      already exist with XXX name and second to start a stopped container.
      
      Change-Id: Ibd6c5fbcc6f37ea2481634ac2e6b3edb91ae7aab
      Partially-Implements: blueprint ansible-unit-tests
      0e459bb6
  4. Jun 14, 2016
  5. Jun 12, 2016
    • MD NADEEM's avatar
      Added unit test for kolla_docker · 2634a94e
      MD NADEEM authored
      Added unit test for create container.
      
      Change-Id: If67025791e52581c8853da50623cc9547f4e9298
      Partially-Implements: blueprint ansible-unit-tests
      2634a94e
  6. Jun 07, 2016
    • 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
  7. Jun 01, 2016
  8. May 27, 2016
    • Will Miller's avatar
      Fix kolla-build return codes · 18ae114e
      Will Miller authored
      
      Add a main wrapper function to return 1 if any images failed to build;
      otherwise, return 0. Rename the old main() to run_build(), which still
      returns image statuses, to avoid interfering with unit tests.
      
      Change-Id: I5817cc9cebb4f42dc13e0535223e5dc8931a3aab
      Co-Authored-By: default avatarMark Goddard <mgoddard@cray.com>
      Closes-Bug: #1578404
      18ae114e
  9. May 25, 2016
  10. May 02, 2016
    • Steven Dake's avatar
      Remove dependencies on kazoo and friends · 025d57f8
      Steven Dake authored
      Since kolla-mesos has been retired, there is no need in the code
      base to keep the zookeeper implementation.  As a result, just remove
      it.  If we were to keep it we need virtualenvs for that part of the
      code base which installs the python dependencies related to it
      for from-binary installs.
      
      This just simplifies the implementation tremendously and culls dead
      code.
      
      Change-Id: Ieda226e652d67f5b5667112f4f2556f3171366d3
      Closes-Bug: #1577194
      025d57f8
  11. Apr 13, 2016
  12. Apr 02, 2016
    • Jeffrey Zhang's avatar
      Add Ubuntu binary build and deploy gate · 7ab705cd
      Jeffrey Zhang authored
      The Ubuntu Mitaka repo is release, and we have add it.
      So it is time to add the Ubuntu binary gate.
      
      Closes-Bug: #1560386
      Change-Id: I29d01147595c4ebebfa00798d01d5fd7398123a6
      7ab705cd
  13. Mar 22, 2016
    • Jeff Peeler's avatar
      Remove ironic images from excluded list · 77c657b5
      Jeff Peeler authored
      It looks like as far as building goes, the ironic containers are
      fine. So if this passes the gate then this should be fine to merge.
      
      TrivialFix
      
      Change-Id: I646ec301304602b5cdca6de75712b7cffde75a9e
      77c657b5
  14. Mar 10, 2016
  15. Mar 01, 2016
  16. Feb 29, 2016
  17. Feb 27, 2016
  18. Jan 26, 2016
  19. Jan 22, 2016
  20. Jan 21, 2016
    • SamYaple's avatar
      Convert gate to file backend rather than partition · 6adb5c0a
      SamYaple authored
      The existing gate partitioned a disk for use with docker, depending
      on the gate it would use the swap disk (RAX) or a spare disk (HP).
      However, with the new gates (Bluebox + OVH) there is neither a spare
      disk nor a swap disk. This leaves us with one choice: File based loop
      device.
      
      This patch creates a file at /swapfile to ensure we have swap. It
      creates a file at /docker to ensure we have a loop device for Docker.
      
      Right now the /docker file is 10GB and the /swapfile is 4GB due to
      size limitations in the gate across all servers and types. This has
      proven to be enough space for all our current tests.
      
      Additionally, reduce the number of threads the gate uses to 4 to
      prevent the lockup and hour timeout we have been seeing as more
      recently in the gate.
      
      The scripts that setup the gate are moved to the tools directory
      rather than the tests directory to match the structure of the other
      projects.
      
      Partially-Implements: blueprint functional-testing-gate
      
      Change-Id: I3e370f2382b6df36103d8b2ceda9b21d9b4229d5
      6adb5c0a
  21. Jan 20, 2016
  22. Jan 18, 2016
    • Marc Koderer's avatar
      Add manila container (source only) · f7085c1f
      Marc Koderer authored
      Support manila as container. First step only supports
      building from source.
      
      Change-Id: I60bb67536c9afdb9f0532b3cdc2c400a68608003
      Partially-Implements: blueprint enable-manila-containers
      f7085c1f
    • Jeffrey Zhang's avatar
      add unittest code base · d4490ea2
      Jeffrey Zhang authored
      * add a base TestCase class
      * load the tests from the project root rather than only tests dir
      * add a test case for WorkerThread builder function
      
      Change-Id: Icf878f9249b475a311123c8235c42b1212d02ca6
      Partially-implements: bp add-ut-codebase
      d4490ea2
  23. Jan 13, 2016
  24. Jan 12, 2016
    • SamYaple's avatar
      Add some additional debug to gate · 8c5cd011
      SamYaple authored
      This info won't affect gate output as all info is logged to a file.
      
      TrivialFix
      
      Change-Id: Id92c1ebc60937fb376c69541d2f308a9d711c85e
      8c5cd011
  25. Jan 07, 2016
    • Jeffrey Zhang's avatar
      Remove the kolla-build.conf · 781eefec
      Jeffrey Zhang authored
      use tox -e genconfig to generate this file
      
      DocImpact
      
      Closes-Bug: #1531202
      Change-Id: I3a6e57c3cc48aeb3a45a055b173207ea6e214960
      781eefec
  26. Jan 04, 2016
  27. Jan 03, 2016
    • SamYaple's avatar
      Unblock Docker pinning in gate · 6ca65aba
      SamYaple authored
      Docker and docker-py can now be unpinned since Kolla has been
      converted to using the kolla_docker module and we no longer rely on
      upstream to unblock us.
      
      Change-Id: I6ee2b78c31ef0447da6154b75db381d5cdd55ab6
      Partially-Implements: blueprint kolla-docker-module
      6ca65aba
  28. Dec 30, 2015
  29. Dec 29, 2015
  30. Dec 28, 2015
    • hparekh's avatar
      Added dockerfiles for mistral. · f36b5aef
      hparekh authored
      Change-Id: Ie74a91dccf654da9305722d14af2f0a893dbaaff
      Partially-implements: blueprint enable-mistral-container
      f36b5aef
  31. Dec 11, 2015
  32. Dec 03, 2015
  33. Dec 02, 2015
  34. Nov 22, 2015
    • Sam Yaple's avatar
      Convert gate to Ansible setup · f9ee96f2
      Sam Yaple authored
      To support multinode we must now distribute our setup to multiple
      hosts. Instead of making special rules for this, we are going to
      convert our existing setup to Ansible. This way both setup proceedures
      take place in the exact same fashion.
      
      Partially-Implements: blueprint multinode-gate
      Change-Id: I43ece298bba994e9b5083403ef3cf6d4245cda6d
      f9ee96f2
    • David Moreau Simard's avatar
      Dynamically find the extra partitioned block device · a13a25b4
      David Moreau Simard authored
      This provides support for using loopback devices for the extra
      disk.
      
      Change-Id: Ia61b32e27ba619d15860daa6a9ed75291dad1d06
      Closes-bug: #1518641
      a13a25b4
  35. Nov 17, 2015
Loading