- Oct 24, 2019
-
-
Alexis Deberg authored
Change-Id: Ie594f6cdbe332d64d3461d84da730111d0db5cf1 Related-Bug: #1844752
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Mark Goddard authored
Change-Id: If72fd2c060c8ecd014a61338a3506d93578804b2
-
Zuul authored
-
Michal Nasiadka authored
Change-Id: I51144d92f34ed51c499a4119c059e6475d02eb46
-
Zuul authored
-
gujin authored
We already bumped Sphinx to 1.8.0 in doc reqs refer to https://review.opendev.org/#/c/688371/ Change-Id: Ifd46ab6b2043392aa7878a11b0fe186f5ee4c4ce
-
Zuul authored
-
- Oct 23, 2019
-
-
Zuul authored
-
Zuul authored
-
Radosław Piliszek authored
Fixes /dev volume, missed in the previous commit [1]. iscsid was installing the devices in /dev but zun-compute could not see them due to the emulated /dev volume. [1] I2c4aa666ff9f952e32c450347d31ddbf2e58209e Change-Id: Ic72c910b92765b9a6f59224728e9c4ea2482bc5a Related-bug: #1797448 Related-bug: #1848933
-
Zuul authored
-
Radosław Piliszek authored
Also makes check-logs clear the aggregate files to prevent duplicates due to upgrade and post. Change-Id: I72377b6ac48e29dc5e24d1e3bd343e87b74a7a71
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Oct 22, 2019
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Doug Szumski authored
Change-Id: I80b4fb4addf4c633172f1c1a99cdf6a6feac3145
-
Zuul authored
-
- Oct 21, 2019
-
-
Alexis Deberg authored
If swift_has_replication_network is false some containers do not exist on the target node. This commit adds steps to compute the final list of containers to act on. Change-Id: I12f8de53724c3f24832df83597f36f9614af8e75 Closes-Bug: #1849189
-
Mark Goddard authored
Currently the database is only synced during deployment. This change performs the sync during upgrade as well. Change-Id: Ia45fc733a1ab69de9d4762f5d9c8767041eeaed3 Closes-Bug: #1832020
-
Zuul authored
-
Jan Horstmann authored
Cephx keys are not picked up by "local_action: shell cat [...]" when using ansible-vault encrypted keyrings. This commit changes the logic to use the file lookup plugin and extracts the key using jinja2 regex filters. The raw keys are then set as ansible facts. Closes-Bug: 1849127 Change-Id: Iacb1e42307c4de6a7a379e8cf279e073995fd5d3
-
Mark Goddard authored
Change-Id: Ifd96a8127b9f2e398b8e853fb1de08eaf22eb696
-
Will Szumski authored
See https://bugs.launchpad.net/oslo.rootwrap/+bug/1760471, in particular comment #1 for an explanation of why inheriting the defaults of the docker daemon can cause poor performance: The performance difference likely comes from close_fds=True of subprocess. Popen. On Python 2, Popen calls close(fd) on all file descriptors from 3 to SC_OPEN_MAX. On my Fedora 27 "host", SC_OPEN_MAX is 1,024. But in docker, SC_OPEN_MAX is... 1,048,576: 1,000x larger. On Python 3, Popen is smarter. On Linux, it lists the content of /proc/self/fd/ to only close open file descriptors. It doesn't depend on SC_OPEN_MAX value. Change-Id: Iefef6039644192420abbd3bf614329cbc0d9a62a Closes-Bug: #1848737 Related-Bug: #1760471 Related-Bug: #1757556 Related-Bug: #1824020
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Eduardo Gonzalez authored
Tacker requires config for storing CSAR vnf packages. This patch adds it as well as relevant docs. Only one Tacker Conductor is deployed by default due to lack of a shared filesystem. Change-Id: Iad391f35105e79fa9319502256528990915df9b7 Co-authored-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com> Closes-Bug: #1845142
-
Zuul authored
-
- Oct 20, 2019
-
-
Radosław Piliszek authored
IPv6 control plane implementation [1] follow-up. [1] Ia34e6916ea4f99e9522cd2ddde03a0a4776f7e2c Change-Id: Ia18fdaf3fbfb2bfcb565eaa0f06447d00a3d46f5
-
Radosław Piliszek authored
This also enables Placement when Zun is enabled like Kolla Ansible already does with Nova. Change-Id: Id2a09f702e8503b49d2b9e73e06b2ce9f4d168a9 Closes-bug: #1840573
-
Radosław Piliszek authored
Adds "| bool". Backportable to Stein. Change-Id: Ifa2aa387be46beb6da1d3c5a5e0da1b561af8cee Closes-bug: #1848937
-
Radosław Piliszek authored
This makes iSCSI with Zun and Cinder work out-of-the-box. (LVM included) Change-Id: I2c4aa666ff9f952e32c450347d31ddbf2e58209e Related-bug: #1797448 Closes-bug: #1848933
-
- Oct 18, 2019
-
-
Doug Szumski authored
This moves the Nova Cells filters alongside the service filters for ease of testing. Partially Implements: blueprint support-nova-cells Change-Id: I32d35c065812c6b46c64bacdf283a0bdad0f8a0f
-