Skip to content
Snippets Groups Projects
  1. Feb 02, 2017
  2. Jan 27, 2017
  3. 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
  4. Jan 20, 2017
  5. Jan 12, 2017
  6. Jan 05, 2017
  7. Jan 03, 2017
  8. Dec 20, 2016
  9. Dec 15, 2016
    • zhubingbing's avatar
      add panko role · 3e7ed2c4
      zhubingbing authored
      Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d
      Partially-Implements: blueprint add-panko-ansible-role
      3e7ed2c4
  10. Dec 12, 2016
  11. Nov 29, 2016
    • Eduardo Gonzalez's avatar
      Tacker NFV Ansible support · 79df5d84
      Eduardo Gonzalez authored
      Add Ansible configuration for Tacker NFV service
      
      Change-Id: I472d96e13a5270d1ee219c2f72f57d9c361f87a6
      Partially-Implements: blueprint tacker-support
      79df5d84
  12. Nov 27, 2016
    • Vladislav Belogrudov's avatar
      Icrease haproxy timeouts for mysql connections · d2c4f3d1
      Vladislav Belogrudov authored
      Haproxy often breaks mysql connections that results in
      "MySQL server has gone away" or similar because of 1 minute
      timeouts. Instead the timeouts should be not less than mysql
      connections timeouts - in most cases set to 3600s by default
      by OpenStack projects.
      
      Change-Id: Ic364f6942cdc6c2f274a508ae548bf964b098da4
      Closes-Bug: #1645098
      d2c4f3d1
  13. Nov 24, 2016
    • caowei's avatar
      Add solum ansible role · 90f2b7cd
      caowei authored
      Change-Id: I07f2df405574b55daa44fa381625e8be0c352607
      Partially-implements: bp solum-ansible-role
      90f2b7cd
    • zhubingbing's avatar
      Add trove role · 195a32b1
      zhubingbing authored
      Add trove enable options and port configuration
      Add trove groups to ansible inventory
      Add defaults/main.yml
      Add bootstrap Ansible task
      Add config Ansible task
      Add deploy Ansible task
      Add pull Ansible task
      Add register Ansible task
      Add start Ansible task
      Add upgrade Ansible task
      Add reconfigure Ansible task
      Add templatized json and .conf files for trove
      Integrate trove with haproxy
      Reference installation configuration link:http://docs.openstack.org/mitaka/install-guide-rdo/trove-install.html
      
      Change-Id: I0bc6edbf2e495ce377f994f793bde979d5c55dbf
      Implements: blueprint ansible-trove
      195a32b1
  14. Nov 04, 2016
  15. Oct 26, 2016
  16. Oct 19, 2016
    • liyingjun's avatar
      Support searchlight ansible role · ec57f589
      liyingjun authored
      Searchlight is an Openstack search and index service, this patch
      implements the ansible role for searchlight.
      
      Implement blueprint: support-searchlight-deployment
      
      Change-Id: Ibf42d5b259a6740d6596041f896e1009657b7388
      ec57f589
  17. Oct 06, 2016
  18. Oct 03, 2016
    • Nikita Gerasimov's avatar
      Change mysql-check in HAProxy to post MySQL 4.1 · cfff7b09
      Nikita Gerasimov authored
      By default HAProxy send pre-4.1 authentication packets which are cause
      warnings on server side. To use modern MySQl authentication mysql-check
      configuration have to include post-41 option.
      
      Change-Id: I88609d3a0cc3ce4a10e64ba65230ba4d97f34419
      Closes-Bug: 1629911
      cfff7b09
  19. Sep 28, 2016
    • Eduardo Gonzalez's avatar
      Fix mistral service · a71874f2
      Eduardo Gonzalez authored
      - Add mistral in HAproxy
      - Set mistral api to bind on api_interface
      - Fix mistral endpoint
      - Add database population on bootstraping
      - Add mistral port prechecks
      
      Change-Id: If1617fb9dcd8b3bbd4f94c68ca87c36e39711016
      Closes-Bug: #1626570
      a71874f2
    • zhubingbing's avatar
      add congress api to haproxy · bcf7afb8
      zhubingbing authored
      TrivialFix
      
      Change-Id: Ie836e1e12a40692b7da3cdd24b0a980ee6081b16
      bcf7afb8
  20. Sep 24, 2016
  21. Sep 21, 2016
  22. Sep 14, 2016
  23. Sep 13, 2016
  24. Sep 08, 2016
    • Bartłomiej Daca's avatar
      Adding manila endpoints to HAProxy · d8c70eca
      Bartłomiej Daca authored
      Manila endpoints (internal and external) should be created in
      haproxy configuration just like other services.
      
      Change-Id: I5dbc6ca94a118b9655e1c5a87b0a5163153ab5af
      Closes-Bug: #1621556
      d8c70eca
  25. Sep 07, 2016
  26. Sep 06, 2016
    • zhubingbing's avatar
      Add gnocchi ansible role · 89392f4f
      zhubingbing authored
      Partially-Implements: blueprint ansible-gnocchi
      
      Change-Id: I8dd0460bd21ac0a233fab0142ec7b6079459bdc2
      89392f4f
  27. Aug 25, 2016
  28. Aug 03, 2016
    • Christian Berendt's avatar
      Enable central logging without deploying elasticsearch/kibana · 4cd95dbc
      Christian Berendt authored
      This changed introduces 4 new parameters to be able to use an existing
      elasticsearch service for central logging.
      
      * elasticsearch_address - address of elasticsearch server
      * elasticsearch_protocol - protocol (HTTP/HTTPS) used by elasticsearch server
      * enable_elasticsearch - deploy elasticsearch container
      * enable_kibana - deploy kibana container
      
      Closes-bug: #1584861
      
      Change-Id: Ia1ff9ae8b6d9929c3826da02693d1e2fc9ea2522
      4cd95dbc
  29. Jul 22, 2016
    • Dave Walker (Daviey)'s avatar
      Add Watcher ansible roles and templates · c3a6aa68
      Dave Walker (Daviey) authored
      
      Previous work on Watcher added the Docker images, this
      change adds the ansible configuration.
      
      There is support for HA, via haproxy to balance across the
      Watcher API hosts.
      
      There is also a hook into nova.conf to conditionally add
      Nova compute Host metrics via Ceilometer if Watcher is enabled.
      
      This defaults to enabled false.
      
      Change-Id: I8763528bb6ff12943b810212c71396d2d7cf6836
      Partial-bug: #1598929
      Partially-implements: bp watcher
      Signed-off-by: default avatarDave Walker (Daviey) <email@daviey.com>
      c3a6aa68
  30. Jul 19, 2016
    • Dennis Mueller's avatar
      Add missing configuration files for ceilometer · 30e3d904
      Dennis Mueller authored
      Added pipeline.yaml, event_pipeline.yaml and event_definitions.yaml
      based on sample files in OpenStack documentation
      
      Edited haproxy.cfg for ceilometer support
      
      Edited ceilometer-base dockerfile for missing dependency
      
      Change-Id: I6ade05255e7e1aa7dbcffd026fad5869036d0d32
      Closes-Bug: #1604004
      30e3d904
  31. Jun 27, 2016
    • Dipa Thakkar's avatar
      Remove MariaDB warning from HAproxy · e26751b9
      Dipa Thakkar authored
      The forwardfor option cannot be used in certain modes
      such as TCP.  To resolve that create a special default
      section for MariaDB
      
      Change-Id: I743bbbfb732b04f115d1a878a0dfc22e29d2623d
      Closes-Bug: #1549746
      e26751b9
  32. Jun 16, 2016
    • Christian Berendt's avatar
      Remove EC2 API related configurations and tasks · c073b2d8
      Christian Berendt authored
      The Nova EC2 API is disabled by default, the default value
      of the enabled_apis parameter in nova.conf is "osapi_compute, metadata"
      The EC2 API is marked as deprecated and will be removed from Nova in
      the future.
      
      Change-Id: I6b9d66017e066cde5749be45b367194d2192ead3
      Closes-bug: #1586605
      c073b2d8
  33. May 06, 2016
    • Michal Rostecki's avatar
      Run HAProxy in a chroot jail · a5c1aa0b
      Michal Rostecki authored
      
      It's impossible to drop root for the HAProxy container.
      But HAProxy provides a possibility to use a chroot jail.
      
      When attaching to the HAProxy container, we see that
      the root directory is changed:
      
          $ sudo docker exec -ti haproxy bash
          (haproxy)[root@operator /]# ls -di /
          259 /
      
      Co-Authored-By: default avatarVikram Hosakote <vhosakot@cisco.com>
      
      Closes-Bug: #1552289
      
      Change-Id: I9d55e9b741b8560cac53dc8b837a24a3029a4dc0
      a5c1aa0b
  34. Apr 15, 2016
    • Dave McCowan's avatar
      Add TLS to Kibana Web Interface · 4c8227ec
      Dave McCowan authored
      Use HAProxy to terminate a TLS connection on port 5601 for the
      Kibana dashboard when TLS is enabled for Kolla. x-forwarded-for
      and x-forwarded-proto headers are set to give Kibana the info it
      needs to write returned URLs.
      
      Change-Id: I03a2dd3a8e2513d38281b30bf4bae6449fec0316
      Closes-bug: #1566117
      4c8227ec
  35. Mar 31, 2016
  36. Mar 24, 2016
  37. Mar 14, 2016
    • SamYaple's avatar
      haproxy formatting was incorrect · 9500bd23
      SamYaple authored
      haproxy 1.6+ does not allow the formatting that was used for stats
      listener. We need to adjust it to the correct syntax
      
      TrivialFix
      
      Change-Id: I5f0111c756d40a0cf7385e6963ebbb57adb36b35
      9500bd23
Loading