Skip to content
Snippets Groups Projects
  1. Jan 17, 2018
  2. Nov 23, 2017
    • Ravi Shekhar Jethani's avatar
      Don't change directory while running init-runonce · 9c66123c
      Ravi Shekhar Jethani authored
      Currently init-runonce script changes directory to the
      script's base directory (/usr/...) before doing anything else.
      This unnecessarily _forces_ a non-root user to use sudo for
      running this script thereby raising privileges for code which
      doesn't want it. Also downloading temporary stuff in places like
      /usr... seems not a good choice.
      
      Hence deleting the said code part and letting the deployer work
      comfortably from any directory.
      
      Made documentation changes accordingly.
      
      Change-Id: Ib3c7ed97aa5f53c115b6337aaf572b5fdc7a71f3
      Closes-Bug: #1732963
      9c66123c
  3. Nov 02, 2017
    • chenxing's avatar
      Add the full name of PBR in its first usage · 9ff89025
      chenxing authored
      This warning message mentions PBR, but this is the first
      instance of this acronym in the documentation. Use the full
      name can be made clear what PBR stands for in its first usage.
      
      Change-Id: I46c7db79eb330e7f58d71afd6c749dd27e2c0f80
      Closes-Bug: 1729476
      9ff89025
  4. Oct 27, 2017
  5. Oct 18, 2017
    • chen's avatar
      Associate text to link · d3ba310a
      chen authored
      The text "Docker Hub Image Registry" is supposed to be assciated with
      the link defined at the end of quickstart.rst. This patch ensures that.
      
      Change-Id: I840413520473b1cc3eb7685254d8d133d4c8d497
      d3ba310a
  6. Oct 16, 2017
  7. Oct 12, 2017
  8. Oct 04, 2017
  9. Sep 29, 2017
  10. Sep 28, 2017
  11. Sep 27, 2017
  12. Sep 25, 2017
    • Eduardo Gonzalez's avatar
      Fix deploy-guide links · 197a264a
      Eduardo Gonzalez authored
      Deploy guides includes quickstart guide.
      Includes respect relative paths, but when
      quickstart includes vagrant doc, deploy-guide
      tries to locate the doc in its doctree (deploy-guide/source).
      
      This causes error 404 and deploy-guide post-gates to fail
      
      Change-Id: I05e49bbcef564ad4f3d80f0649ccf191d9f8b59d
      197a264a
  13. Sep 08, 2017
    • Andreas Jaeger's avatar
      Fix quickstart links · 67cce63a
      Andreas Jaeger authored
      Checking http://files.openstack.org/docs-404s/2017-09-08.txt the link
      /kolla-ansible/latest/quickstart.html gives a 404 and is most wanted.
      
      The link now is /kolla-ansible/latest/user/quickstart.html - let's
      update in tree docs for this.
      
      Fix other broken links as well - with using intra-links instead of
      external links - this will make it easier to notice breakage when files
      are moved.
      
      Change-Id: I62655afd9f270fa83c07d86aa91346af6337ca32
      67cce63a
  14. Sep 06, 2017
  15. Aug 28, 2017
    • octopusZhang's avatar
      Add a note to help user avoid docker start failure · 96fe55c8
      octopusZhang authored
      The current example for including mtu is not suitable for all docker
      version and distros. Fox example, the latest docker-ce 17.06 does not
      support docker "docker daemon" command. And also docker doesn't
      support socket parameter "fd://" on rpm based systems. We need to add
      a note to remind user not copy that configuration straightly.
      
      Change-Id: I8f2e0697eefe89abbe7da29612a625c4094c954e
      96fe55c8
  16. Aug 24, 2017
    • octopusZhang's avatar
      Install docker python module with pip · 73bd4a68
      octopusZhang authored
      The docker-py python module is now called docker and has an
      incompatible api. Running latest kolla-ansible with docker-py
      will throw an error like this:
      AttributeError: 'module' object has no attribute 'APIClient'
      
      Change-Id: Idd10735c764717cf711f62b3243d39d8c8ed263f
      73bd4a68
  17. Jul 25, 2017
  18. Jul 21, 2017
  19. Jul 10, 2017
  20. Jul 04, 2017
    • David Rabel's avatar
      Add SELinux python bindings in quickstart guide · 9ce5225d
      David Rabel authored
      kolla-ansible needs SELinux python bindings, if
      SELinux is activated. CentOS has this as a
      standard and it is generally a good idea. So
      SELinux python bindings should be installed
      together with other dependencies in quickstart
      guide.
      
      Change-Id: I6eea626aa281db695d181f96b107b51732bbc647
      9ce5225d
  21. Jun 13, 2017
    • Jeffrey Zhang's avatar
      Bump min Ansible version to 2.2.0 · 00a42b8c
      Jeffrey Zhang authored
      Different Y stream version in Ansible is not compatible. Since ansible
      2.2.0 is released for a while. It is time for kolla-ansible to bump the
      min Ansible version. Then we can remove the annoying WARNING message
      in deploying logs and use the new features.
      
      Change-Id: I99f3c5678f6d2d1f93d61c660fbd166184ff6422
      00a42b8c
  22. May 18, 2017
    • Eduardo Gonzalez's avatar
      Fix doc warning · 61f43311
      Eduardo Gonzalez authored
      A missing empty line is causing the warning to no
      be rst formated.
      
      Change-Id: Ib1de45b514834bd863c1adf38b5412cb065dddaa
      61f43311
  23. May 17, 2017
  24. May 04, 2017
  25. May 02, 2017
    • Chen's avatar
      Fix a grammar issue · 5f6ea7ce
      Chen authored
      Change-Id: I466f27c3e789f526c229955a81fc4a25f66c5358
      5f6ea7ce
  26. Apr 25, 2017
    • Eduardo Gonzalez's avatar
      Fix folder creation at quickstart · 14776719
      Eduardo Gonzalez authored
      mkdir to create /etc/kolla/config/nova fails if config
      folder is not created.
      
      This change adds `-p` to create both config and nova folders
      
      Change-Id: Ibceaa437834cbba681b30c418da3c15d75d49945
      14776719
  27. Apr 24, 2017
  28. Apr 14, 2017
  29. Apr 10, 2017
  30. Mar 28, 2017
    • Alexandra Settle's avatar
      [deploy-guide] Moving the quick start to the deploy folder · f6d93e5e
      Alexandra Settle authored
      Currently the project-deploy-guide links to the entire dev
      doc repo for Kolla-Ansible. This is incorrect. It should link
      only to installation information that can be found in the quick
      start guide. This patch remedies that change, and ensures that
      there is a link to the kolla deploy guide published at
      docs.o.o.
      
      Change-Id: I43738e341e996cb5a589a09c4c59c0dc8b058458
      f6d93e5e
    • gaozx's avatar
      Fix some blank space issues · 3b18fcf9
      gaozx authored
      Change-Id: Id4fb97107c8a01f1b5e95a6fcdee3bed1f385b76
      3b18fcf9
  31. Mar 13, 2017
    • Eduardo Gonzalez's avatar
      Add cpu_mode in quickstart guide · fbfbbed4
      Eduardo Gonzalez authored
      With libvirt 2.0, when using qemu cpu mode is not properly
      evaluated and need to be set to cpu_mode = none.
      
      Add this option when kvm is not supported, otherwise user
      will still facing errors when launching instances over qemu.
      
      Change-Id: Ic970e3de74817ce4e17bb4e15d130e1e82d595cc
      fbfbbed4
  32. Mar 02, 2017
    • David Rabel's avatar
      Fixed some tox errors in docs · c2fbcf5a
      David Rabel authored
      Two lines that where too long and on trailing
      whitespace.
      
      Closes-Bug: #1669305
      Change-Id: I4dda1a27feab4d66af6d35690ede025e8d7607c8
      c2fbcf5a
  33. Feb 22, 2017
  34. 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
  35. Feb 06, 2017
  36. Feb 04, 2017
    • Steven Dake's avatar
      Update kolla-ansible docker-version · 7e105e00
      Steven Dake authored
      Docker version 1.13.0 is broken with the kolla-ansible deliverlable.
      
      Mark it as such in the documentation.
      
      Change-Id: I91da906cfa2a4552739749b27b41006fbc06215d
      7e105e00
  37. 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
  38. 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
Loading