Skip to content
Snippets Groups Projects
  1. Sep 27, 2022
  2. Aug 08, 2022
    • Monty Taylor's avatar
      Add clouds.yaml file and use it · 73a1812c
      Monty Taylor authored
      clouds.yaml[0] is a richer way to express configuration for OpenStack
      clouds. It's also fully supported by Ansible's OpenStack modules as
      well as python-openstackclient and openstacksdk. It's the future - who
      doesn't like the future?
      
      Write a file using both the public (default) and the internal endpoints
      for the admin user. Also, change all of the examples to reference it
      and to get python-openstackclient to use it too.
      
      [0] https://docs.openstack.org/openstacksdk/latest/user/guides/connect_from_config.html
      
      Implements: blueprint use-clouds-yaml
      Change-Id: I557d2e4975c7b3d3c713a556b9ba47af9567ce6e
      73a1812c
  3. Nov 20, 2020
    • likui's avatar
      Update docs for Ubuntu 20.04 · a62cce67
      likui authored
      * Use 'apt install' command instead of legacy 'apt-get'
      
      Change-Id: Idae8d325bce354fa3b4c5be412965122af8f1413
      a62cce67
  4. May 29, 2020
  5. Jun 17, 2019
  6. Apr 23, 2019
  7. Nov 19, 2018
    • Doug Szumski's avatar
      Add missing steps to Vagrant instructions · 205df694
      Doug Szumski authored
      Add a couple of missing steps to complete a Vagrant deployment. In
      the case of the multi-node deployment we could go one step further
      and ensure that the supplied inventory matches the default set of
      nodes created by Vagrant.
      
      Change-Id: Iee878e26989e92e4de06c071704a6794011b6e58
      205df694
  8. Sep 28, 2018
  9. Jul 26, 2018
  10. Apr 19, 2018
  11. Feb 08, 2018
  12. Jan 23, 2018
  13. Sep 28, 2017
  14. Sep 27, 2017
  15. Sep 06, 2017
  16. Jul 21, 2017
  17. Jun 12, 2017
    • Juan J. Martinez's avatar
      Update Vagrant dev environment · 056ecc55
      Juan J. Martinez authored
       - Updated Ubuntu image to use 16.04.
       - VirtualBox provider to use centos/7 image + vagrant-vbguest plugin.
       - Improved docs so it is clear that vagrant-vbguest plugin is only
         required with VirtualBox.
       - Clarified comment and made it independent of the release.
       - Refactored the kolla and kolla-ansible paths to be based on the
         username used by Vagrant, that can change depending on the image.
      
      Change-Id: I23d84dcc3297c43eb12eff9c443d282281fc6c82
      056ecc55
  18. Jun 07, 2017
  19. Jun 06, 2017
  20. May 31, 2017
    • Juan J. Martinez's avatar
      Fix vagrant development environment · 8fe43171
      Juan J. Martinez authored
      After the repo split into kolla and kolla-ansible the Vagrant
      development environment was broken.
      
      With this change Vagrant will run from kolla-ansible and kolla
      repo is expected to be in the same directory level so the
      bootstrap can include it inside the VM.
      
       - Modified the bootstrap code to copy both repos into the VM.
       - Added one configuration token to specify kolla-ansible location
         inside the VM.
       - Updated the docs.
      
      Change-Id: I6b56822d50472f8eda6fc60f69196d3c9b8b6cf8
      Closes-Bug: 1693847
      8fe43171
  21. Apr 10, 2017
  22. Mar 30, 2017
  23. Feb 22, 2017
  24. Feb 15, 2017
    • Jeffrey Zhang's avatar
      Fix doc format · 397d79c2
      Jeffrey Zhang authored
      Get follwing error when running tox -edocs
      
      doc/bifrost.rst:91: D001 Line too long
      doc/manila-hnas-guide.rst:28: D000 Title underline too short.
      doc/manila-hnas-guide.rst:28: D000 Title underline too short.
      doc/networking-guide.rst:93: D000 Title underline too short.
      doc/networking-guide.rst:93: D000 Title underline too short.
      doc/multinode.rst:14: D001 Line too long
      doc/quickstart.rst:474: D001 Line too long
      doc/vagrant-dev-env.rst:129: D001 Line too long
      
      Change-Id: I88090487a4710547224361d29aaf8371f8340c28
      397d79c2
  25. Feb 02, 2017
    • Sayantani Goswami's avatar
      Update links in documents · e121ecb3
      Sayantani Goswami authored
      Update documents reference image-building documents correctly after
      image-building.rst was deleted from kolla-ansible directory.
      
      Change-Id: Ib66475e1f0f3055f2e38fc33ae649cae300c9c36
      e121ecb3
  26. 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
  27. Dec 08, 2016
  28. Nov 28, 2016
  29. Oct 29, 2016
  30. Oct 25, 2016
  31. Oct 14, 2016
  32. Sep 16, 2016
  33. Aug 22, 2016
    • Swapnil Kulkarni (coolsvap)'s avatar
      Vagrant doc updates · 61e74c92
      Swapnil Kulkarni (coolsvap) authored
      Updated vagrant doc to include
      
      - package installs for CentOS
      - add git and gcc required during install
      
      Change-Id: Ic52350fb16f69cde87bd1a8177d4a76ef7fd4f5e
      61e74c92
  34. 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
  35. 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
  36. Jun 17, 2016
    • Martin André's avatar
      Set internal vip to vagrant private network · 5718356e
      Martin André authored
      In vagrant environments, the kolla_internal_vip_address didn't belong
      to the private network provisioned on the machine and was failing the
      prechecks.
      
      TrivialFix
      
      Change-Id: I0e7e4d134e350c49ef7510c7262677754a83bcbf
      5718356e
  37. May 27, 2016
  38. May 26, 2016
  39. 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
  40. Apr 26, 2016
Loading