Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
    • Ivan Halomi's avatar
      Refactor of kolla_container_facts · 4ce47e22
      Ivan Halomi authored
      
      Refactor that prepares kolla_container_facts
      module for introducing more actions that will be moved
      from kolla_container module and kolla_container_volume_facts.
      
      This change is based on a discussion about adding a new action
      to kolla_container module that retrieves all names of the running
      containers. It was agreed that kolla-ansible should follow Ansible's
      direction of splitting modules between action modules and facts
      modules. Because of this, kolla_container_facts needs to be able
      to handle different requests for data about containers or volumes.
      
      Change-Id: Ieaec8f64922e4e5a2199db2d6983518b124cb4aa
      Signed-off-by: default avatarIvan Halomi <ivan.halomi@tietoevry.com>
      4ce47e22
  2. Mar 20, 2024
  3. Oct 20, 2023
  4. Dec 13, 2022
  5. Nov 02, 2022
  6. Oct 04, 2022
  7. Dec 27, 2018
    • confi-surya's avatar
      Update hacking version · b41309ef
      confi-surya authored
      Use latest release 1.1.0 and compatible changes w.r.t pep8
      
      Change-Id: Ie5e5417a1d8481bb59d516a320bd7cc1dd89591e
      b41309ef
  8. Jul 10, 2017
  9. 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
  10. Nov 29, 2016
Loading