Skip to content
Snippets Groups Projects
  1. Aug 11, 2020
  2. Jun 30, 2020
  3. 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
  4. May 29, 2020
  5. May 24, 2020
  6. Apr 24, 2020
  7. Feb 11, 2020
  8. Jan 24, 2020
  9. Jan 09, 2020
  10. Sep 18, 2019
  11. 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
  12. Sep 11, 2019
  13. Aug 05, 2019
  14. 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
  15. Jun 17, 2019
  16. Jun 06, 2019
  17. Jun 04, 2019
  18. 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
  19. May 14, 2019
  20. 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
  21. 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
  22. Nov 18, 2018
  23. Sep 28, 2018
  24. Aug 03, 2018
  25. Aug 01, 2018
  26. Jul 08, 2018
  27. Jul 05, 2018
  28. Jun 27, 2018
  29. Jun 12, 2018
  30. 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
  31. May 24, 2018
    • wu.chunyang's avatar
      fix a typo · 16c4ccc7
      wu.chunyang authored
      "clausule" is dutch,should be "Clause"
      
      Change-Id: I0c92b26db0876ce3622b67317b7f0bd85564e881
      16c4ccc7
  32. May 21, 2018
  33. Apr 19, 2018
  34. 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
  35. Mar 23, 2018
Loading