Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Jan 05, 2024
  3. Jan 27, 2021
    • Piotr Parczewski's avatar
      [docs] Unify project's naming convention · 5db72659
      Piotr Parczewski authored
      There are inconsitencies across the documentation and the source code files
      when it comes to project's name (Kolla Ansible vs. Kolla-Ansible). This
      commit aims at unifying it so that the naming becomes consistent everywhere.
      
      Change-Id: I903b2e08f5458b1a1abc4af3abefe20b66c23a54
      5db72659
  4. Jun 18, 2020
    • Konstantinos Mouzakitis's avatar
      Adding support for multiple globals files · f6d8c0d4
      Konstantinos Mouzakitis authored
      Added a spec file for this blueprint.
      Changed the kolla-ansible script to accept more than one
      globals.yml file. That will still be the main one but operators
      will be able to create more, under the /etc/kolla/globals.d
      directory.
      Also added some paragraphs in the quickstart documentation
      about this.
      Finally, Adding a release note
      
      Change-Id: I34eb91d0e2ed80694594b8fc6801cf8ad77da754
      Implements: blueprint multiple-globals-files
      f6d8c0d4
  5. Jan 06, 2020
    • Mark Goddard's avatar
      CentOS 8 migration spec · 73bdec83
      Mark Goddard authored
      Adds a specification covering the miration from CentOS 7 to 8.
      
      Change-Id: Iaff5fc10eec3aa3f5068d78b121a6bc0f08cd61d
      Related: blueprint centos-rhel-8
      73bdec83
    • zhufl's avatar
      Fix duplicated words issue like "are are out of" · 1b90ed1c
      zhufl authored
      This is to fix the duplicated words issue like
      "Other services that are are out of scope of this".
      
      Change-Id: Ie4882dbb64d6e8774888b97895af20ba3855f0f8
      1b90ed1c
  6. Oct 17, 2019
  7. Jul 10, 2019
  8. Jun 17, 2019
  9. Apr 23, 2019
  10. Nov 15, 2018
  11. Oct 02, 2018
  12. Apr 22, 2018
  13. Mar 29, 2018
  14. Jan 23, 2018
  15. Jan 17, 2018
  16. Apr 11, 2017
    • youri jeong's avatar
      fix typo · f8322dff
      youri jeong authored
      fix typo for specs/kubernetes-deployment.rst, tools/ovs-dpdkctl.sh, tools/setup_gate.sh
      
      'managment' -> 'management'
      'seperated' -> 'separated'
      'occuring' -> 'occurring'
      'discribed' -> 'described'
      'recomended' -> 'recommended'
      'thier' -> 'their'
      
      Change-Id: Ie59c600698c965cebd9a541b951d704eda9301cb
      f8322dff
  17. Feb 28, 2017
  18. Oct 15, 2016
  19. Aug 06, 2016
    • Robin Naundorf's avatar
      Fix inconsistencies in git url · a7c41a88
      Robin Naundorf authored
      Github is just a mirror of the OpenStack git-repo.
      Changed from Github to OpenStack git url wherever possible.
      
      Change-Id: I7941ef86967de4efe7f23ff9fb11ec86c793901e
      a7c41a88
  20. Jun 27, 2016
  21. Jun 20, 2016
  22. May 03, 2016
  23. Apr 11, 2016
  24. Apr 08, 2016
  25. Mar 04, 2016
  26. Feb 15, 2016
  27. Feb 03, 2016
  28. Jan 29, 2016
    • Éric Lemoine's avatar
      Logging with Heka spec · d2aa9aa6
      Éric Lemoine authored
      This adds a spec for using Heka as Kolla's log processing tool.
      
      Change-Id: Ia786601f3f0b298c120950e2abdd6d1b71e32ba5
      d2aa9aa6
  29. Nov 16, 2015
  30. Nov 03, 2015
  31. Sep 14, 2015
  32. Jun 17, 2015
    • Daneyon Hansen's avatar
      Spec to Add Support for High Availability · 2aebba26
      Daneyon Hansen authored
      Previously, a spec did not exist to define how Kolla will support
      highly available OpenStack services.
      
      Change-Id: I8fcc60f26d2cb98179be6b520c13abb22a372ecf
      2aebba26
    • Steven Dake's avatar
      Ansible multi-node specification · 626084d7
      Steven Dake authored
      
      This specification outlines some of the design goals and practices to
      be used to implement an Ansible multi-node deployment tool.  The goals
      of this work are simplicity, optimizing deployment time, and Operator
      flexibility.
      
      The long term objective is for Kolla to become the de-facto solution
      for deploying OpenStack in containers.
      
      Partially Implements: blueprint ansible-multi
      Co-Authored-By: default avatarSam Yaple <sam@yaple.net>
      
      Change-Id: I8c5d8b7e69c4ed54624061428e2fbde6af6a1815
      626084d7
  33. Apr 07, 2015
    • Steven Dake's avatar
      Remove EXPOSE options from Dockerfiles · a87980e5
      Steven Dake authored
      The EXPOSE options will create a local docker-proxy.  This is
      unnecessary with --net=host mode.  The docker-proxy adds about
      20 microseconds of latency.  Add documentation to the specification
      to indicate where to find the ports that are exposed by the
      services in case someone were to desire to add EXPOSE back to
      the Dockerfiles.
      
      Change-Id: I398e922fe096d6022a2d5985bb92498f89a5ea31
      a87980e5
  34. Mar 18, 2015
  35. Feb 20, 2015
    • Steven Dake's avatar
      Split OpenStack controller and OpenStack API · c4e56c0c
      Steven Dake authored
      Permit different levels of horizontal scalability for API vs engine or
      conductor processes.  Typically API may need different levels of scale
      compared to the engine processes.
      .
      
      Change-Id: I2916fed7745bd9b0f67fda0abbb6d148315e5e00
      c4e56c0c
  36. Feb 19, 2015
Loading