Skip to content
Snippets Groups Projects
  1. Dec 14, 2020
    • Mark Goddard's avatar
      Revert "Performance: Use import_tasks in the main plays" · db4fc85c
      Mark Goddard authored
      This reverts commit 9cae59be.
      
      Reason for revert: This patch was found to introduce issues with fluentd customisation. The underlying issue is not currently fully understood, but could be a sign of other obscure issues.
      
      Change-Id: Ia4859c23d85699621a3b734d6cedb70225576dfc
      Closes-Bug: #1906288
      db4fc85c
  2. Oct 27, 2020
    • Radosław Piliszek's avatar
      Performance: Use import_tasks in the main plays · 9cae59be
      Radosław Piliszek authored
      Main plays are action-redirect-stubs, ideal for import_tasks.
      
      This avoids 'include' penalty and makes logs/ara look nicer.
      
      Fixes haproxy and rabbitmq not to check the host group as well.
      
      Change-Id: I46136fc40b815e341befff80b54a91ef431eabc0
      Partially-Implements: blueprint performance-improvements
      9cae59be
  3. Jul 25, 2018
  4. May 11, 2018
    • Jeffrey Zhang's avatar
      Fix ansible warning · c5670551
      Jeffrey Zhang authored
      - rename action and serial to kolla_ansible and kolla_serial
      - use become instead of "sudo <command>" in shell
      - Remove quota for failed_when and changed_when in rabbitmq tasks
      
      Change-Id: I78cb60168aaa40bb6439198283546b7faf33917c
      Implements: blueprint migrate-to-ansible-2-2-0
      c5670551
  5. Jun 15, 2017
  6. Mar 28, 2016
  7. Jan 06, 2016
  8. Nov 03, 2015
  9. Sep 09, 2015
    • Steven Dake's avatar
      Fix rabbitmq from failure during startup · 327d89bd
      Steven Dake authored
      Stagger the start times of the rabbitmq daemon so rabbitmq neither
      crashes and also properly forms a cluster.  This problem exists in
      the latest rabbitmq 3.5.4 available on rabbitmq.com for download.
      
      Change-Id: Iac4186b3c3b586de38467294399c7ed9415244de
      Closes-Bug: #1490780
      327d89bd
  10. Sep 02, 2015
    • Sam Yaple's avatar
      Fix rabbitmq part 2 · 1e963d12
      Sam Yaple authored
      Change-Id: I69a5ace61dd621a7fc0354d4deb5e8937505e13e
      Partial-Bug: #1480496
      1e963d12
  11. Jul 30, 2015
    • Sam Yaple's avatar
      Rename role name to service name · 0382909d
      Sam Yaple authored
      The original purpose for having an abstract like 'database' rather than
      the service name of 'mariadb' has been change. Our direction is different
      and this patch reflects consistent naming throughout
      
      Change-Id: I704896191cc5243f9dab2a4cca9120e9dc2ceb2c
      Closes-Bug: #1478328
      0382909d
  12. Jul 03, 2015
    • Sam Yaple's avatar
      Ansible Rabbitmq support · c97ccd6a
      Sam Yaple authored
      Adds initial support for Rabbitmq in Ansible using the CONFIG_EXTERNAL methods.
      
      Additionally, this refactors some of the Rabbitmq config script to allow for
      reuse by CONFIG_EXTERNAL.
      
      Partially Implements: blueprint ansible-service
      
      Change-Id: I1765548f7e4f1258eb8a49e2a23242955f52655d
      c97ccd6a
  13. Apr 03, 2015
  14. Apr 02, 2015
    • Sam Yaple's avatar
      Add and use ansible module for docker-compose · fd5c23ad
      Sam Yaple authored
      This ansible module for docker-compose allows for idempotency. I have
      submitted a pull request upstream to ansible-modules-extra to include
      this new module. When/if the module is accepted upstream if can be
      removed from the local module library.
      
      The two playbooks have been updated to use this module. The database
      data container does not support idempotency due to the fact that it
      exists instead of sleeps. Therefore each time `docker-compose up` is
      called, it will start the container and register a change. The
      message-broker does not have this issue and will remain unchanged even
      repeatedly running these playbooks.
      
      Due to the use of a special branch of docker-compose provided by sdake,
      this module requires at least docker-compose==1.2.0rc1
      
      Change-Id: If1644eaa3bff0c2a007fa2d479a95bea941945f6
      fd5c23ad
  15. Mar 28, 2015
    • Sam Yaple's avatar
      Initial commit for adding ansible support · 0f5af771
      Sam Yaple authored
      This adds a very basic structure to begin supporting ansible in Kolla.
      Ansible can support complete idempotency, but wrapping docker-compose
      does not allow idempotency at this time. These playbooks will be
      extended to compensate for that in future patches.
      
      Change-Id: I1c9e8d32321e2733f5a9b752edf74b4fe90317ed
      0f5af771
Loading