Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Sep 29, 2020
  3. Sep 23, 2020
  4. Aug 11, 2020
  5. Jun 30, 2020
  6. Jun 18, 2020
    • Konstantinos Mouzakitis's avatar
      Adding support for multiple globals files · f6d8c0d4
      Konstantinos Mouzakitis authored
      Added a spec file for this blueprint.
      Changed the kolla-ansible script to accept more than one
      globals.yml file. That will still be the main one but operators
      will be able to create more, under the /etc/kolla/globals.d
      directory.
      Also added some paragraphs in the quickstart documentation
      about this.
      Finally, Adding a release note
      
      Change-Id: I34eb91d0e2ed80694594b8fc6801cf8ad77da754
      Implements: blueprint multiple-globals-files
      f6d8c0d4
  7. May 29, 2020
  8. May 24, 2020
  9. Apr 24, 2020
  10. Feb 11, 2020
  11. Jan 24, 2020
  12. Jan 09, 2020
  13. Sep 18, 2019
  14. Sep 16, 2019
    • Mark Goddard's avatar
      Add custom filters for checking services · af2e7fd7
      Mark Goddard authored
      These filters can be used to capture a lot of the logic that we
      currently have in 'when' statements, about which services are enabled
      for a particular host.
      
      In order to use these filters, it is necessary to install the
      kolla_ansible python module, and not just the dependencies listed in
      requirements.txt. The CI test and quickstart install from source
      documentation has been updated accordingly.
      
      Ansible is not currently in OpenStack global requirements, so for unit
      tests we avoid a direct dependency on Ansible and provide fakes where
      necessary.
      
      Change-Id: Ib91cac3c28e2b5a834c9746b1d2236a309529556
      af2e7fd7
  15. Sep 11, 2019
  16. Aug 05, 2019
  17. Jul 01, 2019
    • Mark Goddard's avatar
      Bump minimum Ansible version to 2.5 · 0a769dc3
      Mark Goddard authored
      This is necessary for some Ansible tests which were renamed in 2.5 -
      including 'version' and 'successful'.
      
      Change-Id: Iacf88ef5589c7571fcf56ba8b99d3dbe76975195
      0a769dc3
  18. Jun 17, 2019
  19. Jun 06, 2019
  20. Jun 04, 2019
  21. May 21, 2019
    • Mark Goddard's avatar
      Fix quickstart for virtual environments · 0b27baf3
      Mark Goddard authored
      The etc_examples and inventory should be copied from the virtual
      environment rather than the system.
      
      Change-Id: I3ac1e057971b7481a0bce2a15351031e51bf97d6
      Closes-Bug: #1829435
      0b27baf3
  22. May 14, 2019
  23. Apr 09, 2019
    • Mark Goddard's avatar
      Update quickstart instructions · b81a4341
      Mark Goddard authored
      * Recommend using a virtual environment
      * Fix reference to multinode inventory
      * Add explicit use of sudo where necessary
      * Change ownership of /etc/kolla to current user
      
      These changes should make it possible to copy/paste from the quickstart
      to get a working deployment.
      
      Change-Id: Ib3990f9e16eaa1e19a4ad5bfea5bdb2e4bc1c333
      b81a4341
  24. Feb 28, 2019
    • Mark Goddard's avatar
      Update links in docs to latest · fba5e1ce
      Mark Goddard authored
      To avoid links to OpenStack docs getting out of date in our docs, use
      the latest version.
      
      Ideally after cutting each stable branch we should change these links to
      use the current release.
      
      Co-Authored-By: Isaiah Inuwa
      Change-Id: Ia1e3c720f4e688861b8f76874a3943b0f4e50b17
      fba5e1ce
  25. Nov 18, 2018
  26. Sep 28, 2018
  27. Aug 03, 2018
  28. Aug 01, 2018
  29. Jul 08, 2018
  30. Jul 05, 2018
  31. Jun 27, 2018
  32. Jun 12, 2018
  33. 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
  34. May 24, 2018
    • wu.chunyang's avatar
      fix a typo · 16c4ccc7
      wu.chunyang authored
      "clausule" is dutch,should be "Clause"
      
      Change-Id: I0c92b26db0876ce3622b67317b7f0bd85564e881
      16c4ccc7
  35. May 21, 2018
  36. Apr 19, 2018
  37. 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
Loading