- Jun 19, 2019
-
-
Gaëtan Trellu authored
The "environment" variable set in config.yml and handlers/main.yml has been removed to fix de deployment and the reconfigure. Change-Id: I912cadb5113d5572235731863825588b2eb12759
-
Tatsuma Matsuki authored
Change-Id: I97263385372a28204c0ae81373836a2d6292f3bd Closes-Bug: #1833336
-
- Jun 18, 2019
-
-
Marek Svensson authored
This change defaults freezer to use mariadb as default backend for database and adds elasticsearch as an optional backend due to the requirement of freezer to use elasticsearch version 2.3.0. The default elasticsearch in kolla-ansible is 5.6.x and that doesn't work with freezer. Added needed options to the elasticsearch backend like: - protocol - address - port - number of replicas Change-Id: I88616c285bdb297fd1f738846ddffe1b08a7a827 Signed-off-by:
Marek Svensson <marek@marex.st>
-
Doug Szumski authored
Presently, errors can appear in Fluentd and Monasca Log API logs due to log output from some Monasca services, which do not use Oslo log, being processed alongside other OpenStack logs which do. This change parses these log files separately to prevent these errors. Change-Id: Ie3cbb51424989b01727b5ebaaeba032767073462
-
Radosław Piliszek authored
Since we have different upgrade paths, we must use the actually installed Ceph release name when doing require-osd-release Closes-Bug: #1832989 Change-Id: I6aaa4b4ac0fb739f7ad885c13f55b6db969996a2 Signed-off-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
- Jun 17, 2019
-
-
Radosław Piliszek authored
The task does not change any state but is used to set a fact from parsed output. Also adjust task name. Change-Id: I5fe322546d82a373522645485be18fe7bfc57999 Signed-off-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
- Jun 16, 2019
-
-
Xing Zhang authored
If we change mongodb_port, the command for bootstraping mongodb should not connect to the default mongodb port 27017. Change-Id: I330999be577d6416df162ea33fa1f7a19df56029
-
Jeffrey Zhang authored
The nova-consoleauth service was deprecated during the Rocky release [1] and has not been necessary since unless you're using cells v1. As Kolla has never supported cells v1, which is finally being removed during Train [2], we can get ahead of the curve and stop deploying nova-consoleauth immediately. [1] https://specs.openstack.org/openstack/nova-specs/specs/rocky/implemented/convert-consoles-to-objects.html [2] https://blueprints.launchpad.net/nova/+spec/remove-cells-v1/ Change-Id: I099080979f5497537e390f531005a517ab12aa7a
-
- Jun 14, 2019
-
-
Radosław Piliszek authored
The task was duplicated below (and this other one is conditional). Additionally fix related tasks names. Change-Id: I76a6dd84e78277f87b04951eb4e75bbdfc1c38bf Signed-off-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
- Jun 13, 2019
-
-
Pierre Riteau authored
The AWS-compatible CloudWatch API has been removed from Heat in Queens. Remove its configuration option from the heat.conf template. Change-Id: If6f7dd28bbb75308ef434c166c28a5cf4a624cbd
-
Michal Nasiadka authored
Currently placement-api is configured to log to /var/log/kolla/placement/placement-api.log, but config.json is changing permissions of /var/log/kolla/placement/placement.log - this patch changes this. Change-Id: I7f1591bdbc7c03302befc3ca6ebf1b13c95640c2
-
- Jun 10, 2019
-
-
ZijianGuo authored
By default, the mongo command connection address is '127.0.0.1:27017'. If we change mongodb_port, It cause the handle 'Checking current replication status' always connect to '127.0.0.1:27017'. So we need add options like '--host' and '--port'. Change-Id: I172ef3d19ff2bea97db3a5207c1a984cd188ceba Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
- Jun 07, 2019
-
-
Doug Szumski authored
The results from the find operation need to be registered per host, because they depend on the host which runs the search. This bug impacts users specifying custom plugins for specific hosts. Change-Id: I41b2986b2f4ccd8fdc6553e83737e4106b6a2c07
-
Carlos Goncalves authored
The project has been retired and there will be no Train release [1]. This patch removes Neutron LBaaS support in Kolla. [1] https://review.opendev.org/#/c/658494/ Change-Id: Ic0d3da02b9556a34d8c27ca21a1ebb3af1f5d34c
-
Mark Goddard authored
This is useful when removing a container that is no longer supported. Change-Id: I08d79ce7dd2f3d11e466930de85412017cd5f747
-
Doug Szumski authored
This simple plugin supports gathering load metrics from /proc. Change-Id: I536aff093a2af3c6d0d69ae6cbe454aee950f358
-
Doug Szumski authored
This plugin is useful for monitoring host clock synchronisation with an NTP reference. If the delta becomes too large, the metrics from this plugin can be used to trigger an alarm. Change-Id: Id1fe6d7c823f8404c19c81ccdeb8b311bcb46e47
-
- Jun 06, 2019
-
-
Mark Goddard authored
Many tasks that use Docker have become specified already, but not all. This change ensures all tasks that use the following modules have become: * kolla_docker * kolla_ceph_keyring * kolla_toolbox * kolla_container_facts It also adds become for 'command' tasks that use docker CLI. Change-Id: I4a5ebcedaccb9261dbc958ec67e8077d7980e496
-
Pierre Riteau authored
Check if a base Nova cell already exists before calling `nova-manage cell_v2 create_cell`, which would otherwise create a duplicate cell when the transport URL or database connection change. If a base cell already exists but the connection values have changed, we now call `nova-manage cell_v2 update_cell` instead. This is only possible if a duplicate cell has not yet been created. If one already exists, we print a warning inviting the operator to perform a manual cleanup. We don't use a hard fail to avoid an abrupt change of behavior if this is backported to stable branches. Change-Id: I7841ce0cff08e315fd7761d84e1e681b1a00d43e Closes-Bug: #1734872
-
Radosław Piliszek authored
No need to touch the sudoers.d file each time Creation and mode setting is handled by lineinfile itself Change-Id: Ia36e21b04d3a08fab3c748f6298f142c1d73ee6d Signed-off-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
- Jun 05, 2019
-
-
Cody Hammock authored
If Blazar is enabled, ensure that fluentd processes its logs. Change-Id: If71d5c056c042667388dae8e4ee6d51a5ecab46e
-
Jason authored
When bootstrapping, Heat was not setting a region explicitly, so it could default to a region other than the one being deployed. Change-Id: I0a0596a020fbff91ccc5b9f44f271eab220c88cd
-
Jason authored
The Nova aggregate was always defaulting to some region (usually first in the Keystone endpoint list) when registering the Nova aggregate for Blazar. Add in a region override to ensure we are always writing to the region being deployed. Change-Id: I3f921ac51acab1b1020a459c07c755af7023e026
-
Jason authored
When ansible goes in to a loop, by default it prints all the keys for the item it is looping over. Some roles, when setting up the databases, iterate over an object that includes the database password. Override the loop label to hide everything but the database name. Change-Id: I336a81a5ecd824ace7d40e9a35942a1c853554cd
-
Jason authored
In a multi-region environment, each region is being deployed separately. Cell discovery, however, would sometimes fail due to it picking a region different than the one being deployed. Most likely, an internal endpoint for region A will not be visible from region B. Furthermore, it is not very useful to discover hosts on a region you're not modifying. This changes the check to only run against nova compute services located in the region being deployed. Change-Id: I21eb1164c2f67098b81edbd5cc106472663b92cb
-
- Jun 04, 2019
-
-
Luka Peschke authored
The unused "services" option has been removed from the [collect] section. Change-Id: Id99fc99e1dff2b8f953b242abda2174cbbecd11d
-
- Jun 03, 2019
-
-
sunguangning authored
Co-Authored-By:
liaoweizhong <liaoweizhong@unionpay.com> Change-Id: I04a9c4bff817601f718bb43f41f3418571b11cf4 Closes-bug: #1830853
-
- May 31, 2019
-
-
Pierre Riteau authored
The installation guide [1] uses endpoints ending at the /v2.1 suffix. [1] https://docs.openstack.org/nova/stein/install/controller-install.html Change-Id: I92af045da67f9e746fd6e4b94e56bb8aa72850c4
-
Gaetan Trellu authored
Qinling is an OpenStack project to provide "Function as a Service". This project aims to provide a platform to support serverless functions. Change-Id: I239a0130f8c8b061b531dab530d65172b0914d7c Implements: blueprint ansible-qinling-support Story: 2005760 Task: 33468
-
Pierre Riteau authored
Several services inherited [service_credentials] config sections which they don't use in their code. Change-Id: Iccf4358e85fb3d7ed25bc1762ff532b2c32bea4a
-
Isaac Prior authored
"Create default control plane organisation if it doesn't exist" task fails when organisation already exists. The list organisation task currently returns project domain id. The create organisation task currently provides project domain name. Change the create task to use default_project_domain_id instead. TrivialFix Change-Id: Ice70d55e6729fe55164dcf85e98acdc1d7925209
-
- May 30, 2019
-
-
Krzysztof Klimonda authored
Add options for configuring TLS and authentication for elasticsearch connections in in fluentd. Change-Id: I936adc2aeaa3c87081be1c44aa0221caf2124e23 Closes-Bug: #1831078
-
- May 29, 2019
-
-
Dincer Celik authored
Merged config files outputs to python_path which is incorrect. Changing it to node_config_directory. Change-Id: If801f54709114b931677adb605dffb75cfab25cd Closes-Bug: #1830346
-
- May 28, 2019
-
-
Krzysztof Klimonda authored
Change-Id: I616a30acf38a61265f3005c712767d5221abf5c5 Closes-Bug: #1830723
-
ZijianGuo authored
As described in document [1], the service_provider should be set to 'FIREWALL_V2:fwaas_db:neutron_fwaas.services.firewall.service_drivers. agents.agents.FirewallAgentDriver:default' for FWaaS v2. [1] https://docs.openstack.org/neutron/stein/admin/fwaas-v2-scenario.html#enable-fwaas-v2 Change-Id: Iad3e906af325ba3209a77a91ab2061e515b4a219 Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
- May 27, 2019
-
-
dommgifer authored
According ceilometer commit: 9db5c6c9bfc66018aeb78c4a262e1bfa9b326798 ceilometer was removed transformer support so, remove about transformers config. Change-Id: I47fc90aa6dff6d0843c90b27a785e0c6b3d2961e Close-bug: #1830601
-
- May 24, 2019
-
-
Doug Szumski authored
Change I0ca38f2cc7d63b9b47eedb304ba7b00a94816f9a removed the roles middleware from the example paste pipeline. Change-Id: Ie9a3b0fef395aaf414407f6bae1ac4bca158240d
-
- May 23, 2019
-
-
Doug Szumski authored
Let the Monasca Fluentd output plugin handle mapping of the log message. Change-Id: I4a74a91b9b38d5c172397a7e7204e626bcedcfac Closes-Bug: #1830184 Depends-On: https://review.opendev.org/#/c/660988/
-
ZijianGuo authored
This file can be modified to adjust polling intervals or other configurations. We can add a custom 'pipeline.yaml' file to override it. Change-Id: I325523edc4f7e37db55a2e21fe52e76138e6d114 Signed-off-by:
ZijianGuo <guozijn@gmail.com>
-
- May 22, 2019
-
-
Pierre Riteau authored
Stop showing the task has having made changes and silence warning about not using the yum module (which we could use for the check, but not as easily). Change-Id: I9e3608b5db521930409a29981767f468ea234679
-