- Jul 31, 2017
-
-
Jenkins authored
-
- Jul 30, 2017
-
-
Jenkins authored
-
- Jul 28, 2017
-
-
Sam Yaple authored
This only existed to add an iptables rule for nova-net related things. Change-Id: I4e6c50d0908edde3b3cc68382f4466a828f377a5 Related-Bug: #1687187
-
Michal Nasiadka authored
Change-Id: I2d9fca7d4272c69c75b106ac4cea244a371d3b5f Closes-bug: #1707163
-
- Jul 27, 2017
-
-
OpenStack Proposal Bot authored
Change-Id: If20101daba52df4a41abe5e4606b317761bc936b
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
If not, change admin user password will break ceph rgw service. Change-Id: Ia872f6f1aa2d9917d3f5851e0edcffed61e71355 Closes-Bug: #1705929
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
OpenStack Proposal Bot authored
Change-Id: Ic043dcac9d9483374fbdac7287d686ba4a72fc6b
-
Jenkins authored
-
Jenkins authored
-
- Jul 26, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Eduardo Gonzalez authored
Zun command is invalid, double colons are not valid. More info about this in bug report. Change-Id: I367aec97775dcefb2c45fe55a311c5451d33e703 Closes-bug: #1706569
-
Jenkins authored
-
Jenkins authored
-
Eduardo Gonzalez authored
Init fernet task fails if keystone_fernet container is not running and ssh port bind. This change add a check to ensure all keystone_fernet containers are running before init fernet tokens. Change-Id: Ib95bb5a47a9174f1a00b82cc8b697c0dc19c848e Closes-Bug: #1704758
-
Jenkins authored
-
Yotaro Konishi authored
Currently nova.conf.j2 generates two compute_driver options for nova_compute_ironic container like this: compute_driver = ironic.IronicDriver compute_driver = libvirt.LibvirtDriver nova_compute_ironic container fails to start because the latter value overrides the former one. This patch fixes the issue recently introduced in [1]. [1] 63314ad6 Change-Id: Ibb661a5a594120be4195d331c38883c3b2886361 Closes-Bug: #1706534
-
Tatsuma Matsuki authored
Apache access log formats are modified to be consistent with the format defined in wsgi-keystone.conf, which includes the response time (%D) and X-forwarder-For fields. Change-Id: I02aa5eb106fb894196dfb6e22daf2968e27ed3cb Closes-Bug: #1703571
-
Jeffrey Zhang authored
In the old implementation, if there is no external ntp server, only one local chrony server is supported. If multi chrony-server is configured, chrony client can not sync with them. In the new implementation * use VIP to connect chrony-server, which ensure multi local chrony servers are supported. * chrony servers depend on VIP. So chrony-server group should be the same with haproxy group. * prevent chrony client sync from itself. * Change owner to chrony:kolla for chrony log folder * fix keysfile path * use chrony user for centos and ubuntu image * fix permission issue for /var/lib/chrony folder Closes-Bug: #1705200 Change-Id: I6e85fda9824b5ddc7a96895425c5932a3566c27e
-
- Jul 25, 2017
-
-
Eduardo Gonzalez authored
Double dots were removed by mistake in previous changes. This causes incorrect transport url. Change-Id: Id3b28574d7f06cecc97ddfb26815a4758f6f065a
-
Jenkins authored
-
Paul Bourke authored
The default backend storage for Glance in Kolla is file, as this is the easiest to deploy. However, this leads to frustration in a multinode scenario as the volumes aren't shared. This change sets glance_api to only start on one control node when using the file backend. DocImpact Closes-Bug: #1681301 Change-Id: I2c167bae6f34a102cd7fe66401d7defe13bf2bf7
-
Mathias Ewald authored
This patch adds Elasticsearch to Grafana as a data source Change-Id: I7c6452bba47274f9d971b8000e9d3e911617874d
-
Pavel Glushchak authored
Introduced new option enable_cinder_backup, that controls whether to deploy cinder-backup service. Change-Id: Ibb0ca0a478748d4caba4df434456ead0df95ffca Signed-off-by:
Pavel Glushchak <pglushchak@virtuozzo.com>
-
Jenkins authored
-
Jenkins authored
-
Yotaro Konishi authored
This patch fixes Jinja2 syntax error in ironic.conf.j2. All kolla-kubernetes configurations was recently removed by [1], but the commit overlooked to remove a '{% endif %}' statement in ironic.conf.j2. [1] cacf08f0 Change-Id: I115fedfd026f14409b62f9552ff401956909f8a8 Closes-Bug: #1706230
-
- Jul 24, 2017
-
-
Jenkins authored
-
James Benson authored
Closes-Bug: #1705116 Change-Id: I973b31c9fdba3158810481385ada1be5543144b2
-
Eduardo Gonzalez authored
Log retrieval was out of sync since repo split and from multinode gates. Many useful information retrieved before like ps, df, docker info, etc is not in kolla-ansible gates. Also, his change fix logs visualization to have colored view, allowing to easily identify errors. Change-Id: I948233e26ceb6efc58b962bcb4b710b3f006232b
-
Jenkins authored
-