Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
  2. Feb 12, 2020
    • Mark Goddard's avatar
      Docs: Document EXTRA_OPTS · 9b484c25
      Mark Goddard authored
      Also better organise the 'tips and tricks' section.
      
      Change-Id: If20a89ae93b64b5a1b5895bb9dc73c4e70adaba7
      Related-Bug: #1862649
      9b484c25
  3. Feb 11, 2020
  4. Feb 08, 2020
  5. Jan 27, 2020
  6. Jan 24, 2020
  7. Jan 09, 2020
  8. Dec 20, 2019
  9. Oct 17, 2019
  10. Sep 26, 2019
    • Kris Lindgren's avatar
      Add a job that *only* deploys updated containers · 2fe0d98e
      Kris Lindgren authored
      Sometimes as cloud admins, we want to only update code that is running
      in a cloud.  But we dont need to do anything else.  Make an action in
      kolla-ansible that allows us to do that.
      
      Change-Id: I904f595c69f7276e71692696471e32fd1f88e6e8
      Implements: blueprint deploy-containers-action
      2fe0d98e
  11. Sep 18, 2019
  12. 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
  13. Sep 11, 2019
  14. Aug 05, 2019
  15. Jul 18, 2019
    • Raimund Hook's avatar
      Updated multi-region docs to include keepalived · 99463849
      Raimund Hook authored
      The keepalived_virtual_router_id should be changed from the default in
      the case of a multi-region deployment where the VIP of the different
      regions resides on the same subnet.
      
      This is not immediately clear - this change should make it more obvious.
      
      Change-Id: Ia4899ba407937d9f27832c9d123701729e89987a
      99463849
  16. Jul 12, 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. Jan 24, 2019
    • binhong.hua's avatar
      Link kolla_log volume dir to /var/log/kolla · 93e5e8e6
      binhong.hua authored
      The path /var/lib/docker/volumes/kolla_logs/_data/ is too long
      shorter log path will help to debug from log.
      The volume path is compatible with docker-engine and docker-ce.
      
      Change-Id: I9195d5f24d938f5060fe748aac3ae58c79ec5abf
      93e5e8e6
  26. Jan 03, 2019
  27. Nov 18, 2018
  28. Sep 28, 2018
  29. Aug 03, 2018
  30. Aug 01, 2018
  31. Jul 08, 2018
  32. Jul 05, 2018
  33. Jul 03, 2018
  34. Jun 27, 2018
  35. 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
  36. Jun 13, 2018
  37. Jun 12, 2018
  38. 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
Loading