Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 18, 2021
  3. Sep 30, 2019
  4. Jun 06, 2019
    • Mark Goddard's avatar
      Update contributor guide · 68796d79
      Mark Goddard authored
      ... or "what I wish existed when I first became PTL"
      
      Some general improvements to the contributor guide, plus new sections
      for PTL duties and release management.
      
      Change-Id: If2f3b7c18de2e6c8d9bac131a16c28c2eeb348f2
      68796d79
  5. Oct 05, 2017
  6. Sep 06, 2017
  7. Aug 23, 2017
    • Eduardo Gonzalez's avatar
      Add tacker documentation · e1bd6caa
      Eduardo Gonzalez authored
      Tacker has become a complex service to deploy in pike
      release, adding a bunch of other services dependencies.
      This guide aims to ease users to deploy tacker.
      
      Change-Id: Ibe15bee9438fed0cd09b3cabcb270b551fb13b87
      e1bd6caa
  8. Jul 31, 2017
  9. Jul 21, 2017
  10. Jun 15, 2017
  11. Jun 14, 2017
  12. Jun 08, 2017
    • Paul Bourke's avatar
      Add a Kolla 'devstack' mode · 5cb37564
      Paul Bourke authored
      Add a new variable 'kolla_devmode', which when enabled, clones and
      bindmounts service source code into the containers.
      
      This commit adds the relevant changes for Heat, more services can be
      added and built upon.
      
      Usage:
      * Set 'kolla_devmode: yes'
      
      * Code is cloned to /opt/stack/{{ project_name }} on target
        node(s)
      
      * Users can develop in these repos, and simply restart the container to
        pick up / test changes.
      
      Debugging can be done from the host via 'remote_pdb'[0].
      
      [0] https://pypi.python.org/pypi/remote-pdb
      
      Implements: blueprint mount-sources
      Change-Id: Ic0431b10d723bf84eeefc72039376fe0058dd902
      5cb37564
  13. Jun 02, 2017
  14. Apr 13, 2017
    • Eduardo Gonzalez's avatar
      Add zun startup guide documentation · 6dfb430d
      Eduardo Gonzalez authored
      Zun need some changes in the docker daemon prior
      to deploy.
      Add some verification steps after deployment.
      
      This change add a global deploy and verification steps.
      
      Change-Id: Id02e5c32bc92c51bff04b2c5bc81f234f25bc5ca
      6dfb430d
  15. Apr 03, 2017
    • caoyuan's avatar
      Fix the "tox -e docs" failed · b9378126
      caoyuan authored
      doc/running-tests.rst:64: D001 Line too long
      doc/bifrost.rst:164: D000 Unknown target name: "edit-inventory".
      doc/nova-fake-driver.rst:: WARNING: document isn't included in any
      toctree
      
      Change-Id: I83bb44ed10cb464f87e5235a423a475151ace208
      b9378126
  16. Mar 30, 2017
  17. Mar 22, 2017
  18. Mar 10, 2017
    • rcherrueau's avatar
      Multi-regions Support · dcdbe441
      rcherrueau authored
      Add support for basic multiple regions, that is to say, many OpenStack
      with a shared Keystone (same users) and Horizon. The shared Keystone
      and Horizon are deployed into one region, for instance RegionOne.
      Services of other regions have an access to this Keystone. This
      support assumes that the operator knows the name of all OpenStack
      regions in advance, and considers as many Kolla runs as there are
      regions.
      
      The new variable, multiple_regions_names, contains the name of
      regions. It is needed by the region that includes Keystone and
      Horizon. In register.yml, it specifies to create as many Keystone
      endpoints as there are regiones, so that services of other regions can
      connect to Keystone. In local_settings.j2, it changes the render to
      support multiple regions in Horizon. The multi-regions.rst explains
      how to perform a multiple regions deployment.
      
      Implements: blueprint multi-kolla-config
      Change-Id: Icab2aebfc4de0e3bc609950956e0af397705f403
      dcdbe441
  19. Feb 03, 2017
    • Eduardo Gonzalez's avatar
      Integrate designate with neutron · e516ea50
      Eduardo Gonzalez authored
      Integrate designate service with neutron to allow instances
      and floatingip resolve designate dns.
      MDNS service need to be reachable from nova instances
      in order to resolve DNS queries.
      Added new dns_interface to make this configurable.
      Add designate guide.
      
      Closes-Bug: #1661330
      
      Change-Id: I5a2ac5cf2a9aa0977ae42d53dd64699623ddf3ed
      e516ea50
  20. Jan 30, 2017
  21. Jan 28, 2017
    • Sayantani Goswami's avatar
      Update Kolla-Ansible documents · 5b35e389
      Sayantani Goswami authored
      Kolla-ansible related documents existed on both Kolla and Kolla-Ansible
      repositories. A lot of Kolla-ansible related documents were updated in
      the Kolla repository. Porting the changes made to these documents in
      Kolla repo to Kolla-Ansible repo so that the Kolla-ansible documents can
      be removed (Refer to patch https://review.openstack.org/#/c/425749/)
      
      Change-Id: I7c53626ce551189acdb0dcbabe9369b81eed3347
      5b35e389
  22. Oct 17, 2016
  23. Sep 27, 2016
  24. Sep 22, 2016
  25. Sep 21, 2016
  26. Sep 16, 2016
    • prithiv's avatar
      Add networking guide for Neutron extensions · ef9d6ea8
      prithiv authored
      With Kolla supporting Neutron extensions, it is
      essential to have networking guide to describe the
      installation and configuration of these extensions.
      
      Partial-Bug: #1603391
      
      Change-Id: I78ff5b17e4024d96f8083c96ac5b5b608a7c0015
      ef9d6ea8
  27. Sep 15, 2016
  28. Sep 12, 2016
    • Steven Dake's avatar
      Revert "Build a more organized doc structure" · 28b80a08
      Steven Dake authored
      Our philosophy document is one of our most important documents
      in he documentation repository.  I appreciate in general the notion
      of reorganizing many of our docs, but this one should be left alone
      and possibly protected by a roll-call vote in the future.
      
      This reverts commit aa517c4b.
      
      Change-Id: Ic17861e823095a1891ac25ddaf429b66e352e30e
      28b80a08
  29. Aug 31, 2016
    • Sean Mooney's avatar
      introduce bifrost-deploy container · a9e16c8b
      Sean Mooney authored
      - This change adds support for building and deploying
        a bifrost container for baremetal provisioning.
      - This change documents how to manually deploy and bootstrap
        the bifrost container.
      
      Implements: blueprint bifrost-support
      Change-Id: I7d895839b11cbf916be33225875465c3358b5aa4
      a9e16c8b
  30. Aug 29, 2016
  31. Aug 17, 2016
    • Ryan Hallisey's avatar
      Build a more organized doc structure · aa517c4b
      Ryan Hallisey authored
      Use directories to further organize the path a user would
      take through the docs.
      
      Change-Id: I8e3885c7ac3a72eaadbf547efedf0de477aa0a9f
      Partially-implements: blueprint documentation-rework
      aa517c4b
  32. Aug 09, 2016
    • Christian Berendt's avatar
      Remove heat dev environment · 608f6c75
      Christian Berendt authored
      The heat dev environment is not functional, remove it to avoid confusions.
      
      Change-Id: I05ac25294516270328ca1fe88f15defeea570306
      Partial-bug: #1562334
      608f6c75
  33. Jul 19, 2016
    • Mathias Ewald's avatar
      External Ceph - Implementation Cinder · 38948838
      Mathias Ewald authored
      This patch adds support for external Ceph clusters for Cinder.
      
      For clean integration the backend configuration mechanism had to be
      slightly adjusted.
      
      We now have the option to enable multiple backends for Cinder
      independently.
      
      Currently, the flags cinder_backend_iscsi and cinder_backend_ceph are
      used to toggle backends.
      
      Documentation on how to use external ceph was added.
      
      Change-Id: I7e0267b90d62d6d881f24f063cdb894422ec8618
      Partially-Implements: Blueprint: external-ceph
      38948838
  34. Jun 13, 2016
    • MD NADEEM's avatar
      Added test document · 66b6eccd
      MD NADEEM authored
      This doc explain how to run kolla tests.
      
      Change-Id: I498e18187c2c69bbd37c490ce4e1a8548f933791
      Partially-implements: blueprint documentation-rework
      66b6eccd
  35. Jun 09, 2016
  36. May 31, 2016
  37. May 25, 2016
  38. May 18, 2016
    • Ryan Hallisey's avatar
      Change the SELinux doc to a security doc · 47d7ed2b
      Ryan Hallisey authored
      Kolla should have a doc with an overview of security within
      the project.
      
      Partially implements: blueprint documentation-rework
      
      Change-Id: I0a8b902fe1b9adf6617779646bf0bbaee1a36c4f
      47d7ed2b
  39. May 14, 2016
    • Ryan Hallisey's avatar
      Doc rework for quickstart, multinode, and image-building · 1c295225
      Ryan Hallisey authored
      Our quickstart guide is way too complex.  We need to simplify
      the quickstart guide by pulling out the overwhelming amount of
      information and splitting it into other docs.
      
      Change-Id: Iec175ee7f60bfd11ce06b22c861e51e180c188a9
      Partially-implements: blueprint documentation-rework
      1c295225
  40. May 04, 2016
Loading