Skip to content
Snippets Groups Projects
  1. May 25, 2018
  2. Jan 26, 2018
  3. Dec 06, 2017
  4. Oct 31, 2017
  5. Oct 05, 2017
  6. Sep 28, 2017
    • Tatsuma Matsuki's avatar
      Add fluentd enable option · 03354bc9
      Tatsuma Matsuki authored
      This change adds enable_fluentd option and enables some other log shippers
      to be integrated. When enable_fluentd is "no", syslog server is also disabled.
      Then, this change also adds syslog parameters to use a syslog server
      prepared by users.
      
      Change-Id: I7c83ef7fe30a6b9ab7385bcee953ad07e96b0a83
      Implements: blueprint fluentd-enable-option
      03354bc9
  7. Sep 13, 2017
    • Bertrand Lallau's avatar
      Simplify Openstack services configuration possibilities · a3dfdfc0
      Bertrand Lallau authored
      Actually Openstack services configuration can be overriden using many
      files:
      - /etc/kolla/config/<< service name >>/<< config file >>
      - /etc/kolla/config/<< service name >>/<<host>>/<< config file >>
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      Only per-service configuration is actually documented here:
      https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164
      
      Allowing to globally modify service configuration can be perform too,
      but it can be done in 3 different manners, all not documented:
      - /etc/kolla/config/global.conf
      - /etc/kolla/config/database.conf
      - /etc/kolla/config/messaging.conf
      
      database.conf and messaging.conf seems redundant with global.conf.
      In order to simplify codebase it seems logical to remove them.
      
      Documentation has been added for overriding configuration globally and
      release note has been added too.
      
      Closes-Bug: #1682479
      Change-Id: I5d922dfc0d938173bad34ac64e490b78db1b7e31
      a3dfdfc0
  8. Sep 06, 2017
  9. Aug 28, 2017
    • chao liu's avatar
      Correct a grammar mistake · deedb774
      chao liu authored
      replace "each services' REST API" with "The REST API of each service"
      
      Change-Id: I2254519f7adf4eb6d2b9ac621228dc28ed783508
      deedb774
  10. Mar 30, 2017
  11. 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
      Unverified
      dcdbe441
  12. 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
  13. Jan 12, 2017
  14. Oct 17, 2016
  15. Oct 03, 2016
  16. Sep 23, 2016
    • Paul Bourke's avatar
      Clean up TODOs from live documentation · d64fc35a
      Paul Bourke authored
      TODOs showing up in ours docs look messy and are of no value to the
      reader.
      
      Remove these and log bugs for them to be written later.
      
      Change-Id: Ib9244960e3cedce28b198449898e46668435fce9
      Partial-Bug: #1626455
      Partial-Bug: #1507065
      Partial-Bug: #1626456
      d64fc35a
  17. Sep 17, 2016
  18. Sep 14, 2016
  19. Aug 17, 2016
    • Duong Ha-Quang's avatar
      Fix guide formating errors · b2a79051
      Duong Ha-Quang authored
      Fix tox errors when generating docs in:
      
      - advanced-configuration.rst
      - cinder-guide.rst
      
      Change-Id: Iab60aa2233f030dcfb2808c02a503a30b8a113a7
      b2a79051
  20. Aug 08, 2016
  21. Aug 04, 2016
    • Christian Berendt's avatar
      Add doc8 test and improve rst syntax · c3d8262e
      Christian Berendt authored
      This will test all rst files inside the doc directory for style issues with
      doc8 (an opinionated style checker for rst styles of documentation).
      
      This will fix all syntax issues identified by doc8 and will improve
      the syntax.
      
      Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
      c3d8262e
  22. Aug 03, 2016
    • Christian Berendt's avatar
      Enable central logging without deploying elasticsearch/kibana · 4cd95dbc
      Christian Berendt authored
      This changed introduces 4 new parameters to be able to use an existing
      elasticsearch service for central logging.
      
      * elasticsearch_address - address of elasticsearch server
      * elasticsearch_protocol - protocol (HTTP/HTTPS) used by elasticsearch server
      * enable_elasticsearch - deploy elasticsearch container
      * enable_kibana - deploy kibana container
      
      Closes-bug: #1584861
      
      Change-Id: Ia1ff9ae8b6d9929c3826da02693d1e2fc9ea2522
      4cd95dbc
  23. May 27, 2016
  24. May 23, 2016
  25. May 17, 2016
  26. May 16, 2016
    • Swapnil Kulkarni (coolsvap)'s avatar
      Structuring the documentation · d87b4f63
      Swapnil Kulkarni (coolsvap) authored
      Restructured the documenation to
      
      1. Add reference at the top
      2. Updated the title formatting
      3. Updated the heading formatting
      4. Updated the links formatting
      
      Change-Id: Ie3786e92fee674da1fa39cf07f1bf0a3badd5b92
      d87b4f63
  27. May 09, 2016
  28. Apr 12, 2016
    • Dave McCowan's avatar
      Remove Disable HAProxy option from Quick Start Guide · c2ccf572
      Dave McCowan authored
      The disable HAProxy option is not commonly used and not
      recommended.  This patch moves the section that describes it
      out of the Quick Start Guide and into the Advanced Configuration
      Guide.
      
      Change-Id: Iccd8a6369d772bd85f304cba0a99300180a369c8
      Closes-Bug: #1569560
      c2ccf572
  29. Mar 09, 2016
  30. Mar 08, 2016
  31. Nov 02, 2015
Loading