- Jun 06, 2017
-
-
Jeffrey Zhang authored
gnocchi have archive policy rule feature, which can control metric's archive_policy. gnocchi also have a default archive policy rule which is using low archive policy. On the other hand, archive_policy is marked as deprecated and will be removed in the feature in ceilometer[0]. So should better remove archive_policy ceilometer.conf. [0] https://review.openstack.org/#/c/448586/ Change-Id: I0aa726f6420d628bda3fb4c4eba86b55fe1e2699 Closes-Bug: #1696038
-
- Jun 02, 2017
-
-
Dai Dang Van authored
In case Kolla's users want to deploy with both of binary and source image, we should have a variable install type that define install type for each project. We also add specific image tag for each Openstack project. This commit is implemented for Ceilometer, Ceph Cinder, Cloudkitty and Congress projects. Change-Id: I560ab84545db2e034abe03613c4e7cb407e64ab2 Implements: blueprint mixing-binary-and-source-image
-
- May 26, 2017
-
-
James McCarthy authored
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
-
- May 23, 2017
-
-
Bertrand Lallau authored
Useful api_interface_address variable has been define here: https://github.com/openstack/kolla-ansible/blob/master/ansible/group_vars/all.yml#L57 In order to simplify codebase we must use it as much as possible. Change-Id: I18fec19bf69e05a22a4142a9cd1165eccd022455
-
- May 17, 2017
-
-
shaofeng_cheng authored
Fix the following error: openstack_swift_auth is undefined unsupported parameter for module: project unsupported parameter for module: role Change-Id: Id60e3f06e90e708d9054b905bbfd28ff5450fa49 Closes-Bug: #1691388
-
- May 06, 2017
-
-
Jeffrey Zhang authored
* Use absolute path for panko.conf.j2 * Fix the destination path. Change-Id: I3abc0bf000be8af3a0cde1f43901245e027bb469 Closes-Bug: #1688681
-
- May 04, 2017
-
-
Jeffrey Zhang authored
wait_for module waits 300 seconds for the port started or stopped. This is meaningless and useless in precheck. This patch change timeout to 1 seconds. Change-Id: I9b251ec4ba17ce446655917e8ef5e152ef947298 Closes-Bug: #1688152
-
- Apr 18, 2017
-
-
Jeffrey Zhang authored
When using panko event dispatcher and publisher in ceilometer, it depends on panko.conf file. Change-Id: Ie91c072b233597758955b70bd526b2603b86e995 Closes-Bug: #1672241
-
- Apr 13, 2017
-
-
shaofeng_cheng authored
Enable Object Storage meters by ceilometer. see https://docs.openstack.org/project-install-guide/telemetry/draft/swift/install-swift-ubuntu.html Change-Id: Ic80e02eacbe502280e09de6b845c0c7475273d6e Closes-Bug: #1668826
-
- Mar 14, 2017
-
-
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
-
- Mar 09, 2017
-
-
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
-
- Mar 08, 2017
-
-
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
-
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
-
- Mar 07, 2017
-
-
Jeffrey Zhang authored
* Move the tasks to the role * Skip the task when container is already running Change-Id: I1990d4dd2a02efa2b3766329000aa23419e0ff17 Closes-Bug: #1670286
-
- Feb 28, 2017
-
-
Duong Ha-Quang authored
The check whether 'already' presents in mongodb output should belong to changed_when. Change-Id: Ib982a59820d53ccf5439f59df50c1b1938650967 Closes-Bug: #1641113
-
- Feb 04, 2017
-
-
Jeffrey Zhang authored
Change-Id: I1577cc3afef4dadd3a188c8ba749c9cdfad313ae
-
- Feb 03, 2017
-
-
Eduardo Gonzalez authored
Usernames can be configured with variables in configuration files, but user creation is hardcoded. Change-Id: I057cfb921d776217db66f59226dcfa79f3eb7368 Closes-Bug: #1661587
-
- Feb 01, 2017
-
-
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
-
- Jan 26, 2017
-
-
Jeffrey Zhang authored
Co-Authored-By:
Mauricio Lima <mauriciolimab@gmail.com> Change-Id: I9a4a6b6523dee4b388513386b7d85d421f2b7b89
-
- Jan 24, 2017
-
-
caoyuan authored
Change-Id: I9667e087f3dede751ce80734511e53761f5e9298 Partially-implements: blueprint better-reconfigure
-
- Jan 23, 2017
-
-
caoyuan authored
And fix a typo. Change-Id: Iadfa5efd37a48cd0f23ab375da8fa1b65002fec2 Closes-Bug: #1658392
-
- Jan 12, 2017
-
-
Jeffrey Zhang authored
Change-Id: I00d2dcb0895548ba169ab85764cf546c2214cbf5
-
Eduardo Gonzalez authored
Change-Id: I63197f8c5646e44a9a7287e644c904a1e227af23
-
- Jan 06, 2017
-
-
caoyuan authored
refer to https://review.openstack.org/#/c/399354/ Change-Id: If33e4ad7358136b88965679a9877e87487f812ea Partially-implements: blueprint condition-pre-check
-
- Dec 15, 2016
-
-
zhubingbing authored
Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d Partially-Implements: blueprint add-panko-ansible-role
-
- Dec 06, 2016
-
-
Christian Berendt authored
The store_events parameter was removed from ceilometer collector service with https://review.openstack.org/#/c/367982 Change-Id: If08c280949a2ef5274cc8b029750f98d6f6af79b Closes-bug: #1647585
-
- Dec 02, 2016
-
-
Eduardo Gonzalez authored
Include custom policy.json files in service-api.json.j2 files Change-Id: Ic55bfc6f61131aa72c3497ce8b2282056bcc7f92 Partially-Implements: blueprint custom-policies
-
- Nov 29, 2016
-
-
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
-
- Nov 22, 2016
-
-
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
-
- Nov 10, 2016
-
-
Farid Da Encarnacao authored
Closes-Bug: 1640872 Change-Id: I3bd979af5626d016ec79696ab157e376476f5d28
-
- Nov 07, 2016
-
-
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
-
- Nov 06, 2016
-
-
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
-
- Nov 05, 2016
-
-
prameswar authored
Closes-bug: #1639492 Change-Id: If27f246db539426a64377db5fcbe8e62eb85f4d0
-
- Nov 03, 2016
-
-
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
-
- Oct 28, 2016
-
-
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
-
- Oct 22, 2016
-
-
prameswar authored
Closes-bug: #1635667 Change-Id: I256a39b6241d5b506f099fb98847af9417748702
-
- Oct 20, 2016
-
-
prameswar authored
Closes-Bug: #1635322 Change-Id: I6f3351d098dfd9a7c1c3e3e8b213134284f823f9
-
- Oct 19, 2016
-
-
caoyuan authored
The 'addUser' shell helper is DEPRECATED. Use 'createUser' instead. TrivialFix Change-Id: Ib8c7a8971f46328a666cf63f1914fe50c7067064
-
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
-
- Oct 17, 2016
-
-
Vladislav Belogrudov authored
Users can configure standalone database but bootstrap takes wrong address - instead of cluster VIP it should take ceilometer_database_mysql_address. The latter is set to VIP by default. Change-Id: I7fc789e53565190c1d3b9966dc67f668237ebd83 Closes-Bug: #1634083
-