- Dec 16, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Jeffrey Zhang authored
this will purge the package pgp key warning Closes-Bug: #1525276 Change-Id: I956c8b0b6f1e1bfbceaa6abc06da16a980f023c1
-
Jeffrey Zhang authored
The keystone_user is deprecated and the os_user module is added since v2.0.0-0.4.beta2[0], which should be used for keystone user creation. [0] https://github.com/ansible/ansible-modules-core/commit/cdf7117f7eec002ff6fce5900d2706e8a1abc399 Closes-Bug: #1526589 Change-Id: Ibe791913af52df5eb22eecdfc0f0156e2d0019a4
-
Jeffrey Zhang authored
Systemd-container no longer exist in centos latest docker image. Change-Id: Icbfc7fce99885551f7f4caa707a600b20db849ae Closes-Bug: #1526606
-
Jenkins authored
-
- Dec 15, 2015
-
-
Jenkins authored
-
David Moreau Simard authored
TrivialFix Change-Id: I39ad214d6a8e1fbdba799076d6a5371cc47824a1
-
Jenkins authored
-
Martin André authored
The centos-binary murano image will still fail to build, but at least it will fail with a relevant error message. Change-Id: I9870f3437fbfad5820eb014173d9ec49813e60d0 Closes-Bug: #1526202
-
Martin André authored
The build of MySQL-python started to fail after the update to Percona-Server-devel-56-5.6.27-rel76.0.el7.x86_64 with: /usr/bin/ld: cannot find -lmysqlclient It appears Percona-Server-devel package provides a broken /usr/lib64/libmysqlclient.so that points to nonexistent libmysqlclient.so.18. Fix the build by installing MariaDB-shared package from the mariadb repo that contains the missing file. Change-Id: Ia95fddfe44f54bd355c6f3d0ac895fdc05cecff9 Closes-Bug: #1526129
-
Jenkins authored
-
- Dec 14, 2015
-
-
Jenkins authored
-
Artur Zarzycki authored
TrivialFix Change-Id: Ia37369acf8bf7ca7f49fd647f40c6e98f40e93d8
-
Jenkins authored
-
Proskurin Kirill authored
kolla-build requires setup.cfg to fetch its version and right now it's not installed to pip data dir. Change-Id: Id1df6aab72314710d436cd7584c89bcda5d2b1a0 Closes-Bug: 1525949
-
Jenkins authored
-
Jenkins authored
-
Michal Rostecki authored
ZooKeeper module already existed, but was not added to the container. Closes-Bug: #1525820 TrivialFix Change-Id: I4de6aea4d4b209c94ed33205b0ec3c339e9ab692
-
Jenkins authored
-
- Dec 12, 2015
-
-
Jeffrey Zhang authored
It will be helpful for speed up the package installation. Closes-Bug: #1525514 Change-Id: Id40a0afa30dd0a142bee3b13f7622cb0d42d9298
-
Martin André authored
The ceph master repository is slow and the centos build often fails due to timeouts fetching the ceph repo GPG key. Switching to a more reliable mirror should improve things. Change-Id: I7eef31fa9d83413a7c12134d285b3d20d95805e8 Closes-Bug: 1525505
-
Martin André authored
The RDO nova package is missing a dependency on oslo-policy and this is breaking our centos-binary-deploy gate. Install the missing package in nova-base until the issue is fixed upstream. Change-Id: Iece7edd754c6f173635b0e0c437a998f3b9492d3 Closes-Bug: #1525502
-
- Dec 11, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Michal Jastrzebski authored
This changes default behaviour of build.py to instad of putting latest tag on it, it puts current kolla version as found in setup.cfg Change-Id: I4d6e9a0159c6a5598abd58072594df4204427308 Partially-Implements: blueprint upgrade-nova Partially-Implements: blueprint record-version
-
Michal Jastrzebski authored
As part of upgrade process we need new services to detect what is the oldest version running on compute nodes. Change-Id: Id65f2bc765828054bf5d5562de27255031254821 Partially-Implements: blueprint upgrade-nova
-
Proskurin Kirill authored
Horizon starts WSGI deamon from user "horizon", its docroot has "root" user. Change-Id: Iac424a88a747772a37b2ff2ae94f302a988f7201 Closes-Bug: 1525296
-
Jenkins authored
-
Jenkins authored
-
Martin André authored
The build script now creates now creates a plugins directory for source builds to store plugins required for the container, and creates a tar of all plugins that is extracted at runtime. However, the creation of the 'plugins' directory is not handled correctly and generate an exception in the running thread if the directory exists. This is the case for example if the build script retries a failing image. This commit fixes the timeout issues we've experienced with the gate. Change-Id: Ic5d4fd1ddf71f01c547130518e311fded911c445 Closes-Bug: 1524897
-
Martin André authored
Change-Id: I73395afa2a2d8f3dc835e010e3b1959ec725da2a Closes-Bug: #1525102 Co-Authored-By:
Paul Bourke <paul.bourke@oracle.com>
-
Kuo-tung Kao authored
install python-cephlibs in venv for glance-base Change-Id: I2055bbc608c35604bbb727e83d9b74295e643a7d Closes-Bug: #1524684
-
Martin André authored
This commit removes the assumption that all gate nodes have a secondary disk, and skip tuning the filesystem if the node doesn't have one. This fixes gate failures on OVH nodes. Closes-Bug: #1525047 Change-Id: Ief22f34b32caf7a8b446df888fc5cc1964ad272e
-
Jeffrey Zhang authored
Closes-Bug: #1525055 Change-Id: Id800da1a0cce4db20c32e8daf09c5f0f2c9f8929
-
hparekh authored
When a development environment is under a proxy, tox is failed even if environment variables of the proxy are set. This patch fixes this problem. Change-Id: I685ddbc6bb6e0fe25c308c35a7581785eebe3629
-
- Dec 10, 2015
-
-
Paul Bourke authored
Without this the haproxy role doesn't have the facts it needs to render it's template, resulting in the following error: TASK: [haproxy | Copying over config(s)] ************************************** fatal: [control01] => {'msg': "AnsibleUndefinedVariable: One or more undefined variables: 'dict object' has no attribute u'ansible_eno1'", 'failed': True} This is similar to the fix applied previously for other services in I99b7dbebd5a6193e192ee258ddf576d18db90ed7. Change-Id: Idb7fa8763cff64ad761c5b8a1a3bf92a27f4f501 Closes-Bug: 1524738
-
Jenkins authored
-