Skip to content
Snippets Groups Projects
  1. Dec 11, 2019
  2. Oct 13, 2019
  3. Mar 14, 2019
  4. Dec 04, 2018
  5. Nov 26, 2018
    • Eduardo Gonzalez's avatar
      Support stop specific containers · 1a682fab
      Eduardo Gonzalez authored
      With this change, an operator may be able to stop a
      service container without stopping all services in a host.
      This change is the starting point to start
      fast-forward upgrades support.
      In next changes new flags will be introducced to disable
      stop dataplane services during upgrades.
      
      Change-Id: Ifde7a39d7d8596ef0d7405ecf1ac1d49a459d9ef
      Implements: blueprint support-stop-containers
      1a682fab
  6. Jun 09, 2018
  7. May 21, 2018
  8. Nov 28, 2017
  9. Sep 06, 2017
  10. Jul 18, 2017
  11. Jul 13, 2017
    • Eduardo Gonzalez's avatar
      Remove doc build errors · 66b91d8b
      Eduardo Gonzalez authored
      Gates only build deploy-guide docs, not every doc.
      This change clean doc errors, only Line to long.
      
      Also, removes doc/build folder in tox doc environment.
      doc/build is folder where previus executions are stored
      causing next execution to fail due rendered versions does
      not follow doc style checks.
      
      Change-Id: I623a7ee245729a06509f3a7039d5d5ed3813d977
      66b91d8b
  12. Feb 15, 2017
    • Jeffrey Zhang's avatar
      Rename kolla namespace to kolla_ansible · 177fbea7
      Jeffrey Zhang authored
      * Rename kolla namespace to kolla_ansible
      * remove oslo.config.opts entry points which is uesless
      * delete useless tools/version-check.py script
      
      Change-Id: I005dd7223ff23afbb2ce8cbfd0ebec0969102798
      177fbea7
  13. Feb 08, 2017
    • Cao Xuan Hoang's avatar
      Remove support for py34 · 9738f00e
      Cao Xuan Hoang authored
      The gating on python 3.4 is restricted to <= Mitaka. This is due to
      the change from Ubuntu Trusty to Xenial, where only python3.5 is
      available. There is no need to continue to keep these settings.
      
      Change-Id: I7762918aa4d78028d1ceb2cc727c3c7dedd05a00
      9738f00e
  14. Jan 17, 2017
  15. 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
  16. Nov 28, 2016
    • Vladislav Belogrudov's avatar
      Add tool to merge passwords during release upgrade · 14f9246f
      Vladislav Belogrudov authored
      Typical usage:
         cp /etc/kolla/passwords.yml /etc/kolla/passwords.yml.old
         kolla-genpwd
         kolla-mergepwd --old /etc/kolla/passwords.yml.old \
                        --new /etc/kolla/passwords.yml     \
                        --final /etc/kolla/passwords.yml
      
      Change-Id: Ibbc598909e28e096145841aec929d0cfcf8f7cab
      Implements: blueprint kolla-merge-passwords
      14f9246f
  17. Nov 23, 2016
    • Borne Mace's avatar
      Added support for a stop playbook in kolla · 2cfc069e
      Borne Mace authored
      Behavior of stop playbook is very similar to the destroy
      playbook.  This is meant when you may just want to bring down
      the service for some sort of maintenance but not destroy all
      the associated data. Also added support for the new playbook
      into the kolla-ansible command.
      
      Change-Id: Icf0ca91de71dc8ead3a024de3e5b9e49116560d1
      Implements: blueprint ansible-stop-host-playbook
      2cfc069e
  18. Nov 02, 2016
  19. Oct 10, 2016
    • Borne Mace's avatar
      Added missing cleanup-images in setup.cfg · 9685eca0
      Borne Mace authored
      The destroy playbook calls the cleanup-images script.  All other
      scripts related to destroy were in setup.cfg while cleanup-images
      was missing.
      
      TrivialFix
      
      Change-Id: I3d5dc435d03aded9e8b415dda8435b5e1c5ec937
      9685eca0
  20. Aug 18, 2016
  21. Jul 31, 2016
  22. Jul 14, 2016
    • Yatin Kumbhare's avatar
      Add Python 3.5 classifier and venv · bcebc7cb
      Yatin Kumbhare authored
      Now that there is a passing gate job, we can claim support for
      Python 3.5 in the classifier. This patch also adds the convenience
      py35 venv.
      
      Change-Id: Ia7b1fb88ac108e1e8fd6ed963967e731ae3ca5a4
      Closes-Bug: #1603006
      bcebc7cb
  23. Apr 19, 2016
  24. Mar 23, 2016
  25. Mar 21, 2016
    • SamYaple's avatar
      Add generate_passwords.py to generate passwords · f03e06e0
      SamYaple authored
      
      As with all tools, this is a first pass at the generation. Perhaps we
      even want to move this into kolla/kolla/cmd and be generated with tox
      itself in the future.
      
      This tool, when run, will only populate empty fields that have no
      values meaning that it is safe to run repeatedly on the same file.
      
      Of note, there is no way to preserve comments in the file after it has
      been processed by the yaml parser in python. Comments and sections
      will remain in the passwords.yml template for additional documentation
      if the user wishes to populate the file themselves.
      
      Use SystemRandom and clean up the docs a bit to not use pronouns.
      
      Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
      
      Closes-Bug: #1559266
      Change-Id: I2932d592df8871f1b7811059206d0b4d0553a687
      f03e06e0
  26. Feb 02, 2016
  27. Jan 06, 2016
  28. Dec 27, 2015
    • SamYaple's avatar
      Fix version in master · 82fcf8fa
      SamYaple authored
      Master version was still set to 1.0.0. This became alot more obvious
      in a recent patch when we started pulling that version number for the
      tag...
      
      TrivialFix
      
      Change-Id: Ie9c95a4dc606d0527c44fcd624b4473e45f7f3cf
      82fcf8fa
  29. Dec 14, 2015
  30. Oct 07, 2015
    • Steven Dake's avatar
      Release version 1.0.0 · 418428a1
      Steven Dake authored
      Our current version based upon conversations with TTX was
      0.1.0. It appears now that the full API is nearly stable.  It is
      stable enough to call our first Liberty release 1.0.0.
      
      The API consists of the following data:
      The locations of config files passed to the container
      The environment variables expected by the container
      The JSON encoded file containing the copy and cmd operations
      
      Each container in current master follows the same sytnax and
      style for all of the implementations of every container that
      atleast has been Ansibilized.
      
      backport: liberty
      
      Change-Id: I2064689ca6fd9f332ad26624e1b93f6aaa08e79b
      Closes-Bug: #1503494
      418428a1
  31. Sep 21, 2015
    • Martin André's avatar
      Consolidate kolla-build configuration in one file · 6c5aeeee
      Martin André authored
      The source location definition previously in build.ini was merged in
      etc/kolla/kolla-build.conf since it is really configuration for the
      kolla-build tool.
      
      Change-Id: I7531af0029bdfeabbaefb8a6aa97b70bb12c021a
      Closes-Bug: #1496702
      6c5aeeee
  32. Sep 09, 2015
    • Martin André's avatar
      Make kolla-build able to build source images · ad670bb3
      Martin André authored
      The pip installed kolla-build script was not able to build source images
      due to missing build.ini file containing information where to download
      sources.
      
      Change-Id: Ibc347daff76b445f032d8366bea3a58549cda766
      Closes-Bug: #1493728
      ad670bb3
  33. Sep 03, 2015
    • Steven Dake's avatar
      Rename docs dir to doc for publishing · 233864ff
      Steven Dake authored
      The publishing docs expect the documentation to be present in the
      /doc directory not the /docs directory.  If the documentation is in
      the /docs directory, according to fungi the docs won't be published
      properly.
      
      Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e
      Partially-Implements: blueprint kola-tox-doc
      233864ff
  34. Aug 28, 2015
  35. Aug 24, 2015
    • Suhail Syed's avatar
      Make Kolla installable via PIP · d3872aa9
      Suhail Syed authored
      Install Ansible code, etc file examples, scripts, an open
      rc example, a tool to initialize the OpenStack deployment,
      and other various useful bits.
      
      Start the versioning at 0.1.0 as recommended by ttx.
      
      Change-Id: I35fa4042040957e7725c7fc3b146009e0135499a
      Partially-Implements: blueprint python-package
      d3872aa9
Loading