Skip to content
Snippets Groups Projects
  1. Apr 06, 2017
  2. Mar 05, 2017
    • Jeffrey Zhang's avatar
      Fix the incompatible of docker-py 2.0.0 · 78e5c865
      Jeffrey Zhang authored
      docker-py 2.0.0 is released with renaming docker.Client to
      docker.APIClient. and with a new python package name "docker" rather
      than "docker-py".
      This patch support docker and docker-py packages.
      
      Change-Id: Ib4400a4d2ce803191ee6215c5b28f0052970332c
      Closes-Bug: #1668346
      78e5c865
  3. Feb 21, 2017
    • Chao Guo's avatar
      Add empty volume item check in kolla_docker module · 03ddc1be
      Chao Guo authored
      A empty docker volume item will cause start_container to fail.
      This bug is not triggered in current kolla deployment scripts, but
      only if you pass a empty volume item to kolla_docker module.
      E.g. Using a if expression in items of volumes list while calling
      start_container. Like the one in start.yml of iscsi and cinder.
      
      Change-Id: I389246fb9650ab5304463e943459ecb68706167f
      03ddc1be
  4. Feb 16, 2017
    • Abel Lopez's avatar
      Change python interpreter · 8b90fb6d
      Abel Lopez authored
      There is inconsistent use of either `/usr/bin/python` or
      `/usr/bin/env python`. This makes for unexpected results when a
      user might be using a virtualenv.
      
      Change-Id: Ibb030f920a8869f9113ade70b66a921cc815060d
      Unverified
      8b90fb6d
  5. Feb 08, 2017
  6. Feb 04, 2017
  7. Feb 03, 2017
    • Jeffrey Zhang's avatar
      Fix the pid_mode and ipc_mode value check for kolla_docker module · a3acd2c4
      Jeffrey Zhang authored
      bypass_checks is disabled by Ib2e19794bbe804470a880253d5870254041358c8 .
      But we use pid_mode: "{{ service.pid_mode | default('') }}" pattern in
      the yaml file. whereas pid_mode only support "host" value, this patch
      add '' as a choice of these two parameters.
      
      Change-Id: Ib83ed5e437ca868f0e42ce740ad1125d2fa48ff4
      a3acd2c4
  8. Feb 02, 2017
  9. Jan 25, 2017
  10. Jan 23, 2017
  11. Jan 20, 2017
  12. Jan 02, 2017
  13. Nov 25, 2016
  14. Nov 09, 2016
    • 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
  15. 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
  16. Aug 04, 2016
    • Lu lei's avatar
      Modify some spelling mistakes · 9fd70b42
      Lu lei authored
      Fix a spelling error, and modify some words.
      
      TrivialFix
      
      Change-Id: Ieb55bd2679291ab61080b55feaaaf3c494939978
      9fd70b42
  17. Aug 02, 2016
  18. 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
  19. Jul 26, 2016
    • qinchunhua's avatar
      Python 3: dict.iteritems() · 1bddef94
      qinchunhua authored
      Replace dict.iteritems() with dict.items(). The Python 3 dict
      type has no iteritems() method, the old iteritems() method was
      renamed to items().
      
      TrivialFix.
      
      Change-Id: I2137e72554fd16d2c70e50306e4f57d27e35bcd3
      1bddef94
  20. Jun 28, 2016
  21. Jun 27, 2016
  22. May 31, 2016
    • Jeffrey Zhang's avatar
      Log the traceback in the kolla libraries · 476da0f4
      Jeffrey Zhang authored
      The traceback is logged also and will be helpful when the
      library failed. We can get which line is failed from the log.
      
      TrivialFix
      
      Change-Id: Ia417232007e2f34c83d2e7cad6ed08dee49ce836
      476da0f4
  23. May 30, 2016
    • Jeffrey Zhang's avatar
      Fix the incompatibility for ansible 2.1.0 · 3545e6d5
      Jeffrey Zhang authored
      Ansible 2.1.0 has lots of change and the plugin is not compatible
      between 2.0.0 and 2.1.0. This change fix the gap.
      
      * fix the signature change for _make_tmp_path in ansible 2.1.0
      * fix the common_options in the kolla_docker.py
      
      Change-Id: I05f5f05581c8bd625cd868fa0db549d0c60a7043
      Closes-Bug: #1586018
      3545e6d5
  24. May 24, 2016
    • Jeffrey Zhang's avatar
      Bump the ansible to 2 · 491822c5
      Jeffrey Zhang authored
      DocImpact
      
      Change-Id: I3cdfbf84919de80f535c030bd146787ecda40dec
      partial-Implements: blueprint ansible2
      491822c5
  25. May 03, 2016
  26. Apr 13, 2016
  27. Apr 11, 2016
  28. Mar 26, 2016
  29. Mar 16, 2016
    • Serguei Bezverkhi's avatar
      Set --ipc option to "host" for kolla_docker · f97fecd7
      Serguei Bezverkhi authored
      This change will enable to lvm commands running in a container
      communicate with udev process running on a host.
      
      Partially-Implements: blueprint iscsi-lvm2-docker
      
      Change-Id: If780710bb81adaee44ce0d291e22ce91ec6436aa
      f97fecd7
  30. Mar 09, 2016
  31. Mar 07, 2016
    • Steven Dake's avatar
      Upgrade fails from 2.0.0->2.0.1 · 1c263519
      Steven Dake authored
      The new image doesn't have an existing old image, so it
      ends up not existing.  In this condition, we know that
      we are dealing with a version change upgrade.
      
      TrivialFix
      
      Change-Id: Ic2f83c2bb6c34731b60b3430ba66a6324439f0a9
      1c263519
  32. Mar 01, 2016
    • Jeffrey Zhang's avatar
      Add kolla_docker action for reconfigure · b694408a
      Jeffrey Zhang authored
      add three actions used for reconfigure
      
      * restart_container
      * get_container_env
      * get_container_state
      
      Partially-implements: bp kolla-reconfig
      
      Change-Id: I63609ce47f044926ff276ab1188b10f44270a0b5
      b694408a
  33. Feb 19, 2016
    • Michal Jastrzebski's avatar
      Playbook for nova upgrade · ce4230fa
      Michal Jastrzebski authored
      This creates tree and playbook for nova upgrade. Also other service
      upgrades will follow standard setup here.
      
      Change-Id: Ic31759efaee4986eb87b9ff0968f13189d130d48
      Partially-Implements: blueprint upgrade-kolla
      Implements: blueprint upgrade-nova
      ce4230fa
  34. Feb 17, 2016
    • Éric Lemoine's avatar
      Fix kolla_docker check_volume · 085f54a4
      Éric Lemoine authored
      This commit fixes a bug in kolla_checker.py where the check_volume
      function will raise "TypeError NoneType object is not iterable" if
      there are no existing volumes.
      
      TrivialFix
      
      Change-Id: Ic57c339793fa532ed8db075ba1074db75106e36d
      085f54a4
  35. Jan 28, 2016
    • SamYaple's avatar
      Add labels to docker module · 55c3e025
      SamYaple authored
      With the switch to named volumes we run into a few situations where
      we cannot bootstrap volumes like we used to. This labels param will
      fix that as the next patchset shows.
      
      Change-Id: Ia93166dd204c5c0d1a0eb9ffeb6d0aba486e269a
      Partially-Implements: blueprint docker-named-volumes
      55c3e025
    • SamYaple's avatar
      Rework log output if pull fails · 4649279c
      SamYaple authored
      
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      Change-Id: I066b2d419abb3ef2d4827ce686865c0dc68a5e97
      Closes-bug: #1537763
      4649279c
  36. Jan 04, 2016
  37. Jan 03, 2016
Loading