Skip to content
Snippets Groups Projects
  1. Feb 03, 2017
  2. Feb 01, 2017
    • Narasimha SV's avatar
      update dispatcher configurations for database backend · a354f034
      Narasimha SV authored
      Ceilometer dispatcher configurations are there to have gnocchi as
      backend but when we use mongodb or mysql dispatcher configurations
      are missing.
      
      Closes-Bug: #1640166
      (cherry picked from commit d99659050763c71e63ed8b57cbf16d4ce85980fa)
      
      Change-Id: I9cdfc6e2208978e72b76bff7f6a1cba80386ffa8
      a354f034
  3. Jan 26, 2017
  4. Jan 24, 2017
  5. Jan 23, 2017
  6. Jan 12, 2017
  7. Jan 06, 2017
  8. Dec 15, 2016
    • zhubingbing's avatar
      add panko role · 3e7ed2c4
      zhubingbing authored
      Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d
      Partially-Implements: blueprint add-panko-ansible-role
      3e7ed2c4
  9. Dec 06, 2016
  10. Dec 02, 2016
  11. Nov 29, 2016
    • Duong Ha-Quang's avatar
      Fix placement of policy.json · b5d1e4b4
      Duong Ha-Quang authored
      Currently, policy.json is put in
      "{{ node_config_directory }}/{{ service_name }}"
      in target nodes.
      
      Relocation policy.json to "{{ node_config_directory }}/{{ item }}"
      with item is corresponding service compoment config directory.
      
      Currently, the policy.json is copied to all services, but it
      should be reviewed and left only in neccesary service
      (at many cases, only API service needs that).
      
      Redundant files will be removed in follow up patchset.
      
      Change-Id: I0e997dccf4ec438c9c0436db71ec2fd06650f50d
      Closes-Bug: #1639686
      b5d1e4b4
  12. Nov 22, 2016
    • Javier Castillo Alcíbar's avatar
      Make sure ceilometer/service_credentials wotks with internalURL · b13c40f5
      Javier Castillo Alcíbar authored
      When configuring kolla with
      
       - kolla_enable_tls_external: "yes"
      
      ceilometer service credential defaults to publicURL.
      
      Ceilometer should work with the internal interface (v3 API Identity syntax):
      
      .....
      [service_credentials]
      interface = internal
      .....
      
      Change-Id: I898ffb2b901f08b810756d80dbb988d8c9298219
      Closes-Bug: #1643860
      b13c40f5
  13. Nov 10, 2016
  14. Nov 07, 2016
    • Vladislav Belogrudov's avatar
      Exclude port from ceilometer_database_mysql_address · a2bfe399
      Vladislav Belogrudov authored
      Users can specify database address and port for mysql backend
      of Ceilometer. Currently ceilometer_database_mysql_address
      incorrectly includes port. This is unnecessary, also Ceilometer
      bootstrapping (mysql_user, mysql_db Ansible modules) wants to use
      these variables separately.
      
      Change-Id: I88f5359517fcf4f119ec6abfdf16a15a4e33b6fd
      Closes-Bug: #1639786
      a2bfe399
  15. Nov 06, 2016
    • Vladislav Belogrudov's avatar
      Allow flexibility in mysql backend for ceilometer · ce897888
      Vladislav Belogrudov authored
      This fix adds possibility to configure external mysql database
      backend with a different set of credentials, i.e. not requiring
      external db admins to provide or match their passwords if
      ceilometer user and database already are preconfigured.
      
      Change-Id: Icb78e069770adcc6d2437caca173a5852177178f
      Closes-Bug: #1638238
      ce897888
  16. Nov 05, 2016
  17. Nov 03, 2016
    • Jeffrey Zhang's avatar
      Move precheck into its own role · fa458019
      Jeffrey Zhang authored
      * Merge prechecks.yml and site.yml playbook
      * Create empty precheck.yml into all roles.
      
      Change-Id: I8a138558a26c0a2a66c5fd48ed37be657c99c1dd
      Implements: blueprint condition-pre-check
      fa458019
  18. Oct 28, 2016
    • Eduardo Gonzalez's avatar
      Custom policy files · ef1fd6b8
      Eduardo Gonzalez authored
      Allow operators to use their custom policy files.
      Avoid maintain policy files in kolla repos, only copying
      the files when an operator add their custom config.
      
      Implements: blueprint custom-policies
      Change-Id: Icf3c961b87cbc7a1f1dd2ffbfffcf271d151d862
      ef1fd6b8
  19. Oct 22, 2016
  20. Oct 20, 2016
  21. Oct 19, 2016
    • caoyuan's avatar
      Update 'addUser' to 'createUser' · ed86c2bc
      caoyuan authored
      The 'addUser' shell helper is DEPRECATED. Use 'createUser' instead.
      TrivialFix
      
      Change-Id: Ib8c7a8971f46328a666cf63f1914fe50c7067064
      ed86c2bc
    • ZhongShengping's avatar
      Memcache configuration for Ceilometer is broken · 53150ca2
      ZhongShengping authored
      At the moment we use "memcached_servers =
      {{ kolla_internal_fqdn }}:{{ memcached_port }}" in
      keystone_authtoken for Ceilometer.
      This cannot work because we our haproxy service does
      not offer memcache, so fix it.
      
      Change-Id: I7d9630b8b232f0e5e2a0a33304817a1b255d4855
      Closes-Bug: #1634146
      53150ca2
  22. Oct 17, 2016
  23. Oct 14, 2016
    • Jeffrey Zhang's avatar
      Fix stale namespace removal issue · ce5a11a3
      Jeffrey Zhang authored
      When using both /run and /run/netns in docker container, mount
      propagation won't work when delete namespace after the containers are
      restarted. This PS makes /run mount as shared.
      
      Closes-Bug: #1616268
      Change-Id: Ie16699e1b193b2bf1263d89ea634e89ea69add9e
      ce5a11a3
    • Jeffrey Zhang's avatar
      Fix ceilometer idempotent · 033a444f
      Jeffrey Zhang authored
      bootstrap_service in ceilometer should only be ran once during multi
      deployment to keep idempotent
      
      Partial-Bug: #1633463
      Change-Id: Ic5d256e2e887661b4679c4518e8c3865b85189bf
      033a444f
  24. Oct 12, 2016
  25. Oct 10, 2016
  26. Oct 09, 2016
  27. Sep 28, 2016
  28. Sep 27, 2016
    • Jeffrey Zhang's avatar
      Remove do_reconfigure.yml file for all roles · fa856556
      Jeffrey Zhang authored
      do_reconfigure.yml is introduced to use serial directive. But we use
      it in wrong. Now serial has moved to playbook file. So it is time to
      remove the do_reconfigure.yml file
      
      Closes-Bug: #1628152
      Change-Id: I8d42d27e6bc302a0e575b0353956eaef9b2ca9fd
      fa856556
  29. Sep 25, 2016
    • Jeffrey Zhang's avatar
      Fix the failure of ceilometer-api container · 7555054e
      Jeffrey Zhang authored
      * ceilometer-api script is removed and run ceilometer-api by using apache
      * fix connection url in ceilometer.conf
      
      Closes-Bug: #1624905
      Change-Id: Iffb00ca418bab6521d61b16de4f5760aa1ae1ac7
      7555054e
  30. Sep 19, 2016
  31. Sep 15, 2016
  32. Sep 13, 2016
    • Mick Thompson's avatar
      Added serial option to site.yml. · 4c1482b9
      Mick Thompson authored
      Useful for upgrade etc., which is preferablly done serially.
      
      Example usage: tools/kolla-ansible deploy OR tools/kolla-ansible upgrade
      
      Closes-Bug: #1576708
      
      DocImpact
      
      Change-Id: I34b2e16f8ce53e472a4682a4738c4ac0f5abf00c
      4c1482b9
  33. Sep 12, 2016
  34. Sep 01, 2016
    • liyingjun's avatar
      Add precheck for ceilometer backend · c6dd7141
      liyingjun authored
      Currently when set enable_ceilometer: true and enable_mongodb: no,
      the deploy will fail with ceilometer database creating error.
      Add a precheck to avoid this situation in both prechecks and bootstrap.
      
      Change-Id: I2d46ef9adeb8e028f3c18e6bc2d3752cc39bcb29
      Closes-bug: #1605522
      c6dd7141
  35. Aug 25, 2016
Loading