- Nov 18, 2019
-
-
Michal Nasiadka authored
Opendaylight support has been deprecated in Train - time to remove it. Change-Id: I3a61bfbcbf366c327ea3e25d2424bc3fedca29f0
-
- Nov 14, 2019
-
-
Zuul authored
-
Mark Goddard authored
This was deprecated in the Train release in favour of enable_mariadb. Change-Id: Iea0c6eb51ff26817eeb913c9aa241a9fe7553588
-
- Nov 11, 2019
-
-
Keith Plant authored
Allow users to create/override HAProxy service configuration by copying over '*.cfg' files from {{ node_custom_config }}/haproxy/services.d/ Ex: /etc/kolla/config/haproxy/services.d/radosgw.cfg Change-Id: Id84e3b6e62e544582d6917047534e846e026798d Signed-off-by:
Keith Plant <kplantjr@gmail.com>
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I7cc8f7853d49a22be6cc04312366a811c0d2799c Sem-Ver: feature
-
- Nov 08, 2019
-
-
Zuul authored
-
- Nov 07, 2019
-
-
Marcin Juszkiewicz authored
Commit 73b6a66f added installation of Python 3 package. But without root permissions it fails. Change-Id: I65ca794955a1b1419853bf63be36cb0d1f2d2345
-
Mark Goddard authored
This playbook is neither kolla-ansible nor Zuul. Much of what it does is stale and no longer required. Remove it. Change-Id: I6fed9d8f2439a53c6ac35c670b56b43579236ee9
-
Zuul authored
-
Mark Goddard authored
Change-Id: I82fc125ad1d1a1e1de58da7eac3dc086c25155f6
-
Mark Goddard authored
Debian source images are published now. Change-Id: Id611fd2fa71eb54ca08d1f68de9505d28ad4ea40
-
Zuul authored
-
Marcin Juszkiewicz authored
Needed for https://review.opendev.org/#/c/691316 Change-Id: I64e250eb15882f50ecbbc57b87e036f5772f7e3a
-
- Nov 06, 2019
- Nov 05, 2019
-
-
Christian Berendt authored
All other roles also use defaults/main.yml. Change-Id: Ic03aba436a4f3c775ff8e815c93e1d52250d5411
-
Mark Goddard authored
Related: blueprint add-ssl-internal-network Co-Authored-By:
generalfuzz <generalfuzz@gmail.com> Change-Id: Ib79796d49c415d8314ea5661a16bd2dac8ba7188
-
Mark Goddard authored
In source images, keystone-manage is installed to a virtualenv in /var/lib/kolla/venv. This is not in the PATH for cron jobs, which always use PATH=/usr/bin:/bin. This results in the following error: /usr/bin/fernet-rotate.sh: line 3: keystone-manage: command not found However this error is not typically visible, since cron logs to syslog and we do not configure fluentd to collect these logs. This change configures the PATH in the fernet-rotate.sh script for source images. Change-Id: Ib49ea586d36ae32d01b9610a48b13798db4a4cd5 Closes-Bug: #1850711
-
Zuul authored
-
lklimin authored
Change-Id: I49b24545501085d5a44f4de73f0c6dd21e06e2a0 Closes-Bug: #1835501
-
- Nov 04, 2019
-
-
Martin Chlumsky authored
When supported_policy_files gets set under python 3.7 [1], the regex '(.*)' matches twice, once for the policy file name and once more for the empty string that follows the policy file name. This is new behavior under python 3.7. [2] This leads to the replacement string being written out twice resulting in something like this: "nova_policy.yamlnova_". This patch changes the regex to '(.+)' ensuring there is no match success against the empty string. [1]: - set_fact: supported_policy_files: "{{ supported_policy_format_list | map('regex_replace', '(.*)', '{{ project_name }}_\\1') | list }}" [2]: https://docs.python.org/3/library/re.html#re.sub Change-Id: Ie5278832e293364c66d53ddb07dff9c5409f0cc6 Closes-Bug: 1851249
-
Zuul authored
-
lklimin authored
Change-Id: I12fa6ae8dcec79485c30c4fea2977875aa8f4fae Closes-Bug: #1850792
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
- Nov 01, 2019
-
-
Mark Goddard authored
Currently, Xtrabackup is used for database backups. However, Xtrabackup is not compatible with MariaDB 10.3. This change switches to use mariabackup [1], which is available in the mariadb image. The documented full and incremental restore procedures have been modified to use mariabackup, following [2] and [3]. [1] https://mariadb.com/kb/en/library/mariabackup-overview/ [2] https://mariadb.com/kb/en/library/full-backup-and-restore-with-mariabackup/ [3] https://mariadb.com/kb/en/library/incremental-backup-and-restore-with-mariabackup/ Change-Id: Id52b9b1f7b013277e401b1f6b8aed34473d2b2c4 Closes-Bug: #1843043 Depends-On: https://review.opendev.org/691290
-
Mark Goddard authored
We use the wsrep_notify.sh script to notify changes in Galera cluster membership to haproxy. When xtrabackup was used for the state transfer, nodes in the Donor state would be included in the backend pool. However, since the switch to mariabackup in the Stein cycle, we now remove nodes in the Donor state from the backend pool. This change ensures that nodes in the Donor state are included in the backend pool when the SST method is either xtrabackup or mariabackup. https://galeracluster.com/library/documentation/mysql-wsrep-options.html#wsrep-notify-cmd Change-Id: Ide4301779a0d221ae5d4dbdd4873fb8a40eb7297 Co-authored-by:
Radosław Piliszek <radoslaw.piliszek@gmail.com> Closes-Bug: #1850945
-
yuchengde authored
If "reclaim_instance_interval" has been set in nova conf, attched volume may not be delete while instacne deleted. Adding cinder auth in nova conf can solve the problem. Change-Id: I9eb3a74c2f6976043cc35a94915f1fcecb9ef601 Closes-Bug: 1850279
-
Mark Goddard authored
The version_compare filter was renamed to version and changed to be a test in 2.5. The old filter was removed in 2.9. TrivialFix Change-Id: Ib5d91b5fc53d0f6d16dd6eb38121cd9914e33d93
-
- Oct 31, 2019
-
-
Mark Goddard authored
If ironic inspector starts up before ironic-api is accessible, we see the following error: AttributeError: StrictVersion instance has no attribute 'version' This actually prevents startup of ironic inspector. Example: http://paste.openstack.org/show/756342/ The underlying issue is in python-ironicclient: https://storyboard.openstack.org/#!/story/2006393. The workaround employed here is to wait for ironic-api to become available before starting ironic-inspector. Change-Id: I674982eba5082fdc951cdcb8247d706278c64c1a Closes-Bug: #1839866
-
- Oct 30, 2019
- Oct 28, 2019