- Mar 08, 2019
-
-
Doug Szumski authored
In some scenarios it may be useful to perform custom formatting of logs before forwarding them. For example, the JSON formatter plugin can be used to convert an event to JSON. Change-Id: I3dd9240c5910a9477456283b392edc9566882dcd
-
- Mar 07, 2019
-
-
Doug Szumski authored
These files are copied by the wildcard which proceeds it. Change-Id: I27dc7797db705f025c3a312cb9e9c577342ea06f
-
- Mar 06, 2019
- Mar 05, 2019
-
-
Zuul authored
-
- Mar 04, 2019
- Mar 01, 2019
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
The iscsi_helper option was deprecated in favour of target_helper in Queens, and will be removed in the Stein release. This also renames the cinder_iscsi_helper variable to cinder_target_helper, deprecating but still supporting the former name until the Train release. Change-Id: Ie38c09b2dd8598f62b0733c8444eec5f6ce3daac
-
Mark Goddard authored
Typically root privileges are required to access LVM. Change-Id: Ia8cca7326526326486c4495e4ddfe126c7251448
-
Doug Szumski authored
Change-Id: Idd570626851c068b9a2daf3f1550346d419f9c9b
-
- Feb 28, 2019
-
-
Doug Szumski authored
The patch that this depends on in the Kolla repo updates various Prometheus exporters. In some cases the command line syntax has changed which prevents them from starting. This commit updates the command line syntax in-line with the new versions. Depends-On: I846989b16fa7f76b11b309b7a9764cec8aaf538d Change-Id: I1c8c56059e51442d7bf2248b9632021cb529b4ba
-
Mark Goddard authored
To avoid links to OpenStack docs getting out of date in our docs, use the latest version. Ideally after cutting each stable branch we should change these links to use the current release. Co-Authored-By: Isaiah Inuwa Change-Id: Ia1e3c720f4e688861b8f76874a3943b0f4e50b17
-
- Feb 27, 2019
-
-
Doug Szumski authored
This allows an operator to pin the Prometheus docker image tag for all Prometheus images to that specified by the `prometheus_tag`. Without this change, the alert manager and cadvisor tags would also need to be set. Change-Id: Iadef001af7d3be5b2a39ce5e2363d05a33a775e4
-
confi-surya authored
Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein Change-Id: I0db6c9cbf2af9ed9c701755a26f721aeac97d4cd
-
- Feb 25, 2019
-
-
Christian Berendt authored
Change-Id: Id8276448c6e779b2b4a0aafee45d953c4f009fc1
-
Zuul authored
-
Zuul authored
-
- Feb 22, 2019
-
-
Mark Goddard authored
Adds a new flag, 'enable_openstack_core', which defaults to 'yes'. Setting this flag to 'no' will disable the core OpenStack services, including Glance, Heat, Horizon, Keystone, Neutron, and Nova. Improves the default configuration of OpenStack Ironic when used in standalone mode. In particular, configures a noauth mode when Keystone is disabled, and allows the iPXE server to be used for provisioning as well as inspection if Neutron is disabled. Documentation for standalone ironic will be updated separately. This patch was developed and tested using Bikolla [1]. [1] https://github.com/markgoddard/bikolla Change-Id: Ic47f5ad81b8126a51e52a445097f7950dba233cd Implements: blueprint standalone-ironic
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Feb 21, 2019
-
-
Michal Nasiadka authored
Change-Id: Iebd98acf03418817d3707c4a117771b73da80166
-
Mark Goddard authored
backport: rocky Not including this means that SoftwareDeployments do not have a configured region (it's set to 'null'), and can therefore not communicate back to the heat API. In particular, this breaks Magnum with the following error in the journal on the deployed servers: publicURL endpoint for orchestration service in null region not found Change-Id: Ia2c18ef10727391812368c958262a92385374ace Co-Authored-By:
John Garbutt <john@stackhpc.com> Closes-Bug: #1817051
-
- Feb 20, 2019
-
-
Mariusz authored
Use "{{ node_config_directory }}/murano-api/" for `murano-api` and "{{ node_config_directory }}/murano-engine/" for `murano-engine`, so correct `config.json` are mounted in containers. Change-Id: I824ff00f6b86aac3eab5dc6fd01728653b4661d1 Closes-Bug: 1811716
-
- Feb 19, 2019
-
-
Doug Szumski authored
By parsing the creation_time timestamp in Logstash, Elasticsearch can parse it correctly. This closes a bug where the creation_time timestamp was shown as a date shortly after the epoch (1970) when viewed in Kibana. Closes-Bug: #1816585 Change-Id: I00decfe94607845ef0eae9bec631a0e729aac3fa
-
Doug Szumski authored
This commit enables two settings which are useful when restarting a Kafka node as part of a cluster. The first supports moving partitions for which a node being restarting is the leader to another broker, and the second supports automatically rebalancing partitions when the node rejoins the cluster. See the documentation for more details: https://kafka.apache.org/10/documentation.html#basic_ops_restarting Change-Id: I0718fca08ea116db926b348e3e6e3bc2373db1fb
-
Kien Nguyen authored
Vitrage supports new Prometheus configuration now [1]. Kolla should allow user to configure this configuration file. [1] https://review.openstack.org/#/c/630514/ Change-Id: I84072d90b0342c6d460ee733ba646a5fb787faa9
-
ZhongShengping authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ice5e11c244b48812e786ef188b4110e6d57b5445 Story: #2004073 Task: #27423
-
- Feb 18, 2019
-
-
Maciej Kucia authored
'in' expresion matches substrings, therefore it is possible that following expression will fail: inventory_hostname in groups['groupname'][0] for example when: inventory_hostname = 'my-host-a' groups['groupname'][0] = 'my-host-a1' The result is running task on multiple hosts rather than single one. Such action might result in playbook failure Change-Id: Ibe2d5ca2f9502a8140a895ab3ac7abc5076ce2ff Signed-off-by:
Maciej Kucia <m.kucia@partner.samsung.com>
-
Zuul authored
-
Zuul authored
-