Skip to content
Snippets Groups Projects
  1. Jun 26, 2018
  2. Jun 10, 2018
    • David Rabel's avatar
      Fix typo in docs · c08ee004
      David Rabel authored
      Fix typo in doc/source/reference/swift-guide.rst
      
      Change-Id: I9e355a5e8ec6c106c15f8480c7322cf6b33a7d4d
      c08ee004
  3. May 25, 2018
    • Will Szumski's avatar
      Add support for enabling ipxe boot with ironic · 0a1ccc26
      Will Szumski authored
      When enable_ironic_ipxe is set in /etc/kolla/globals.yml,
      the following happens:
      
      - a new docker container, ironic_ipxe, is created. This contains
        an apache webserver used to serve up the boot images
      - ironic is configured to use ipxe
      
      Change-Id: I08fca1864a00afb768494406c49e968920c83ae7
      Implements: blueprint ironic-ipxe
      0a1ccc26
  4. May 21, 2018
  5. May 18, 2018
    • Jorge Niedbalski's avatar
      horizon: allow to configure by custom_local_settings.j2 · d516ad7d
      Jorge Niedbalski authored
      kolla-ansible should provide a mechanism to allow operators to overwrite
      the default (or not exposed through configuration) options for the
      local_settings.
      
      local_settings.j2 may be good place to configure horizon but requires
      operator to sync it every release.
      
      custom_local_settings.j2 can be used to overwrite things from
      local_settings.j2 without a need of syncing it first.
      
      This patch also adds a release note and a documentation section
      under the advanced configuration page.
      
      Partial-Bug: #1769970
      Depends-On: https://review.openstack.org/#/c/567006/
      Change-Id: I84b54ba737276114e512d4577ac4b9010682bb98
      d516ad7d
  6. May 09, 2018
  7. 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
  8. May 01, 2018
  9. Apr 25, 2018
  10. Apr 19, 2018
  11. Apr 16, 2018
  12. Apr 12, 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
  14. Mar 19, 2018
  15. Mar 17, 2018
  16. 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
  17. Feb 08, 2018
  18. Jan 31, 2018
  19. Jan 24, 2018
  20. Jan 23, 2018
  21. 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
    • caowei's avatar
      Add CephFS backend in Manila · 1961929d
      caowei authored
      Depends-On: I5bf14a668a9e8976a18aa28a5bbfe586690bbd31
      Implements: blueprint manila-cephfs-backend
      
      Change-Id: I483be398d929429e35e460b5a7660b82f409b587
      1961929d
  22. Jan 18, 2018
  23. Dec 28, 2017
  24. Dec 27, 2017
    • caoyuan's avatar
      Fix the cinder backup action failed when use external ceph · a3a0e920
      caoyuan authored
      when cinder use external ceph, and edit the cinder-backup.conf follow
      the external-ceph-guide.rst, cinder will backup failed because the
      backup_ceph_user is not cinder-backup, the patch to fix it.
      
      Change-Id: Ie7213c1280b2b8fc0a4648d09d9ba132427952aa
      Closes-Bug: #1740222
      a3a0e920
  25. Dec 20, 2017
  26. Dec 06, 2017
  27. Dec 01, 2017
  28. Nov 23, 2017
    • Mark Goddard's avatar
      Support configuration of custom fluentd filters · f12e7244
      Mark Goddard authored
      In some scenarios it may be useful to apply custom filters to logs
      before forwarding them.  This may be useful to add additional tags to
      the messages or to modify the tags to conform to a log format that
      differs from the one defined by kolla-ansible.
      
      Configuration of custom fluentd filters is possible by placing filter
      configuration files in ``/etc/kolla/config/fluentd/filter/*.conf`` on
      the ansible control host.
      
      Change-Id: I29a20efb0df4bf3564ef009616c786e928aa26d9
      Implements: blueprint fluentd-custom-filters
      f12e7244
  29. Nov 22, 2017
  30. Nov 20, 2017
  31. Nov 10, 2017
    • Sean Mooney's avatar
      automate ovs datapath configuration · 7eb24fa3
      Sean Mooney authored
      - This change automates generation of
        the datapath_type paramater in the ml2_conf.ini
      - If enable_ovs_dpdk is no the datapath type
        will be system else it will be netdev which maintains
        the current default behaviour when dpdk is not enabled.
      
      Change-Id: Iedbf39c621f3c0237f9b9934492b12c600f2c4d3
      partial-implementes: bp/ovs-dpdk
      7eb24fa3
  32. Nov 09, 2017
  33. Oct 18, 2017
  34. Oct 17, 2017
  35. Oct 12, 2017
Loading