Skip to content
Snippets Groups Projects
  1. Nov 08, 2018
  2. Nov 07, 2018
    • Doug Szumski's avatar
      Add Monasca quickstart guide · 2e629ea8
      Doug Szumski authored
      Add a quickstart guide to get users going with Monasca and fix a couple
      of nits in the documentation.
      
      Partially-Implements: blueprint monasca-roles
      Change-Id: Ic4f95f04ce966fc38ecccfba59439b73ef22bcda
      2e629ea8
  3. Nov 02, 2018
    • Doug Szumski's avatar
      Add support for deploying Monasca Grafana · 712c8976
      Doug Szumski authored
      The Monasca Grafana fork allows users to log into Grafana with their
      OpenStack user credentials and see metrics associated with their
      OpenStack project. The long term goal is to enable Keystone support
      in upstream Grafana, but this work seems to have stalled.
      
      Partially-Implements: blueprint monasca-grafana
      Change-Id: Icc04613b2571c094ae23b66d0bcc38b58c0ee4e1
      712c8976
    • Doug Szumski's avatar
      Add documentation for Monasca standalone deployment · 58f5c9e0
      Doug Szumski authored
      Change-Id: I309be8e4fecb8f2f89264d84ae4a2e302f996988
      Partially-Implements: blueprint monasca-roles
      58f5c9e0
    • Doug Szumski's avatar
      Add initial documentation for Monasca · 8cd2a793
      Doug Szumski authored
      Partially-Implements: blueprint monasca-roles
      Change-Id: I19db9396bb53b6db77cf97d7969ca24a55d8db0e
      8cd2a793
  4. Sep 28, 2018
  5. Sep 17, 2018
  6. Sep 11, 2018
  7. Aug 31, 2018
    • wangwei's avatar
      Fix bluestore disk naming format in kolla-ansible · 4e5e28ff
      wangwei authored
      The current bluestore disk label naming is inconsistent with the
      filestore. The filestore naming format is that the disk prefixes
      belonging to the same osd are the same and the suffixes are
      different.
      
      This patch keeps the bluestore's disk naming as well.
      
      Change-Id: I71dda29fc4a6765300ce7bb173d2c448c24f6eca
      4e5e28ff
  8. Aug 03, 2018
  9. Aug 01, 2018
    • Eduardo Gonzalez's avatar
      Improve ODL configuration · 6e17f942
      Eduardo Gonzalez authored
      Configure automatically ODL version based on the package version
      rather than maintain a hardcoded version.
      
      This has caused many issue while package version differs with the variable
      set.
      
      Closes-Bug: 1784784
      Change-Id: I15da5d2583b5727942d598d183cc481f0e33d0e6
      6e17f942
    • jacky06's avatar
      Bump ansible_version_min to 2.4 · 96d2c8be
      jacky06 authored
      Change-Id: I6875cde5c3cc7775c39011816c513e73df3396db
      96d2c8be
  10. Jul 26, 2018
  11. Jul 25, 2018
  12. Jul 24, 2018
  13. Jul 12, 2018
  14. Jul 08, 2018
  15. Jul 05, 2018
  16. Jul 03, 2018
  17. Jun 27, 2018
  18. Jun 26, 2018
  19. Jun 23, 2018
    • ZhijunWei's avatar
      Use full path for globals.yml · 2363a8d2
      ZhijunWei authored
      1. the default backend better use file, rather than File
      2. use full path for globals.yml
      
      Change-Id: Ife9b3a3d9cf602ab524fffc8cb52d4ba2224b906
      2363a8d2
  20. Jun 22, 2018
  21. Jun 13, 2018
  22. Jun 12, 2018
  23. 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
    • 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
  24. 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
  25. Jun 09, 2018
  26. 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
  27. 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
    • chenxing's avatar
      Remove duplicated content · 38d5ee66
      chenxing authored
      Change-Id: I0e8b4b443a0659e75a80de1dd1f6418ff2793d2f
      Closes-Bug: #1771257
      38d5ee66
  28. May 24, 2018
    • wu.chunyang's avatar
      fix a typo · 16c4ccc7
      wu.chunyang authored
      "clausule" is dutch,should be "Clause"
      
      Change-Id: I0c92b26db0876ce3622b67317b7f0bd85564e881
      16c4ccc7
  29. May 21, 2018
  30. 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
Loading