- Jul 23, 2020
-
-
wu.chunyang authored
octavia deploy failed due to mount a empyt directroy into container Change-Id: Ifd95126da59f649b02ab39c0b209df4750bdcfce
-
- Jul 22, 2020
- Jul 21, 2020
-
-
Pierre Riteau authored
A "@type copy" statement is already present at the beginning of each match element, so extra "type copy" are not needed. They are causing the following warnings in fluentd logs: [warn]: parameter 'type' in <match syslog.local0.**> [warn]: parameter 'type' in <match syslog.local1.**> This commit also harmonizes indentation of the Monasca config block. Change-Id: I779c2b942d007acbdd43d999f2fc0cdc131d431f Related-Bug: #1885873
-
Pierre Riteau authored
Change-Id: Ia134a518b63bb59cfad631cc488181f5245160e6
-
wu.chunyang authored
we should clone freezer code before run bootstray, otherwise, the directory /opt/stack/freezer which is empty will mount into freezer_api container. Closes-Bug: #1888242 Change-Id: I7c22dd380fd5b1dff7b421109c4ae37bab11834a
-
likui authored
Option "trove_auth_url/os_region_name" from group "DEFAULT" is deprecated. Use option "auth_url/region_name" from group service_credentials Change-Id: I15d6891582c92c7fc813f280a2b47ebaaca77eba
-
- Jul 17, 2020
-
-
Radosław Piliszek authored
This makes use of udev rules to make it smarter and override host-level packages settings. Additionally, this masks Ubuntu-only service that is another pain point in terms of /dev/kvm permissions. Fingers crossed for no further surprises. Change-Id: I61235b51e2e1325b8a9b4f85bf634f663c7ec3cc Closes-bug: #1681461
-
Radosław Piliszek authored
Follow-up on [1] which added Ubuntu. [1] https://review.opendev.org/735454 Change-Id: If0baef37db392324c285798fa55d5e85892edb9f
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Jul 15, 2020
-
-
Michal Nasiadka authored
Change-Id: I2e736920f5b2cb4a78c2e6c216665394faf83001
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Doug Szumski authored
Switch to the Confluent Kafka client in all remaining Python based Monasca services. This should allow us to later un-pin the Kafka messaging version for Monasca. Change-Id: I42bc78ffe304ba21c448c2e08b025e93a70ddb44
-
Bartosz Bezak authored
Co-Authored-By:
Doug Szumski <doug@stackhpc.com> Closes-Bug: #1884090 Depends-On: https://review.opendev.org/#/c/736768 Change-Id: If2d0dd1739e484b14e3c15a185a236918737b0ab
-
wu.chunyang authored
Change-Id: I22059cc9f094d2d3b871ef7e9a45fef90186b1a5
-
- Jul 14, 2020
- Jul 13, 2020
-
-
Zuul authored
-
- Jul 12, 2020
-
-
Zuul authored
-
- Jul 10, 2020
-
-
Zuul authored
-
Michal Nasiadka authored
Currently seting --configdir on kolla-ansible CLI doesn't set properly the path for the passwords file. Change-Id: I38d215b721ec256be6cfdd6313b5ffb90c2a3f4c Closes-Bug: #1887180 Co-Authored-By:
Radosław Piliszek <radoslaw.piliszek@gmail.com>
-
wu.chunyang authored
Change-Id: I27188936f516318bfc7e35cfe7276198ed8f9ac9
-
Mark Goddard authored
Tests prometheus, grafana, and centralised logging. The tests could be improved in future by querying logs in elasticsearch, and metrics in prometheus. Change-Id: Iabad035d583d291169f23be3d71931cb260e87ae
-
- Jul 09, 2020
-
-
ramboman authored
The Castellan (Barbican client) has different parameters to control the used CA file. This patch uses them. Moreover, this aligns Barbican with other services by defaulting its client config to the internal endpoint. See also [1]. [1] https://bugs.launchpad.net/castellan/+bug/1876102 Closes-Bug: #1886615 Change-Id: I6a174468bd91d214c08477b93c88032a45c137be
-
- Jul 08, 2020
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
gugug authored
planned removal Change-Id: Ib37ea4d42f82096a682cebc724c45c9dd39c8b47
-
jacky06 authored
The bug is fixed[1], releated task is unncessary. [1]: https://storyboard.openstack.org/#!/story/2006393 Depends-On: Ib62ca3ee4626084e5e9b90e93e4fa97938023457 Change-Id: I2553c3c4a6d3c82405c68c52db2e7585477b1dff
-
Zuul authored
-
Mark Goddard authored
The nova-cell role sets the following sysctls on compute hosts, which require the br_netfilter kernel module to be loaded: net.bridge.bridge-nf-call-iptables net.bridge.bridge-nf-call-ip6tables If it is not loaded, then we see the following errors: Failed to reload sysctl: sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-ip6tables: No such file or directory Loading the br_netfilter module resolves this issue. Typically we do not see this since installing Docker and configuring it to manage iptables rules causes the br_netfilter module to be loaded. There are good reasons [1] to disable Docker's iptables management however, in which case we are likely to hit this issue. This change loads the br_netfilter module in the nova-cell role for compute hosts. [1] https://bugs.launchpad.net/kolla-ansible/+bug/1849275 Co-Authored-By:
Dincer Celik <hello@dincercelik.com> Change-Id: Id52668ba8dab460ad4c33fad430fc8611e70825e
-