- May 04, 2017
-
-
Jeffrey Zhang authored
wait_for module waits 300 seconds for the port started or stopped. This is meaningless and useless in precheck. This patch change timeout to 1 seconds. Change-Id: I9b251ec4ba17ce446655917e8ef5e152ef947298 Closes-Bug: #1688152
-
- May 02, 2017
- May 01, 2017
-
-
Jenkins authored
-
- Apr 30, 2017
-
-
Jenkins authored
-
- Apr 28, 2017
-
-
Eduardo Gonzalez authored
As a change to remove puppet from infra nodepool, ssh-keyscan is needed for each node.[0] Host key checking was disabled by default by jenkins user. [1] Refs: [0] http://lists.openstack.org/pipermail/openstack-dev/2017-April/116036.html [1] https://review.openstack.org/#/c/460731/ Change-Id: I0f4000f18b7a2b3266c95c3f7a5109e3603c94a7
-
- Apr 27, 2017
- Apr 26, 2017
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Bertrand Lallau authored
The following Neutron agents: - neutron-metadata - neutron-dhcp-agent - neutron-l3-agent - neutron-lbaasv2-agent - neutron-vpn-agent doesn't require ml2_conf.ini file. ml2_conf.ini file is used to managed L2 network configuration. This config doesn't have to be in DHCP, L3, metadata agents... We should remove it to avoid restarting these agents in case of ml2_conf.ini file modification. Only neutron-server, neutron-openvswitch-agent, neutron-linuxbridge-agent must be restarted. Closes-Bug: #1677163 Change-Id: I0876b8a3845d1c2bccd996426a65df1a3a6f7085
-
Eduardo Gonzalez authored
With nova cells_v2 at least one compute node is required in inventory to deploy nova. This change add prechecks to ensure at least 1 compute is present. Change-Id: I242518ad3bd149ad245515299301777f6b3bdd08 Closes-Bug: #1686410
-
Jenkins authored
-
Bertrand Lallau authored
Rally and Tempest containers doesn't required "privileged" attribut. This must be cleanup. Change-Id: Ic8de5162523314dd78dad7d25b36145350749bcc
-
- Apr 25, 2017
-
-
Bertrand Lallau authored
In order to automate Grafana configuration, this fix automatically set the InfluxDB datasource. This avoid doing a annoying manual configuration after Kolla-ansible deployment. Change-Id: I2b1a63fd371966192f1df0a82cee4711c6324710
-
Jenkins authored
-
Bertrand Lallau authored
YAML files are supposed to start with three dashes to indicate the beginning of the document. Nota: Ansible won’t complain if they are missing. Change-Id: I5cd417971f7af2977e7527b7b454a999718cfcda
-
Eduardo Gonzalez authored
mkdir to create /etc/kolla/config/nova fails if config folder is not created. This change adds `-p` to create both config and nova folders Change-Id: Ibceaa437834cbba681b30c418da3c15d75d49945
-
Sam Betts authored
The pxelinux.cfg directory gets created but isn't owned by the correct user. This patch ensures that the permissions are correctly updated. Change-Id: Ifcb80018b72d40c5d4eccf059d1c3442b71be6f8
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
shaofeng_cheng authored
Change-Id: I6c769e5231e9d0e327ef6b9928666369d694f5fe Closes-Bug: #1685692
-
- Apr 24, 2017
-
-
Pavel Glushchak authored
When docker-py is newer than docker daemon following APIError may be raised: client is newer than server (client API version: 1.24, server API version: 1.22) So it's better to pass api_version='auto' to docker client, so client will discover suitable version if not specified. Change-Id: Ib747ed91b315ca762936a6efa6b71a29b2d2ae1e Signed-off-by:
Pavel Glushchak <pglushchak@virtuozzo.com>
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Bertrand Lallau authored
The OpenStack Integration Test Suite (Tempest) doesn't use oslo.policy library. oslo.policy is not used in codebase and not set in requirements.txt: https://github.com/openstack/tempest/blob/master/requirements.txt#L14 All policy.json related stuff must be removed. Change-Id: I0d8ee710979a7eebba1e8fc176450e4c0bcbe757
-
Jenkins authored
-
Surya Prakash Singh authored
In quick start added the correct link which can be used to setup the development environment with vagrant Change-Id: Id3eabe3da05264058fed3136acc4cd270b5134ae Closes-Bug: #1681978
-
- Apr 22, 2017
-
-
shaofeng_cheng authored
Change-Id: Ie080e64a0232ab2a3116003890c7b0550001db72
-
- Apr 21, 2017
-
-
Jenkins authored
-
- Apr 20, 2017
-
-
Bertrand Lallau authored
In "Checking free port for Kibana Server" task the storage interface is used instead of the api interface one. This patch fix it. Change-Id: I0b38688aa3774ae4a629cce3161a730fff907a9c
-
Jenkins authored
-
Jenkins authored
-