- May 14, 2021
-
-
Zuul authored
-
Michał Nasiadka authored
docker-ce on Debian/Ubuntu gets started just after installation, before baremetal role configures daemon.json - which results in iptables rules being implemented - but not removed on docker engine restart. Closes-Bug: #1923203 Change-Id: Ib1faa092e0b8f0668d1752490a34d0c2165d58d2
-
- May 12, 2021
- May 11, 2021
-
-
Piotr Parczewski authored
Reference: https://github.com/prometheus/alertmanager#turn-off-high-availability Closes-Bug: #1926463 Change-Id: I60e1dedeac25fa8fe9538a3a8e582bd8cc9324d7
-
Mark Goddard authored
It has been seen to go green, so allow this. Change-Id: Id86b95dbba3434b16f3d0c11485a0d8601833cbf
-
Zuul authored
-
Zuul authored
-
- May 10, 2021
-
-
Zuul authored
-
Zuul authored
-
John Garbutt authored
This is a follow up on the change with the following ID: I337f42e174393f68b43e876ef075a74c887a5314 TrivialFix Change-Id: Ibb67811d7b086ef9ef4c695ae589171af0c4d657
-
wu.chunyang authored
we don't need this task anymore. Change-Id: I1ba60fa51ecc86c74d05898b897d7b84c70707ef
-
Michal Arbet authored
This task is writing private key from passwords to /etc/kolla/octavia-worker/{{ octavia_amp_ssh_key_name }} even if user disabled octavia auto configure. This patch is adding conditional for this task and skipping it if octavia_auto_configure: "no". Closes-Bug: #1927727 Change-Id: Ib993b387d681921d804f654bea780a1481b2b0d0
-
- May 09, 2021
-
-
Zuul authored
-
- May 07, 2021
-
-
Michał Nasiadka authored
Change-Id: Ib85cc2cb10e3c97de9f7d608e75694a0fc2714c2
-
- May 06, 2021
-
-
Michał Nasiadka authored
In order for DVR to work on VLAN tenant networks we need to configure external_ids:ovn-chassis-mac-mappings with per node generated MAC [1] on computes [1]. [1]: https://github.com/ovn-org/ovn/commit/1fed74cfc1a1e3b29cf86eab2e96048813019b57 Co-Authored-By:
Bartosz Bezak <bartosz@stackhpc.com> Depends-On: https://review.opendev.org/c/openstack/neutron/+/782250 Change-Id: I3a3ccde5b9ef2afb4c3e9206f13827687880cb57
-
Michał Nasiadka authored
Co-Authored-By:
Bartosz Bezak <bartosz@stackhpc.com> Change-Id: I4fc2cb451589dfec82c343868667020f8dcee901
-
- May 05, 2021
-
-
Zuul authored
-
Radosław Piliszek authored
Per [1]. [1] http://eavesdrop.openstack.org/meetings/kolla/2021/kolla.2021-04-28-15.00.html Change-Id: Ie109d15db1e26e20b78efdb4ab0653d24054820f
-
Pierre Riteau authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I666f8a174f53529eff1ba974c1c2265db99601c0
-
- Apr 28, 2021
- Apr 27, 2021
-
-
Radosław Piliszek authored
As agreed during IRC meeting. [1] [1] http://eavesdrop.openstack.org/meetings/kolla/2021/kolla.2021-04-07-15.00.html Change-Id: Ibffa019e2106784e97f5c482106bb5082f788752
-
Michał Nasiadka authored
Background in [1]. Ubuntu uses pre 15.2.11 client and new 15.2.11 installs default that to false, therefore not allowing Ubuntu clients to connect. [1]: https://docs.ceph.com/en/latest/security/CVE-2021-20288/ Change-Id: Ic251b447026262eab4b406b8432cc009ca97ae82
-
Doug Szumski authored
Change-Id: I04bafaebba44d162adb908839cdad6f5bb6ee8f7
-
- Apr 26, 2021
-
-
Zuul authored
-
Zuul authored
-
wuchunyang authored
Trivial Fix Change-Id: Ie08877e339455bed45ee467a87de9648678e88c5
-
Zuul authored
-
Zuul authored
-
- Apr 24, 2021
-
-
Michał Nasiadka authored
Depends-On: https://review.opendev.org/c/openstack/kolla/+/772479 Change-Id: I7ae919875fb9dea756ca26d90dc1af791ac766ce
-
Radosław Piliszek authored
Followup on I91e5c1840ace8f567daf462c4eb3ec1f0c503823 When+run_once do not play nicely. [1] The general workaround is to use include_tasks. [2] However, it is very unlikely user wishes to run this role without having any pacemaker nodes so the simplification that we use throughout the Kolla Ansible code should be enough. [1] https://github.com/ansible/ansible/issues/11496 [2] https://github.com/ansible/ansible/issues/11496#issuecomment-412936547 Change-Id: Ifaf64e3d9d89b2ec36a883fb7458556745b64802
-
- Apr 23, 2021
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I6750cf0f2f6941b6b47bad1246e2eae887ae9ee8
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I34e6b2e1b9411e360994684f62414703f3bb2299
-
- Apr 21, 2021
-
-
Zuul authored
-
Mark Goddard authored
If docker_configure_for_zun is set to true, then Zun-specific configuration for Docker is applied to all nodes. It should only be applied based on the relevant inventory groups. In some cases this can cause Docker to fail to start. See https://storyboard.openstack.org/#!/story/2008544 for details. This change applies the configuration based on the zun-compute and zun-cni-daemon groups. It also modifies the expression to not assume that these groups exist in the inventory. Change-Id: I0141abf0dd83e3a567ea6dcca945f86db129becf Closes-Bug: #1914378 Story: 2008544 Task: 41645 Co-Authored-By:
Buddhika Sanjeewa <bsanjeewa@kln.ac.lk>
-
Zuul authored
-
- Apr 20, 2021
-
-
Zuul authored
-
- Apr 19, 2021
-
-
wuchunyang authored
Change-Id: I713f6fafe328e060a71dbb584e61603e547deaf6
-