Skip to content
Snippets Groups Projects
  1. Feb 02, 2016
    • SamYaple's avatar
      Rename kolla_ansible to kolla_toolbox · 80b7266e
      SamYaple authored
      This change is needed for clarity. We have a kolla-ansible script.
      We have a kolla-mesos repo. We plan to have a kolla-ansible repo.
      Already we have had far too much confusion about whether we are
      talking about the container or the project. Naming this kolla-toolbox
      eliminates all of that confusion and its probably a bit more accurate
      of a name too.
      
      Closes-Bug: #1541053
      Change-Id: I8fd1f49d5a22b36ede5b10f46b9fe02ddda9007e
      80b7266e
  2. Jan 28, 2016
  3. Jan 20, 2016
  4. Dec 14, 2015
  5. Dec 10, 2015
  6. Dec 02, 2015
    • Sean Mooney's avatar
      adds tools/cleanup-containers regex support · 2ffb35ee
      Sean Mooney authored
      - this change extends the tools/cleanup-containers script to
        support a grep extended regex as a first paramater.
      - if tools/cleanup-containers is called with a grep extended
        regex string as a first paramater, only containers mataching
        that regex will be cleaned up.
      - e.g. tools/cleanup-containers "neutron|openvswitch"
        will cleanup all container whoes name contains either neutron
        or openvswitch.
      
      Change-Id: Iadb68c0a8de40e9ec2c0a27568e3a372ec0e8303
      Closes-Bug: #1522168
      2ffb35ee
  7. Nov 28, 2015
  8. Nov 13, 2015
  9. Oct 22, 2015
  10. Oct 06, 2015
  11. Sep 27, 2015
    • Sam Yaple's avatar
      Improve cleanup script · 0ac5e048
      Sam Yaple authored
      Its still dirty, but at least it won't kill all your containers.
      
      Change-Id: Ie468210bd0f273432ca16fc9530bf9acd2a808ed
      Closes-Bug: #1486620
      0ac5e048
  12. Aug 31, 2015
  13. Jul 23, 2015
  14. Jul 14, 2015
  15. Jul 10, 2015
    • Swapnil Kulkarni's avatar
      Remove requirement for root user in scripts · aff8e49a
      Swapnil Kulkarni authored
      The following files had requirement for root user
      which can be removed as long as as the the user
      executing script is part of docker group
      
      Scripts updated
      tools/kolla
      tools/cleanup-containers
      
      Closes-Bug: #1473551
      Change-Id: Ia4aea205f5da20fb1ded4f7a5d11eeebe5f40aa9
      aff8e49a
  16. May 28, 2015
  17. May 06, 2015
    • Daneyon Hansen's avatar
      Updates cleanup-containers · 556388e7
      Daneyon Hansen authored
      Previously cleanup-containers suffered from the following
      limitations:
      
      1. The docker rm command would fail if all the containers were not
         stopped.
      2. The script would throw an error if no containers existed.
      3. Artifacts such as veths, bridges, etc.. would remain on the host
         after containers were removed. These artifacts should be removed
         if the containers are removed.
      
      Change-Id: I5eadb23fec9e34125a32f6c3e39c241d97932910
      556388e7
  18. Jan 15, 2015
  19. Jan 08, 2015
  20. Oct 17, 2014
    • Ryan Hallisey's avatar
      Docker image and process cleaup tool · d2194feb
      Ryan Hallisey authored
      When running Docker, you can unknowingly use up a lot
      of memory.  This tool will make it easier to clean up
      Docker.
      
      Change-Id: Icfd780f12b01956093a2933dd484cde1e2d6d5bc
      d2194feb
Loading