- Jul 14, 2016
-
-
MD NADEEM authored
Change-Id: I7ad73a81559d8856bd8a41d24f274a19d5a9ff03 Partially-Implements: blueprint ansible-unit-tests
-
- Jun 28, 2016
- Jun 27, 2016
-
-
Jenkins authored
-
Joshua Harlow authored
Instead of having the program sys.exit when a docker client object can not be created (which kills all the threads and messes up the program and its associated state) have a exception be raised when this (for whatever reason) fails. Also refactor so that there is a docker task that the docker client using tasks can all inherit from. TrivalFix Change-Id: Ie81aff10cfe6f2fc5c65d53402200e3928fb460c
-
Jenkins authored
-
Jenkins authored
-
MD NADEEM authored
Change-Id: Id3abd50dbcdb21654d5f5bc344e960aff2c5d5d7 Partially-Implements: blueprint ansible-unit-tests
-
Dipa Thakkar authored
The forwardfor option cannot be used in certain modes such as TCP. To resolve that create a special default section for MariaDB Change-Id: I743bbbfb732b04f115d1a878a0dfc22e29d2623d Closes-Bug: #1549746
-
Jenkins authored
-
Jenkins authored
-
Mohammed Salih Puthenpurayil authored
TrivialFix Change-Id: I92cc2d826f2d418b9575e35dd048c98775c0be5c Signed-off-by:
Mohammed Salih Puthenpurayil <linusali@gmail.com>
-
Jenkins authored
-
Paul Bourke authored
Seen a user with this problem recently in IRC, and encountered it myself frequently. If the Ceph bootstrap fails mid-way, subsequent deploys will commonly fail on the 'fetching ceph keyrings' task. Change-Id: I97176aa0904cd3153dfafe468f5cf94c95175ff7
-
MD NADEEM authored
Change-Id: Icd73eb6e2d5b4207142ef249c8995c98056ae1c4 Partially-Implements: blueprint ansible-unit-tests
-
Jenkins authored
-
Jenkins authored
-
Hui Kang authored
Allow heka container to pick up the openvswitch logs like other services Change-Id: I396ae9419540070c6ab01b8f62607ab46b1f08aa closes-Bug: #1573199
-
Jenkins authored
-
Jenkins authored
-
MD NADEEM authored
Change-Id: I1d59ed9089def808bab31d97ba4cba9e8592b568 Closes-Bug: #1595814
-
Britt Houser authored
The word service was mispelled in security guide. Fixed this typo. TrivialFix Change-Id: I82a135b7c767690c0a639da552bdc2286c9ad43c
-
- Jun 26, 2016
-
-
Dave Walker (Daviey) authored
Currently, if ceilometer is enabled with glance then the rabbitmq is non-functional, causing various glance failures including image upload. This is caused because: The generated config fails to have a carriage return at the end of the rabbit_host line, causing the following line to be added to this entry. rabbit_host is used rather than rabbit_hosts, where the fromer expects a string, rather than the list that is provided. This also adds rabbit HA support, to be in-line with the other services using rabbitmq. This is resolved, by pushing the rabbit_hosts entry to be last, meaning that a carriage return is not required. Change-Id: I89f26d542565b98025fd9b84fc4beb5cbed364e5 Closes-Bug: 1596244 Signed-off-by:
Dave Walker (Daviey) <email@daviey.com>
-
- Jun 24, 2016
-
-
OpenStack Proposal Bot authored
Change-Id: Ie114db9899fd3da9efbb36cd18c1ae45c80489b8
-
Michal (inc0) Jastrzebski authored
To correctly customize lists, we need to specify *_append, *_remove or *_override variable in customization file. Change-Id: I18d67ab89089e2696399ff1b99c1047a2f554442 Partially-implements: blueprint third-party-plugin-support
-
Jenkins authored
-
Paul Bourke authored
delorean.repo is now redirected from trunk.rdoproject.org to buildlogs.centos.org [0] [0] https://www.redhat.com/archives/rdo-list/2016-June/msg00206.html Closes-Bug: 1595568 Change-Id: I650abc34d9cf0c00f9025bd2c62f1bf03fbd96b7
-
Takeaki Matsumoto authored
python-pip package from canocnical for trusty is old. It causes resolving dependencies problem when "pip install". This fixes it. Change-Id: I9134d9d46eba3e9c37167552bf90758690b62ecf Closes-Bug: #1595792
-
hanchao authored
By adding `kolla-ansible pull` before the deployment, it may help to guarantee a successful deployment, and avoid polluting the host environment due to the failure of the deployment. Change-Id: I951a3093ca02601ed6c0469e626fcd92bd1297c1
-
- Jun 23, 2016
-
-
Jenkins authored
-
Paul Bourke authored
There was an unwanted line break in the systemd file preventing the proxy from being configured correctly. TrivialFix Change-Id: I3e6413d4f2d373951cb558e0af1b8bc92d4cbb91
-
- Jun 22, 2016
-
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Swapnil Kulkarni (coolsvap) authored
TrivialFix Change-Id: I4477b1e9681a34a85baf30e94c63f05e0d24ab7a
-
Hui Kang authored
Co-authored-by:
Mohammad Banikazemi <mb@us.ibm.com> Partially-implements: bp kuryr-docker-plugin Change-Id: Ife54f71984ff6c9825769e81fd39e3444c6fe310
-
- Jun 21, 2016
-
-
Joshua Harlow authored
Instead of using the same logger for all the things which makes it incredibly hard to figure out what the images and there builds are doing; instead have it so that each image gets its own logger which is then used by tasks that process that image. Each images logs now will (optionally) go to a logs directory that can be more easily read and looked over and leaves the main logger for informational/task kind of output only. Closes-Bug: #1586478 Change-Id: I939e073a2bc5ed8b5a1e969888fc743d80f468c9
-
OpenStack Proposal Bot authored
Change-Id: I4c265fc0b7f5b4767d36f33dbd4f5903e09b00e5
-