- Sep 17, 2016
-
-
Jeffrey Zhang authored
* add serial for reconfigure * set playbook serial by using variable * fix serial for barbican, influxdb and vmtp Closes-Bug: #1624607 Change-Id: I66530c7736e1673a592eddbde75637825d12d9e2
-
- Sep 16, 2016
-
-
caoyuan authored
When run tools/init-runonce without some client installed,it's retrun not friendly and confuse people,such as user does not install python-openstackclient, it will return "openstack not installed".This patch update it. Use "type" command to avoid "which" TrivialFix Change-Id: I53789a767b3a2727bf2cb848c2881272e313e14c
-
- Sep 15, 2016
-
-
Paul Bourke authored
Give the user an easy to run way to test their deploy after running init-runonce. TrivialFix Change-Id: I7d984433c8f1b56d0b74be06b3e411044e897790
-
- Sep 12, 2016
-
-
Sean Mooney authored
- One of the usecase supported by tools/cleanup-containers was the ablity to remove container with a regex so that you could redepoloy just that single componet. - By cleaning up ovs in cleanup-containers that is nolonger possible. - This change move the cleanup of ovs from, tools/cleanup-contianers to tools/cleanup-hosts TrivialFix Change-Id: If2001130f4a2400555ce4d9ac5ee506482e4c25e
-
Nguyen Hung Phuong authored
In some part in the code we import objects. In the Openstack style guidelines they recommend to import only modules. http://docs.openstack.org/developer/hacking/#imports Change-Id: I4b55cae8c2672f82025a95112b14d441d66f9d6d
-
- Sep 11, 2016
-
-
Jeffrey Zhang authored
TrivialFix Change-Id: Id2a13be9c04920b5326534005750286f842aa731 Signed-off-by:
Jeffrey Zhang <zhang.lei.fly@gmail.com>
-
- Sep 09, 2016
-
-
Michal (inc0) Jastrzebski authored
This patch changes version of ceph from hammer to jewel. Also removed versionlock as it seems we don't use it in ubuntu, and actually might be risky if we miss security patch on ceph. Change-Id: Ib8f88c2f914a4b635e59a509fa0194605eb73165 Implements: blueprint upgrade-ceph-to-jewel
-
- Sep 07, 2016
-
-
Takashi Sogabe authored
This patch removes VIPs when 'kolla-ansible destroy' is invoked. Change-Id: I263b9bc852c7bc3448a6a15b3115b1f226071afc Closes-Bug: #1605442
-
- Sep 06, 2016
-
-
luyao authored
After cleaning hosts by using tools/cleanup_host, some of the ovs bridge devices such as ovs-system still exist. This will result in {{neutron_external_interface}} not working properly because it had been added to the ovs-system bridge. The solution is calling neutron-ovs-cleanup script in neutron_openvswitch_agent container before removing it. TrivialFix Change-Id: Ib3b096d842f2210b8bd223892a3492ef2fcf7c52 Signed-off-by:
luyao <lu.yao135@zte.com.cn>
-
Christian Berendt authored
* rename version_check.py to version-check.py * move requirement beautifulsoup4 from requirements to test-requirements * add new requirement PrettyTable to test-requirements * add debug logging messages (can be enabled with --debug parameter) * add support to load configured versions from a kolla-build.conf file (can be used with --config-file parameter) * use PrettyTable to print out a nice result table ---snip--- +---------+-----------------+----------------+------------------... | Project | Current version | Latest version | Comparing changes... +---------+-----------------+----------------+------------------... | aodh | 2.0.3 | 2.0.4 | https://github.co... | cinder | 8.0.0 | 8.1.0 | https://github.co... | ironic | 5.1.1 | 5.1.2 | https://github.co... | murano | 2.0.0 | 2.0.1 | https://github.co... | nova | 13.1.0 | 13.1.1 | https://github.co... +---------+-----------------+----------------+------------------... ---snap--- TrivialFix Change-Id: I5b5d3db34396b2fc95714273612563ea14e78cf8
-
- Sep 02, 2016
-
-
Paul Bourke authored
Change the argument for including images as part of destroy from '-e destroy_include_images=yes' to a more consistent --include-images. TrivialFix Change-Id: I0a29c69121697cab751578093cc7ca58011eb853
-
- Sep 01, 2016
-
-
Jeffrey Zhang authored
use different a docker namespace name in case it pull image from hub.docker.io when deplying in gate TrivialFix Change-Id: I643000e5d9e597a254a4f12c0c10186d4eb20429 Signed-off-by:
Jeffrey Zhang <zhang.lei.fly@gmail.com>
-
- Aug 31, 2016
-
-
Jeffrey Zhang authored
Change-Id: Id7591dff978b8fb7ba2c59331ffd83a77ecf46ab Closes-Bug: #1610546 Signed-off-by:
Jeffrey Zhang <zhang.lei.fly@gmail.com>
-
Sean Mooney authored
- This change extends kolla-ansible with a deploy-server command to enroll and deploy physical servers with bifrost. Change-Id: Iaa9f34b00e676569f6e3df679b7454b1ec0b8e34 Implements: blueprint bifrost-support
-
Sean Mooney authored
- This change addes the ability to deploy and bootstrap bifrost. - This change introduces a deploy-bifrost command to kolla-ansible. Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b Implements: blueprint bifrost-support
-
- Aug 28, 2016
-
-
Paul Bourke authored
* Inspected each error and fixed / added nosec where appropriate. * build-swift-ring.py which was throwing sec errors is no longer used so removed it. * Removed the dev/ directory from being checked. Closes-Bug: #1617713 Change-Id: I25664cabca4137e5c9f499c1af3f5ce78b86fb56
-
- Aug 20, 2016
-
-
Jeffrey Zhang authored
In CI environment, MySQL-python wheel package has a wrong _mysql.so file, which is not compatible with Ubuntu. Disable wheel index in the CI for pip. Closes-Bug: #1615231 Change-Id: I127ebb017e09a5bf245e0fdad9bf052203e68e55
-
- Aug 18, 2016
-
-
Swapnil Kulkarni (coolsvap) authored
During osic scale testing it is found that the cirros image added during kolla deployed infra init has private visibility. This need to be public. TrivialFix Change-Id: I39712f0a054f393a8450356e23d41170bc22166e
-
- Aug 17, 2016
-
-
Paul Bourke authored
TrivialFix Change-Id: I83dfca7d0ad38411ac43ca89de439705a8e5aa12
-
- Aug 15, 2016
-
-
Jeffrey Zhang authored
Ubuntu xenial use systemd service manager. Change the setup_Debian.sh script to handle this. Change-Id: I1f6487b73b1635e6dce0c68d3d7e1a158b427797 Partial-Bug: #1612887
-
- Aug 10, 2016
-
-
Sean Mooney authored
Change-Id: Ie70db1b18a73528b1194e4fbcf53d09fed20f4a0 Implements: blueprint kolla-host
-
- Aug 08, 2016
-
-
Duane DeCapite authored
The cleanup command in the external API is a misnomer and should be called destroy. Change-Id: I083e80699e09bb24266ce1bf549772a5de92a49e Closes-Bug: 1610364
-
- Aug 03, 2016
-
-
Paul Bourke authored
TrivialFix Change-Id: I88004f08c75e7d648a615e64d59ccf655b6a1a13
-
- Jul 29, 2016
-
-
Jeffrey Zhang authored
Docker engine is updated to 1.12. The docker.service in the rpm is change. Use the /etc/systemd/system/docker.service.d/kolla.conf file to overwrite the default parameters TrivialFix Change-Id: Ice56808f4a1ce1ee57bf5e48c779d033ea6c759c
-
- Jul 12, 2016
-
-
Steven Dake authored
Change-Id: I75962ec416a8e4bedb0ad85c93b46cdcd80e8a72 Partially-Implements: blueprint mirrors
-
- Jun 29, 2016
-
-
Jeffrey Zhang authored
Partial-Bug: #1587226 Change-Id: I8cec44fdd9e6b00fcffe5dd59cbe8c69214b40b8
-
- Jun 15, 2016
-
-
Jeffrey Zhang authored
In the current CI, we have no regitry service. when running pull action, it will pull image form docker.io where has no such image too. The right direction is set up a local regitry service, then push and pull image from there. TrivialFix Change-Id: I3ebea5cdb539cb700487a2dbffa894fcce8f8723
-
- Jun 14, 2016
-
-
Michal (inc0) Jastrzebski authored
If we have bug in contianer or it simplt somehow ended up in Exited state, cleanup doesn't flush it. It also means it doesn't flush volumes and that might cause an dirty env. Closes-Bug: #1587344 Change-Id: Ib5705992500ce7efdc66509df61c381bd33d1954
-
- Jun 08, 2016
-
-
Jeffrey Zhang authored
Change-Id: I99871d3d86e5ab56be95dd9865f17f7d525704a5 Partially-Implements: blueprint functional-gating
-
- Jun 07, 2016
-
-
Dave Walker (Daviey) authored
Previously, when either setup_{RedHat,Debian}.sh was ran multiple times a mess was created due to multiple loop devices being setup. This change now looks to see if '/docker' or '/swapfile' already exist, and not re-create them if they do. *However*, /var/lib/docker (/docker) is still wiped - but it means that the script can run and bring the system into a constant vanilla state. Change-Id: I169662fa04c2bf644672ca75c3ee579795943727 Closes-Bug: #1586563 Signed-off-by:
Dave Walker (Daviey) <email@daviey.com>
-
- May 31, 2016
-
-
Christian Berendt authored
Change-Id: I8b139d716deeb7eee8eb22beda8ac6d3b82e66ee Closes-bug: #1587648
-
Steven Dake authored
All files used by kolla-ansible do not have a file ending. keyfile was added as an anomoly. I noticed this during a review that coolsvap had underway where he did a similar thing. I think --key is fine. TrivialFix Change-Id: I99867a1a04a4dd881dcb2af39946122ea6b7d8a3
-
- May 26, 2016
-
-
Swapnil Kulkarni (coolsvap) authored
Change-Id: Icb47ba8b13b13889e28bb285321f11344400edc2 Closes-Bug:#1582618
-
Swapnil Kulkarni (coolsvap) authored
Change-Id: If4be00b937e14ec93443dcb7249cf17099d57cbe Closes-Bug: #1569417
-
- May 24, 2016
-
-
Jeffrey Zhang authored
DocImpact Change-Id: I3cdfbf84919de80f535c030bd146787ecda40dec partial-Implements: blueprint ansible2
-
- May 21, 2016
-
-
Jeffrey Zhang authored
this is a wordround fix for the rabbitmq failed when deploy on CentOS in the CI gate. the ideal fix should set the hostname in setup_gate.sh script. But it do not work as expect with unknown reason Partial-Bug: #1581301 Change-Id: Ia692794aadf11d3ebe75e4e2bf6b42d9a5f3996f
-
Swapnil Kulkarni (coolsvap) authored
partially implements blueprint multiple-clouds Change-Id: I676c4245e6f058ffbed345970ee78d1750dd0f2f
-
- May 19, 2016
-
-
Ryan Hallisey authored
In order for the ansible configuration to be consumable, we need to be able to generate it without deploying anything. Change-Id: I2bbdd74d62d00f509a4fa5e4100906ed658d3974 Implements: blueprint generate-config
-
- May 17, 2016
-
-
Jeffrey Zhang authored
* enable the openstack logging debug in the gate * copy the /etc/kolla files out * copy the /var/log files out TrivialFix Change-Id: I9cf5fa773ec5f41c6ea93325076a64dd24ce22da
-
- May 13, 2016
-
-
Jeffrey Zhang authored
Change-Id: Iafa27677fc2ed2103c3ac8efeb0f0e13330a95f4 Closes-Bug: #1581021
-