- Mar 12, 2020
-
-
yj.bai authored
Add copy ca file to horizon container. because: Could not find a suitable TLS CA certificate bundle, invalid path: /etc/pki/ca-trust/source/anchors/kolla-customca-haproxy-internal.crt Closes-Bug: #1867121 Change-Id: I64d4dbeebd53048705005b61eb3c5b2104e8f2ed Signed-off-by:
yj.bai <bai.yongjun@99cloud.net>
-
- Mar 11, 2020
-
-
Mark Goddard authored
We only log the release in the 'Checking host OS release or version' precheck, but we allow either the release or version to be included in the list. For example, on CentOS 7: CentOS release Core is not supported. Supported releases are: 8 Include the version in the failure message too. Change-Id: I0302cd4fc94a0c3a6aa1dbac7b9fedf37c11b81e Related: blueprint improve-prechecks
-
- Mar 10, 2020
-
-
yj.bai authored
grafana not support ipv6 in grafana.ini.j2. Closes-Bug: #1866141 Change-Id: Ia89a9283e70c10a624f25108b487528dbb370ee4 Signed-off-by:
yj.bai <bai.yongjun@99cloud.net>
-
Will Szumski authored
I didn't use a for loop as the logic for omitting the comma for the final element dirties the logic. Change-Id: Id29d5deebcc5126d69a1bd8395e0df989f2081f0
-
Mark Goddard authored
This should help to ensure that users are running tested and supported host OS distributions. Change-Id: I6ee76463d284ad4f3646af1c7ec2b7e50e2f3b15 Partially-Implements: blueprint improve-prechecks
-
Mark Goddard authored
If haproxy is running somewhere in the cluster and listening on the VIP, but not running locally, then the following precheck may fail: TASK [haproxy : Checking free port for HAProxy monitor (vip interface)] msg: Timeout when waiting for 192.0.2.10:61313 to stop. This change fixes the issue by skipping the check if HAProxy is running on any host. Change-Id: I831eb2f700ef3fcf65b7e08382c3b4fcc4ce8d8d Closes-Bug: #1866617
-
yj.bai authored
When change the cert file in /etc/kolla/certificate/. The certificate in the container has not changed. So I think can use kolla-ansible deploy when certificate is changed. restart <container> Partially-Implements: blueprint custom-cacerts Change-Id: Iaac6f37e85ffdc0352e8062ae5049cc9a6b3db26 Signed-off-by:
yj.bai <bai.yongjun@99cloud.net>
-
Will Szumski authored
We already only include .conf files in fluent.conf: (fluentd)[fluentd@cpu-e-1041 /etc/fluentd]$ cat fluent.conf @include input/*.conf @include filter/*.conf @include format/*.conf @include output/*.conf so this change should not cause ill effect. This works because of the merge option in config files: merge: merges the source directory into the target directory instead of replacing it. Boolean, defaults to false. see https://docs.openstack.org/kolla/latest/admin/kolla_api.html#kolla-api-external-config Change-Id: I28f63ec81f1ea5bc4a213d053bfb2c04388d5925 Closes-Bug: #1862211
-
Jeffrey Zhang authored
Closes-Bug: #1866727 Change-Id: I455ef6026b39110791cd38dac053205550af1ce2
-
- Mar 07, 2020
-
-
Hongbin Lu authored
Starting from U release, container driver is loaded from entry point. Deployers should specify the entry point (i.e. ``docker``) in config option ``container_driver`` under ``[DEFAULT]`` session. Zun patch: https://review.opendev.org/#/c/703259/ Change-Id: I96e38760e7b13a6e11737372e9e7fd36cca6f749
-
- Mar 06, 2020
-
-
Christian Berendt authored
The variable enable_cadf_notifications is deprecated and marked for removal during the U cycle. Change-Id: I5e4d20d112db2392b55a0788f4d704ab6ca6112f
-
- Mar 05, 2020
-
-
Christian Berendt authored
The support of hyperv was deprecated. Change-Id: I3e1ca3ac0a8bac8ba68911ffb4925c5a474f24dd
-
- Mar 03, 2020
-
-
Radosław Piliszek authored
Change-Id: I68a40bebc174e8ebdaea36a0689b34cadb9009d2 Closes-bug: #1865840
-
- Mar 02, 2020
-
-
Zhuo Zhen authored
The logrotate rotation interval and count are not configurable. Currently, the configuration is a "default" that keeps 6 weeks of logs. Change-Id: I4f55ee2a98f7861cb8de2724f5edc32da6d2f9ee
-
Radosław Piliszek authored
Both include_role and import_role expect role's name to be given via "name" param instead of "role". This worked but caused errors with ansible-lint. See: https://review.opendev.org/694779 Change-Id: I388d4ae27111e430d38df1abcb6c6127d90a06e0
-
- Feb 27, 2020
-
-
Michal Nasiadka authored
Closes-Bug: #1864856 Change-Id: I725eeb18a22b3fa7838f16761d19f7e699ab5e82
-
- Feb 25, 2020
-
-
James Kirsch authored
Service REST API urls should be constructed using the {{ internal_protocol }} and {{ external_protocol }} configuration parameters. Change-Id: Id1e8098cf59f66aa35b371149fdb4b517fa4c908 Closes-Bug: 1862817
-
Radosław Piliszek authored
Change-Id: I48148c56079a2998a8f8606ecd1f185f68733a6d Partially-implements: blueprint custom-cacerts
-
Radosław Piliszek authored
Backport to: Train. Change-Id: Ide96ea43739d47e623026f0aecd4163f3a2abe7f Closes-bug: #1864615
-
- Feb 22, 2020
-
-
James Kirsch authored
Service configuration urls should be constructed using kolla_internal_fqdn instead of kolla_internal_vip_address. Otherwise SSL validation will fail when certificates are issued using domain names. Change-Id: I21689e22870c2f6206e37c60a3c33e19140f77ff Closes-Bug: 1862419
-
- Feb 21, 2020
-
-
Radosław Piliszek authored
Change-Id: Ic14d565d155fda223ad2768ee6e1b3fcf85a6003
-
Mark Goddard authored
Bifrost no longer deploys RabbitMQ, so we should not try to stop it during upgrade. In fact, if we do then it fails: Failed to stop rabbitmq-server.service: Unit rabbitmq-server.service not loaded. Bifrost removed RabbitMQ in Train, so this is only required from Ussuri. Change-Id: Ie86f85974fd7385e72a918065fc9c5172f9684ba
-
Radosław Piliszek authored
It is not used for quite a time. Some ancient Kolla Ansible used to update host kernel. Change-Id: I9cdc1ec47ad802b4d65a7b6438a335fc14639e05
-
Michal Nasiadka authored
Option "stores" from group "glance_store" is deprecated for removal Option "default_store" from group "glance_store" is deprecated for removal Multi store support is available since Rocky - time to start using it. Change-Id: I4991d754e34ec42a4b38331839d9679b307589bd
-
- Feb 20, 2020
-
-
Radosław Piliszek authored
Change-Id: I9aa211ceefe7ad3524323be837ec090969f94557
-
Michal Nasiadka authored
Currently we have a very wide /run mount for all Neutron/OVS services, which allows sudo/rootwrap to contact with the hosts dbus - all symptoms are documented in the related bug. Since we use tcp connections to OVS from Neutron agents - removing bind mounts. Closes-Bug: #1861792 Change-Id: Ifee4bec7b2e9ef4e2d624b1411f1a9e6332325c6
-
- Feb 19, 2020
-
-
Jason Anderson authored
This daemon is an additional piece of functionality supported by Gnocchi and the general pattern in KA is to disable such things unless the user explicitly wants them. This also helps avoid having to set the resource_id, user_id, and project_id variables for Gnocchi if you don't care about this daemon. Change-Id: I5f14cee4b0bb0d781b1ff53200d11de972d20c82
-
Radosław Piliszek authored
Per http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012662.html and http://lists.openstack.org/pipermail/openstack-discuss/2019-September/009180.html Deprecates support for deploying with XenAPI integrations. In Victoria support for these will be removed from Kolla Ansible. This is dictated by lack of interest and maintenance, and upstream decision of deprecation by Nova (for the same reasons). Change-Id: Ie2bfc41dd7085f35e89a5c4e0b7fdb44631eb4e3
-
Radosław Piliszek authored
Per http://lists.openstack.org/pipermail/openstack-discuss/2020-February/012646.html Deprecates support for deploying with VMware integrations. In Victoria support for these will be removed from Kolla Ansible. This is dictated by lack of interest and maintenance. Change-Id: I9b3d81b0cfcb1c43dc1b671b4f646d06b95b4b42
-
Mark Goddard authored
The start-ovsdb-server script is only ever called with one argument by kolla ansible, so we can remove the multiple argument handling used by kolla-kubernetes (RIP). Change-Id: I9c3bc8ad24768052fc883c6fedd5f19336eb3fa4
-
Will Szumski authored
This allows you to tune the performance of InfluxDB by locating the volume on a drive that is separate to the default docker storage. Change-Id: Iea555a2702b225b30f5d7035b8a703d4f3376ee7
-
Michal Nasiadka authored
Change-Id: I26206bece95d31c0182e75f2a585c50d6f0fad6f
-
Radosław Piliszek authored
Per http://eavesdrop.openstack.org/meetings/kolla/2020/kolla.2020-02-12-15.01.txt Deprecates support for deploying MongoDB. In Victoria support for deploying MongoDB will be removed from Kolla Ansible. Note CentOS 8 already lost support for MongoDB due to decisions made upstream. This affects Panko as it will no longer be possible to get automatic deployment of MongoDB database for it. However, the default, SQL, backend is and will be supported via MariaDB. MongoDB lost its position in OpenStack environment after controversial relicensing under their custom SSPL (Server Side Public License) which did not pass OSI (Open Source Initiative) validation. Change-Id: I09f77d275dfd2c8f9ae97a47c8ab1136a8de880f
-
- Feb 16, 2020
-
-
Radosław Piliszek authored
Make it require uniqueness of resolution as well to avoid later issues with RabbitMQ going crazy. Change-Id: I000ba6c62ab44eac0abdf8d5d1f069adfbc6552f Closes-bug: #1863363
-
- Feb 14, 2020
-
-
Radosław Piliszek authored
It looks like the only missing part was the actual mount of /lib/modules Now Cinder Backup volumes differ from Cinder Volume volumes only by /etc/target which is not relevant (Cinder Backup does not provide a target). Change-Id: Iccf4298c4f9306eb0a95b6712815778555ef44fc Closes-bug: #1863094
-
- Feb 13, 2020
-
-
Michal Nasiadka authored
Change-Id: I41c2fb7d476d553aeaca34feef1d045967c284fb
-
Radosław Piliszek authored
Change-Id: I4f553bd0888e200ddf744604c5029e67a95ee2cd Closes-bug: #1863041
-
- Feb 12, 2020
-
-
Radosław Piliszek authored
line from /etc/hosts Ubuntu always uses 127.0.1.1 for that with some tricky sauce around `hostname` depending on whether it contains '.' or not. And when I mean `hostname` it's the one returned by `hostname` command with no arguments. ansible_hostname is always a single word so we can match on that. I did not want to remove just any 127.0.1.1 in case someone is using it for other purposes. :-) Change-Id: I8bd3d42a5e3bd0f63336ed60a0af90d52b1650d6 Closes-bug: #1862739
-
Gaëtan Trellu authored
By default api_interface is set to public, masakari-monitor on compute nodes should communicate via the internal API to reach masakari-api. Change-Id: I454f44e57d7b17d93d4aefc4cbbed93aefe874b1 Closes-Bug: #1858431
-
- Feb 11, 2020
-
-
Michal Nasiadka authored
Kolla-Ansible Ceph deployment mechanism has been deprecated in Train [1]. This change removes the Ansible code and associated CI jobs. [1]: https://review.opendev.org/669214 Change-Id: Ie2167f02ad2f525d3b0f553e2c047516acf55bc2
-