Skip to content
Snippets Groups Projects
  1. Jan 24, 2017
    • zhubingbing's avatar
      Add fluentd role · d3d4a933
      zhubingbing authored
      
      * add fluentd role
      * remove heka configure
      
      Co-Authored-By: default avataryangzb09 <yangzb09@qq.com>
      
      Partially-Implements: blueprint add-fluentd-role
      
      Change-Id: Ica804a99f5bb8b157f406299c5982b7b6283b3e3
      d3d4a933
  2. May 13, 2016
  3. May 03, 2016
  4. Feb 26, 2016
    • SamYaple's avatar
      Change kolla_internal_address variable · d3cfb205
      SamYaple authored
      Due to poor planning on our variable names we have a situation where
      we have "internal_address" which must be a VIP, but "external_address"
      which should be a DNS name. Now with two vips "external_vip_address"
      is a new variable.
      
      This corrects that issue by deprecating kolla_internal_address and
      replacing it with 4 nicely named variables.
      
      kolla_internal_vip_address
      kolla_internal_fqdn
      kolla_external_vip_address
      kolla_external_fqdn
      
      The default behaviour will remain the same, and the way the variable
      inheritance is setup the kolla_internal_address variable can still be
      set in globals.yml and propogate out to these 4 new variables like it
      normally would, but all reference to kolla_internal_address has been
      completely removed.
      
      Change-Id: I4556dcdbf4d91a8d2751981ef9c64bad44a719e5
      Partially-Implements: blueprint ssl-kolla
      d3cfb205
  5. Feb 19, 2016
  6. Feb 17, 2016
  7. Dec 31, 2015
  8. Dec 26, 2015
    • SamYaple's avatar
      Fix file permissions · 9be1799b
      SamYaple authored
      Throughout the project overtime some of these file permissions have
      changed to have an executable bit. They should not have this bit set.
      
      TrivialFix
      
      Change-Id: I1748b5bde813a0fcac36aeecdfd83245b8ee5be3
      9be1799b
  9. Oct 14, 2015
    • Sam Yaple's avatar
      Add tty to containers · b2ac6e80
      Sam Yaple authored
      sudo requires a tty to function by default on centos. Instead of
      tweaking the sudo conf we can just add a tty. This has the added
      advantage of making the containers more friendly if you have to
      `docker exec -i <container> bash` into them.
      
      Change-Id: If97a02ca1d37c243a787d98ade54bde8d641aecd
      backport: liberty
      Partially-Implements: blueprint functional-testing-gate
      b2ac6e80
  10. Oct 13, 2015
    • Sam Yaple's avatar
      Bump ansible to 1.9.2 · c5be228b
      Sam Yaple authored
      Ansible 1.9.2 contains the fix needed for docker-py >1.2.0
      
      This is needed for some gate reasons, but it is also a good version
      bump because it fixes a few issues with delegate_to.
      
      Change-Id: Iafbabb3b0232620849d0548c5cd9d8d316c2b0f3
      backport: liberty
      Partially-Implements: blueprint functional-testing-gate
      c5be228b
  11. Oct 06, 2015
    • Sam Yaple's avatar
      Bring Kolla inline with FHS · 94162bd0
      Sam Yaple authored
      This brings Kolla images inline with FHS and should make finding
      locations of things more consistent and reliable with the linux world
      at large.
      
      Change-Id: Iece5b4da4bace0fb8b1f41a65ab2c852ec73e6f8
      Closes-Bug: #1485742
      94162bd0
  12. Sep 25, 2015
  13. Sep 10, 2015
    • Vladislav Belogrudov's avatar
      Ansible does not wait for virtual IP to appear · 808aa0e5
      Vladislav Belogrudov authored
      VIP takes time (10-30 seconds) to appear on one of network nodes.
      Ansible does not wait for the VIP and starts keystone. The latter
      fails because it cannot connect to database thru the VIP.
      
      Change-Id: Ie951ee22565bdbe8ccb68522648758a7174ba156
      Closes-Bug: #1494253
      808aa0e5
  14. Aug 19, 2015
    • William Frischemeier's avatar
      Load ip_vs module for keepalived · c4611eca
      William Frischemeier authored
      If ip_vs is not loaded keepalived will enter a restart loop.  To fix that
      load ip_vs module every time we start the container.
      
      Change-Id: I6b39d8654cc6a6da7a9162e5c3efab073746b246
      Closes-Bug: #1486276
      c4611eca
  15. Aug 13, 2015
  16. Aug 05, 2015
    • Sam Yaple's avatar
      Add check_script for haproxy in keepalived · 8ede380f
      Sam Yaple authored
      This patch checks that haproxy is alive and running. It does this by
      using socat to talk to the haproxy socket. That socket will only
      respond successfully when haproxy is active and functional.
      
      Change-Id: I528588d5742071103c28109a69842a6f935232c2
      Closes-Bug: #1478570
      8ede380f
  17. Jul 30, 2015
    • Sam Yaple's avatar
      Add keepalived to ansible · ab9f6521
      Sam Yaple authored
      Adds the needed ansible bits to support keepalived
      
      Closes-Bug: #1479934
      Change-Id: Iace29b23a0e923b1f5dc9a4f5bc0f88afce3ae62
      Partially-Implements: blueprint ansible-service
      ab9f6521
  18. Jul 28, 2015
Loading