- Mar 18, 2020
-
-
Radosław Piliszek authored
Fluentd cannot accept empty 'path' parameter. I refactored the service list following the general pattern we have. Change-Id: I83d820efcc7e86bac9f8bda26a8f8bece72159e6 Closes-bug: #1867953
-
Zuul authored
-
- Mar 17, 2020
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Doug Szumski authored
Currently, config folders lack the execute bit so Fluentd cannot read the config and just does nothing when it starts up. This change explicitly sets the execute bit on folders which need it, rather than doing it in a more generic way which is more risky from a security perspective. Change-Id: Ia840f4b67043df4eaa654f47673dcdc973f13d9c Closes-Bug: #1867754
-
Michal Nasiadka authored
Depends-On: https://review.opendev.org/713396 Change-Id: Idb1b6c85fb1fd85129957d4b79bf87d5b28081c0
-
Michal Nasiadka authored
ceph-ansible by default uses "latest" tag for ceph Docker Hub images, but recently latest tag has been upgraded to be Octopus release, not Nautilus. Change-Id: I5247c10079ab91cce130cd5ba403f25ccaf7c1fb
-
Mark Goddard authored
tox will be removed from the base image. Install it before that happens. This change is made in a simple way that can be easily backported. Depends-On: https://review.opendev.org/713386 Change-Id: I4181654c88554c81940f0d079cf1d64326cdec79
-
- Mar 16, 2020
-
-
Radosław Piliszek authored
ovs-ofctl is still being run by neutron-openvswitch-agent. Potential removal is scheduled for Victoria. Until then, we have to mount /run/openvswitch in there. Change-Id: Ia73b5665cece523bb822f6a223335f6fae94fb6a Closes-bug: #1867506
-
Zuul authored
-
Zuul authored
-
Radosław Piliszek authored
We are getting this randomly on neutron-server shutdown for upgrade. As it does not affect real operations (and if it did, we would definitely see it now), let's ignore it. Change-Id: Ibe561517d44a1108e8223442a71fab36b69c2258 Related-bug: #1863579
-
- Mar 15, 2020
-
-
Zuul authored
-
Jeffrey Zhang authored
Fix elasticsearch schema in fluentd when kolla_enable_tls_internal is true. Change-Id: I51286d2def7a762d569740c1abc5b924b682ad9d Closes-Bug: #1867481
-
- Mar 13, 2020
-
-
Zuul authored
-
- Mar 12, 2020
-
-
Zuul authored
-
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
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Mar 10, 2020
-
-
Zuul authored
-
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
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
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
-
Mark Goddard authored
Change-Id: Id83870942d8488ad0b16e0917c190b8ff3a4dcef Partially-Implements: blueprint centos-rhel-8
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
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
-