Skip to content
Snippets Groups Projects
  1. May 09, 2018
  2. May 03, 2018
    • Stig Telfer's avatar
      Config typo in external Ceph guide · bb9f24e5
      Stig Telfer authored
      The documentation for integration with external Ceph refers to
      enable_manila_backend_ceph_native where it should be
      enable_manila_backend_cephfs_native.
      
      Change-Id: If727166e61a8e911445630dc6d6adaa2126fa7e8
      bb9f24e5
  3. May 01, 2018
  4. Apr 30, 2018
  5. Apr 25, 2018
  6. Apr 23, 2018
  7. Apr 19, 2018
  8. Apr 18, 2018
  9. Apr 16, 2018
  10. Apr 12, 2018
  11. 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
  12. Apr 09, 2018
  13. Mar 26, 2018
    • jianghua wang's avatar
      XenAPI: Add guide document for XenServer · 5c9fe813
      jianghua wang authored
      Now we can support OpenStack services deployment on XenServer by
      using Kolla. This commit is to amend the document.
      
      Change-Id: I08613c1b77b22cf7d2e695f569497727d3a4c101
      blueprint: xenserver-support
      5c9fe813
    • wu.chunyang's avatar
      Add cpu_mode into deployment-philosophy.rst · 39933699
      wu.chunyang 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: I1e25fc5429b92f77ce87f537467f97b510fa154a
      39933699
  14. Mar 23, 2018
  15. Mar 21, 2018
  16. Mar 19, 2018
  17. Mar 17, 2018
  18. Feb 24, 2018
  19. 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
  20. Feb 08, 2018
  21. Jan 31, 2018
  22. Jan 26, 2018
  23. Jan 24, 2018
  24. Jan 23, 2018
  25. 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
  26. Jan 19, 2018
    • caoyuan's avatar
      Fix the storage group missing for external ceph · 42d89e5c
      caoyuan authored
      Using external Ceph with Kolla means there is no storage node for
      kolla, but cinder-volume must be run on nodes(it can be controller
      nodes or compute nodes), and the external-ceph-guide miss storage node,
      this patch to fix it.
      
      Closes-Bug: #1740028
      Change-Id: I6cfb86c5c0d7b30291bd9f263fb030e4703d9602
      42d89e5c
Loading