Skip to content
Snippets Groups Projects
  1. Jan 04, 2017
  2. Jan 02, 2017
  3. Nov 30, 2016
    • Jeffrey Zhang's avatar
      clean up kolla related files · 92ff63f3
      Jeffrey Zhang authored
      * rename package name from kolla to kolla-ansible
      * remove docker for data_files
      * remove kolla docker
      * remove kolla-build console_scripts
      
      Change-Id: I53abbf79dffb54eb785a39ba04d375bc4e4f27b0
      92ff63f3
  4. Nov 25, 2016
  5. Nov 23, 2016
  6. Nov 09, 2016
    • zhubingbing's avatar
      add panko dockerfile · fabb22d5
      zhubingbing authored
      Change-Id: Ibf74db39348dfb6f56f4fca0aff142a75ef53d38
      Partially-Implements: blueprint add-panko
      fabb22d5
    • maniram477's avatar
      Corrects typo "requried" in kolla_docker.py · 6275f709
      maniram477 authored
      The parameter "required=True" is mistyped as "requried=True"
      in ansible/library/kolla_docker.py and tests/test_kolla_docker.py
      
      Closes bug: 1640423
      
      Change-Id: I64c333275b9eb3eff5b1c0fa5d550f478e68020d
      6275f709
  7. Nov 06, 2016
    • caowei's avatar
      Add freezer container · 51663a7c
      caowei authored
      Change-Id: I9f95bac3f74827f0918f174fc0113736b92cbc0c
      Partially-implements: bp freezer-container
      51663a7c
  8. Nov 04, 2016
  9. Oct 19, 2016
    • liyingjun's avatar
      Support Searchlight Docker container · 1fe45136
      liyingjun authored
      This patch adds Searchlight Dockerfile to build container from source.
      
      Change-Id: Ia28f54ddd9793699153e254b6379f3b6334482b0
      Partial-implements: bp support-searchlight-deployment
      1fe45136
  10. Sep 26, 2016
    • Sajauddin Mohammad's avatar
      Changed docker_restart_policy to unless-stopped · 3f134d0f
      Sajauddin Mohammad authored
      Current implementation has docker_restart_policy "always" and
      docker_restart_policy_retry:"10" which should be mutually exclusive.
      "unless-stopped" will restart the containers on any exit state
      but not start on daemon startup if container was put to stopped state before.
      Closes-Bug: #1621187
      
      Change-Id: I4d881cd123a55625121b7a9047385e9b54e2e129
      3f134d0f
  11. Sep 15, 2016
  12. Sep 14, 2016
    • Hui Kang's avatar
      Add kuryr-libnetwork Dockerfile · 4fabd37e
      Hui Kang authored
      
      Kuryr repo has been split to kuryr and kuryr-libnetwork
      
      Change-Id: I6d05adf1de89611e2cb0f8469ed42ca1401ace56
      Co-authored-by: default avatarMohammad Banikazemi <mb@us.ibm.com>
      Partially-implements: bp kuryr-docker-plugin
      4fabd37e
    • prithiv's avatar
      Add Networking-SFC role · 8a01ed32
      prithiv authored
      
      Networking-SFC is a neutron big-tent project support Service Function
      Chaining in Neutron.
      
      * Rename the image from neutron-networking-sfc-agent to
        neutron-sfc-agent.
      * Add networking-sfc role in playbooks.
      
      Co-Authored-by: default avatarJeffrey Zhang <zhang.lei.fly@gmail.com>
      Change-Id: I1f99650eed85f59929d4ab6b2226603c54f29577
      Implements: blueprint enable-networking-sfc-support
      8a01ed32
  13. Sep 12, 2016
  14. Sep 10, 2016
  15. Sep 06, 2016
  16. Sep 01, 2016
  17. Aug 31, 2016
    • Sean Mooney's avatar
      introduce bifrost-deploy container · a9e16c8b
      Sean Mooney authored
      - This change adds support for building and deploying
        a bifrost container for baremetal provisioning.
      - This change documents how to manually deploy and bootstrap
        the bifrost container.
      
      Implements: blueprint bifrost-support
      Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
      a9e16c8b
  18. Aug 24, 2016
  19. Aug 23, 2016
  20. Aug 19, 2016
    • MD NADEEM's avatar
      Add Dockerfile for congress · e70f8e14
      MD NADEEM authored
      Change-Id: I30c4d7929940c751bf88c4bf9a0e200025ebd5c8
      Partially-Implements: blueprint enable-congress-container
      e70f8e14
  21. Aug 16, 2016
  22. Aug 11, 2016
  23. Aug 06, 2016
    • prithiv's avatar
      Dockerfiles for Networking-SFC Container · eb41179a
      prithiv authored
      Networking-SFC is a neutron big-tent project
      Kolla does not have Networking-SFC agent support for now. This
      is essential for Service Function Chaining use case. Build Networking-SFC
      Container.
      
      Change-Id: I67b4d6e061dbe31e2211cd3210726ab4c30cd087
      Partially-Implements: blueprint enable-networking-sfc-support
      eb41179a
  24. Aug 02, 2016
  25. Aug 01, 2016
    • Jeffrey Zhang's avatar
      Fix the kolla_docker issue with docker 1.12 · ae34973d
      Jeffrey Zhang authored
      After docker 1.12, the RepoTags will be None rather than [] in the
      image list API. This PS will handle the both case.
      
      Change-Id: Ie2da44b44229c2f190550755b50876f607f9cc0c
      Closes-Bug: #1608358
      ae34973d
  26. Jul 14, 2016
  27. Jul 08, 2016
    • Dave Walker (Daviey)'s avatar
      Build docker images for OpenStack Watcher · 77296ebd
      Dave Walker (Daviey) authored
      
      Watcher is part of the OpenStack big-tent and is formally
      known as "OpenStack Infrastructure Optimization service".
      
      Whilst it provides a range of default goals and strategies,
      the most relevant case is to enable re-balancing of the
      compute hosts by taking CPU usage (data from Ceilometer)
      into account and live migrating instances as required.
      
      Currently this only builds the Docker images for type source
      but binary builds are gracefully ignored.
      
      The ansible configurations will be part of a later commit.
      
      Change-Id: I9bb81ee625d9fcf6513e44e2ed20384e34da2adc
      Partial-bug: #1598929
      Partially-implements: bp watcher
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      77296ebd
  28. Jun 30, 2016
  29. Jun 28, 2016
  30. Jun 27, 2016
  31. Jun 22, 2016
  32. 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
  33. Jun 14, 2016
  34. 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
  35. 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
  36. Jun 01, 2016
Loading