Skip to content
Snippets Groups Projects
  1. Jun 11, 2018
    • confi-surya's avatar
      Correct path to use for development · f832efa5
      confi-surya authored
      Currently, to run kolla-ansible inventory files, wrong
      path was followed. So this patch correct use of invetory file path.
      
      Change-Id: Id1526c3d9df54e7f456f5af1089a393f296d3be9
      f832efa5
  2. Jun 06, 2018
    • chenxing's avatar
      Document the China registry mirror · 6017d11e
      chenxing authored
      Kolla always fails to pull kolla images. This patch is to document
      how to use the China registry mirror to avoid the failure of pulling
      kolla images.
      
      Change-Id: Ib31b3ee6183c12467df4f28f8dff438ed6e9d41c
      6017d11e
  3. May 24, 2018
    • wu.chunyang's avatar
      fix a typo · 16c4ccc7
      wu.chunyang authored
      "clausule" is dutch,should be "Clause"
      
      Change-Id: I0c92b26db0876ce3622b67317b7f0bd85564e881
      16c4ccc7
  4. May 21, 2018
  5. Apr 19, 2018
  6. Apr 18, 2018
  7. 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
  8. Apr 09, 2018
  9. Mar 23, 2018
  10. Mar 21, 2018
  11. Mar 19, 2018
  12. Feb 24, 2018
  13. Feb 09, 2018
    • Alexandru Bogdan Pica's avatar
      Fix MySQL access denied error during upgrade · 9822bb53
      Alexandru Bogdan Pica authored
      This change makes it so that if preconfigured database users are used,
      the attempt to change the log_bin_trust_function_creators mysql
      variable isn't made anymore.
      
      Also updated the upgrade docs
      
      Change-Id: I356313952d435de6d3b5444c0dd8a71f45aee452
      Closes-Bug: 1748269
      9822bb53
  14. Jan 23, 2018
  15. 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
    • Mark Goddard's avatar
      Support virtualenv installation in baremetal role · 69979efc
      Mark Goddard authored
      Installing python packages directly to the system site-packages can
      cause various problems, in particular when pip overwrites a system
      package. Python virtualenvs are one solution to this issue, as they
      allow python packages to be installed in an isolated environment.
      
      This change adds support to the baremetal role for installing python
      dependencies in a virtualenv. Typically we will need to enable use of
      system site-packages from within this virtualenv, to support the use of
      modules such as yum, apt, and selinux, which are not available on PyPI.
      
      The path to the virtualenv is configured via the 'virtualenv' variable,
      and access to site-packages is controlled via
      'virtualenv_site_packages'.
      
      When executing other kolla-ansible commands, the variable
      'ansible_python_interpreter' should be set to the python interpreter
      installed in 'virtualenv'. Note that this variable cannot be templated.
      
      Change-Id: I0741923065246f9c5b168059fcd66504f2753c41
      Related-Bug: #1731026
      69979efc
  16. Jan 17, 2018
  17. Dec 01, 2017
  18. 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
  19. 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
  20. Oct 27, 2017
  21. 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
  22. Oct 16, 2017
  23. Oct 12, 2017
  24. Oct 05, 2017
  25. Oct 04, 2017
  26. Sep 29, 2017
  27. Sep 28, 2017
    • caoyuan's avatar
      Update the "ocata" to "pike" for multinode.html · 618962c2
      caoyuan authored
      since the pike is release, the multinode.html should update
      
      Change-Id: I5122477b9209cd483ae682032c1949fa5a5cc985
      618962c2
    • 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
  28. Sep 27, 2017
  29. 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
  30. 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
  31. 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
  32. Sep 06, 2017
Loading