Skip to content
Snippets Groups Projects
  1. Jun 11, 2018
    • zhulingjie's avatar
      Fix the /etc/kolla copy path · e7c104e6
      zhulingjie authored
      the path of globals.yml should be `/etc/kolla/globals`, not be
      `/etc/kolla/kolla/globals`
      
      Change-Id: I49d91c4dab13b197402844ac74f87b5dd2adbfca
      e7c104e6
  2. May 24, 2018
    • wu.chunyang's avatar
      fix a typo · 16c4ccc7
      wu.chunyang authored
      "clausule" is dutch,should be "Clause"
      
      Change-Id: I0c92b26db0876ce3622b67317b7f0bd85564e881
      16c4ccc7
  3. May 21, 2018
  4. Apr 19, 2018
  5. Apr 10, 2018
    • caoyuan's avatar
      Correct the path of configure file · 5c133c60
      caoyuan authored
      the path should be "/etc/kolla/globals.yml" rather than
      "/etc/kolla/kolla/globals.yml"
      
      Change-Id: I119095bb63fc2af7eb34f16de43ce82f864dd8a4
      5c133c60
    • caoyuan's avatar
      Add the inventory when use ansible command · b9bc5a41
      caoyuan authored
      when run ansible command, the inventory should be added, or
      ansible will use /etc/ansible/hosts by default, but it does't
      we wanted.
      
      Change-Id: I7f2a05c27ddfa95d0747abb9ba931ee1c5714dc0
      b9bc5a41
    • chenxing's avatar
      Quickstart rewrite · e57b4e8c
      chenxing authored
      - Add the requirements installation step for development
      - Add step number for some section, to make step more clear
      - Some format issues fix
      
      Change-Id: I78deee5f4ae424eec06876168cbdfdf8d25d6bcc
      e57b4e8c
  6. Mar 23, 2018
  7. Mar 19, 2018
  8. Feb 24, 2018
  9. Jan 21, 2018
    • caoyuan's avatar
      Fix tox -e docs failed · b25e8c48
      caoyuan authored
      doc/source/user/quickstart.rst:194: D001 Line too long
      doc/source/user/quickstart.rst:337: D001 Line too long
      doc/source/user/quickstart.rst:339: D001 Line too long
      
      Change-Id: Ibbb3588bddf3bfe9d49c2b2b6909f80c36ec2aff
      b25e8c48
  10. Jan 17, 2018
  11. 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
  12. 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
  13. Oct 27, 2017
  14. 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
  15. Oct 16, 2017
  16. Oct 12, 2017
  17. Oct 04, 2017
  18. Sep 29, 2017
  19. Sep 28, 2017
  20. Sep 27, 2017
  21. 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
  22. 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
  23. Sep 06, 2017
  24. 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
  25. 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
  26. Jul 25, 2017
  27. Jul 21, 2017
  28. Jul 10, 2017
  29. 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
  30. 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
  31. 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
  32. May 17, 2017
  33. May 04, 2017
  34. May 02, 2017
    • Chen's avatar
      Fix a grammar issue · 5f6ea7ce
      Chen authored
      Change-Id: I466f27c3e789f526c229955a81fc4a25f66c5358
      5f6ea7ce
  35. 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
  36. Apr 24, 2017
  37. Apr 14, 2017
Loading