Skip to content
Snippets Groups Projects
  1. Feb 02, 2016
    • SamYaple's avatar
      Rename kolla_ansible to kolla_toolbox · 80b7266e
      SamYaple authored
      This change is needed for clarity. We have a kolla-ansible script.
      We have a kolla-mesos repo. We plan to have a kolla-ansible repo.
      Already we have had far too much confusion about whether we are
      talking about the container or the project. Naming this kolla-toolbox
      eliminates all of that confusion and its probably a bit more accurate
      of a name too.
      
      Closes-Bug: #1541053
      Change-Id: I8fd1f49d5a22b36ede5b10f46b9fe02ddda9007e
      80b7266e
  2. Sep 03, 2015
  3. Aug 13, 2015
    • Sam Yaple's avatar
      Remove bootstrap.yml abstraction for mariadb · 5ee6d86e
      Sam Yaple authored
      Change-Id: Icfd41d6cf5e4813d82a304233e784e8cb49fe3fb
      Partially-Implements: blueprint remove-abstraction-ansible
      5ee6d86e
    • Sam Yaple's avatar
      Update mariadb confs and ports · cf3fd404
      Sam Yaple authored
      Cleanup all options in galera.cnf. Bind to all interfaces and ports
      appropriately.
      
      Change-Id: I516613d09673ba61aadda2c7bbb4abbbe4ea47ac
      Partially-Implements: blueprint update-configs
      Closes-Bug: #1478330
      cf3fd404
  4. Aug 06, 2015
    • Sam Yaple's avatar
      Reduce dependencies on the dest nodes · 98a379b0
      Sam Yaple authored
      Currently we require a slew of deps on each destination node, this
      includes a gcc compiler and installing things via pip. We can remove
      these dependencies by containerizing them and running and Ansible
      inside the container itself. The container would then report back
      facts about idempotency.
      
      DocImpact
      Closes-Bug: #1481495
      Implements: blueprint containerize-dependencies
      Change-Id: I3dfccbf9fafc06ffc36e78f3006fe5d3367891df
      98a379b0
  5. 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
  6. Jul 11, 2015
    • Sam Yaple's avatar
      Fixes an issue with AIO and galera clusters · 8f194e50
      Sam Yaple authored
      AIO nodes had an address in the gcomm list which would prevent AIO
      containers from starting appropriately.
      
      Change-Id: I6db8c831ef9f9c0348748eb9539db326dc0df048
      Closes-Bug: #1472481
      8f194e50
  7. Jul 03, 2015
    • Sam Yaple's avatar
      Ansible Mariadb w/ Galera support · efbfd791
      Sam Yaple authored
      Adds initial support for Mariadb with Galera replication in Ansible
      using the CONFIG_EXTERNAL methods.
      
      Additionally, this refactors some of the Galera config script to allow
      for reuse by CONFIG_EXTERNAL.
      
      Partially Implements: blueprint ansible-service
      
      Change-Id: I566fea0376ecca39fc8a5167f9ff9ff434ea7b7e
      efbfd791
Loading