Skip to content
Snippets Groups Projects
  1. May 06, 2017
  2. Apr 18, 2017
  3. Mar 14, 2017
    • caoyuan's avatar
      Add gnocchi backend precheckes for ceilometer · 1435cb5c
      caoyuan authored
      when set ceilometer_database_type or ceilometer_event_type
      set to 'gnocchi', but gnocchi is not enabled, prechecks action
      can not find it out.
      
      Closes-Bug: #1672626
      
      Change-Id: Iadd1c66279fed012fb7c1cfb1f98857c36bbc75f
      1435cb5c
  4. Mar 09, 2017
    • Paul Bourke's avatar
      Enable sanity checks from kolla-ansible · 5418ada1
      Paul Bourke authored
      Add a new subcommand 'check' to kolla-ansible, used to run the
      smoke/sanity checks.
      
      Add stub files to all services that don't currently have checks.
      
      Change-Id: I9f661c5fc51fd5b9b266f23f6c524884613dee48
      Partially-implements: blueprint sanity-check-container
      5418ada1
  5. Mar 08, 2017
    • Eduardo Gonzalez's avatar
      Apply correct permissions to kolla_logs/ceilometer · ea9b1577
      Eduardo Gonzalez authored
      Ceilometer-*.json does not apply permissions at
      kolla_logs/ceilometer as other roles do at config.json.
      This is causing ceilometer-central to keep restarting
      due cannot read/write to ceilometer-polling.log file.
      
      Change-Id: I865bf01d6c3d87f1a2cf31976ca9e46bcbcad744
      Closes-Bug: #1671020
      ea9b1577
    • Duong Ha-Quang's avatar
      Fix Ceilometer cannot create MySQL database · a2a9c17d
      Duong Ha-Quang authored
      Due to kolla-toolbox return json object instead of just
      plain string, we can use the object directly.
      
      Change-Id: I55613f0f8ba97d1a14595c8c9b09e1ad6d2366e7
      Closes-Bug: #1668521
      a2a9c17d
  6. Mar 07, 2017
  7. Feb 28, 2017
  8. Feb 04, 2017
  9. Feb 03, 2017
  10. 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
  11. Jan 26, 2017
  12. Jan 24, 2017
  13. Jan 23, 2017
  14. Jan 12, 2017
  15. Jan 06, 2017
  16. Dec 15, 2016
    • zhubingbing's avatar
      add panko role · 3e7ed2c4
      zhubingbing authored
      Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d
      Partially-Implements: blueprint add-panko-ansible-role
      3e7ed2c4
  17. Dec 06, 2016
  18. Dec 02, 2016
  19. 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
  20. 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
  21. Nov 10, 2016
  22. 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
  23. 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
  24. Nov 05, 2016
  25. 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
  26. 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
  27. Oct 22, 2016
  28. Oct 20, 2016
  29. 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
  30. Oct 17, 2016
  31. 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
  32. Oct 12, 2016
  33. Oct 10, 2016
  34. Oct 09, 2016
  35. Sep 28, 2016
Loading