Jeffrey Zhang
7093d37f18
Expose the docker build_arg to build.py
...
With this implement, we can add variables at building stage.
For example, add HTTP_PROXY and NO_PROXY when needed like below.
build.py --build-args \
HTTP_PROXY:http://127.0.0.1:8080,NO_PROXY:127.0.0.1
More info about build_arg, pls check[0]
[0] https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables-build-arg
DocImpact
Implements: bp add-buildargs
Change-Id: I29ed7f536670fef59d697603dc562a69d90743c9
2016-01-18 11:42:00 +00:00
Jeffrey Zhang
d4490ea2bc
add unittest code base
...
* add a base TestCase class
* load the tests from the project root rather than only tests dir
* add a test case for WorkerThread builder function
Change-Id: Icf878f9249b475a311123c8235c42b1212d02ca6
Partially-implements: bp add-ut-codebase
2016-01-18 11:42:00 +00:00
Jenkins
c4f142fd96
Merge "Fix centos AiO setup"
2016-01-18 10:23:46 +00:00
Jenkins
dfead6d683
Merge "Fix pid leftover after converting ceph to kolla_docker"
2016-01-18 10:19:38 +00:00
Jeffrey Zhang
bbe088cad2
Remove the not used setup_docker.sh file
...
TrivalFix
Change-Id: I18a69d31c1b3442c79b7ffaab7259363600727e2
2016-01-18 16:49:14 +08:00
Qiu Yu
8c125f01fd
Fix pid leftover after converting ceph to kolla_docker
...
Related-Id: Icb1e81dc8acabe51740edc5658957022ddd13cd7
TrivialFix
Change-Id: Icf7cca554a972370bb109530cce3a0d451c95ae1
2016-01-18 02:32:47 +08:00
Jenkins
c531338fef
Merge "make the testr.conf required environment pass throught in tox"
2016-01-17 16:49:46 +00:00
Jenkins
040eb49130
Merge "Capture the log in default"
2016-01-17 16:48:32 +00:00
Jenkins
23080963d9
Merge "Updated from global requirements"
2016-01-17 16:47:37 +00:00
Jenkins
b4edee1c2f
Merge "Use auth_type instead of deprecated auth_plugin"
2016-01-17 16:02:56 +00:00
Jenkins
c8228da023
Merge "Use dict.items() for adding Python 3 compatibility"
2016-01-17 16:00:50 +00:00
Jenkins
8fd9e85ab6
Merge "Update the document to use kolla-ansible post-deploy"
2016-01-17 16:00:43 +00:00
Jenkins
100c49d7b4
Merge "ironic-conductor: install ipmitool for source deploy in centos"
2016-01-17 16:00:36 +00:00
Jenkins
b0b3f6a229
Merge "ironic-discoverd: fix ironic config file path"
2016-01-17 15:59:24 +00:00
OpenStack Proposal Bot
0fb7b9ad9d
Updated from global requirements
...
Change-Id: I7d8485958fb96c7e111eab4df21472bee27ea8d0
2016-01-17 01:11:22 +00:00
Jenkins
d6071461d6
Merge "Fix container config files directory path"
2016-01-17 00:40:42 +00:00
Wanlong Gao
3898205f0a
ironic-discoverd: fix ironic config file path
...
TrivialFix
Change-Id: Idb15f134137a377690d69d9848791a95df572948
2016-01-16 17:18:09 +08:00
Wanlong Gao
e25c12fee6
ironic-conductor: install ipmitool for source deploy in centos
...
Change-Id: Ib6b095341c8d63b365d3575478b4dafa69720b63
Closes-Bug: #1534900
2016-01-16 16:19:39 +08:00
Wanlong Gao
1574dad493
Update the document to use kolla-ansible post-deploy
...
TrivialFix
Change-Id: Ia2568495df07c3ed3983594c99aac220d2146f99
2016-01-16 14:20:41 +08:00
ting.wang
defd70cef9
Use dict.items() for adding Python 3 compatibility
...
Replacing dict.iteritems()/.itervalues() with
six.iteritems(dict)/six.itervalues(dict) was preferred in the past,
but there was a discussion suggesting to avoid six for this.
ref:
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html
Partially implements: blueprint python3
Change-Id: Ie931bc02f558f6db3677b44f645eb3bdf78ccae8
2016-01-16 13:44:16 +08:00
Wanlong Gao
181b4947dd
Use auth_type instead of deprecated auth_plugin
...
TrivialFix
Change-Id: I33924d6de43126ff8523883eebce703c976f9a1a
2016-01-16 07:44:14 +08:00
Wanlong Gao
f2f269125d
Fix container config files directory path
...
TrivialFix
Change-Id: I94dd94b1e64a6a844497e551a66e7279de636f90
2016-01-16 07:25:55 +08:00
Hui Kang
a755aa88e4
Fix wrong integration bridge configuration name in ml2 conf
...
Change-Id: Idd8d0c41fb527634fcbb74da415c99a3e3995e3c
closes-Bug: #1534666
2016-01-15 12:08:18 -05:00
Jenkins
6b65aed50b
Merge "Remove old config-external.sh"
2016-01-15 15:53:07 +00:00
Jenkins
81fbf246fd
Merge "Playbook for keystone upgrade"
2016-01-15 14:31:40 +00:00
Jeffrey Zhang
3ce3b5b889
make the testr.conf required environment pass throught in tox
...
TrivialFix
Change-Id: I427bd3207de4ae87ab98dc024c4e2d98f0b572dd
2016-01-15 20:28:39 +08:00
Jeffrey Zhang
b67c20f2db
Capture the log in default
...
TrivalFix
Change-Id: I11f47226511e37bf61805b90e0e1bde0088e3cf2
2016-01-15 20:24:52 +08:00
Marc Koderer
3f4873696c
Fix centos AiO setup
...
LVM2 must be upgraded before device-mapper.
Otherwise the setup fails.
Change-Id: I97f57c1c8fd50621ad7fa0ddf296cc987c227cd2
Fixes-bug: #1534549
2016-01-15 11:59:26 +01:00
Jenkins
3f064206b8
Merge "Limit the Ansible version up to <2.0.0"
2016-01-15 09:27:55 +00:00
Jenkins
853bb47d9a
Merge "Murano ubuntu binary container"
2016-01-15 08:44:53 +00:00
Wanlong Gao
d1d8610d9e
Remove old config-external.sh
...
TrivialFix
Change-Id: Ib1923d8782699904cbc6a71d2f326d9c207d0005
2016-01-15 13:36:11 +08:00
Wanlong Gao
a269385a6b
Limit the Ansible version up to <2.0.0
...
TrivialFix
Change-Id: I4b7a86a24dcab1cc42d5c12ef2e8b528fd0f94d0
2016-01-15 06:55:52 +08:00
Artur Zarzycki
5f5169f0e6
Murano ubuntu binary container
...
Change-Id: I059565c15f5b820c5944d5bd349ccbc5acdb7540
Partially-Implements: blueprint binary-ubuntu
2016-01-14 15:33:27 +01:00
MD NADEEM
e09e20cdbe
Put py34 first in the env order of tox
...
To solve the problem of "db type could not
be determined" on py34 we have to run first
the py34 env to, then, run py27.
This patch puts py34 first on the tox.ini list
of envs to avoid this problem to happen.
Closes-Bug: #1489059
Change-Id: I4f791dfa620eacdd76cd46f193e190071ab64b6c
2016-01-14 10:11:24 +05:30
Jenkins
cea76a1b86
Merge "Standardize bashate and add linters"
2016-01-13 22:03:39 +00:00
Jenkins
2d7dce6d26
Merge "Add kolla-ansible upgrade command"
2016-01-13 21:23:51 +00:00
Jenkins
4ada6219d3
Merge "Add some additional debug to gate"
2016-01-13 20:20:34 +00:00
Michal Jastrzebski
26524c7475
Playbook for keystone upgrade
...
New playbook for keystone release upgrade.
Co-Authored-By: SamYaple <sam@yaple.net>
Change-Id: I387abb30e5ead0033430848164d250fce739d2fd
Implements: blueprint upgrade-keystone
Partially-Implements: blueprint upgrade-kolla
2016-01-13 18:48:55 +00:00
SamYaple
a87c2a6929
Add kolla-ansible upgrade command
...
Change-Id: I432802fed979c9e42fb51703ce830f0fd8debc1e
Partially-Implements: blueprint upgrade-kolla
2016-01-13 18:47:38 +00:00
SamYaple
b863a46805
Standardize bashate and add linters
...
The linters gate combindes pep8 and bashate (and then any other
linters we want). This changes bashate to be a sript rather than doing
a script inline. This matches the way other projects (and
project-config themselves) uses bashate [1].
Once a change upstream merges we can remove the redundant pep8 and
bashate gates.
[1] https://github.com/openstack-infra/project-config/blob/master/tox.ini#L11
https://github.com/openstack-infra/project-config/blob/master/tools/run-bashate.sh
Related-Id: I2afa7931bf3e18798b95a8af33ccf5ef761c4ad5
TrivialFix
Change-Id: I2ea2c1156e1b4de008f19e333e2740795dc406de
2016-01-13 17:33:28 +00:00
Jenkins
8c4a2ee781
Merge "Update Ceph doc for RadosGW"
2016-01-13 15:42:23 +00:00
Andrey Shestakov
65906dd01e
Update Ceph doc for RadosGW
...
Implements blueprint radosgw-container
Change-Id: Icc397cc90a64e5af5f844de089fe57c7c1dd651e
2016-01-13 09:27:06 +00:00
Jenkins
b73a096df4
Merge "Add py27 py34 pypy unittest"
2016-01-13 07:58:40 +00:00
Jenkins
e6bb28f1a7
Merge "Ceph repo has been moved to download.ceph.org"
2016-01-13 07:43:43 +00:00
Jeffrey Zhang
67e4607d43
Add py27 py34 pypy unittest
...
Change-Id: Iaf58463bd156924839062b8284a2d7151a153db5
2016-01-13 13:47:49 +08:00
Jeffrey Zhang
875518eb26
Ceph repo has been moved to download.ceph.org
...
Ceph has move it repo to download.ceph.org[0].
Actually, http://ceph.com/rpm-hammer return a http 301 code now.
[0] http://docs.ceph.com/docs/master/install/get-packages/#add-ceph
TrivalFix
Change-Id: I304f9e231c32f63e13d4a5b889412799c39f4d7e
2016-01-13 12:16:46 +08:00
SamYaple
8c5cd011a7
Add some additional debug to gate
...
This info won't affect gate output as all info is logged to a file.
TrivialFix
Change-Id: Id92c1ebc60937fb376c69541d2f308a9d711c85e
2016-01-12 20:52:58 +00:00
Jenkins
5d90d93086
Merge "Fix missing jinja2 in source images for mesos"
2016-01-12 17:36:01 +00:00
Jenkins
c12bfae549
Merge "Fix some mistal mistakes"
2016-01-12 17:35:55 +00:00
hparekh
547bb3f59e
Added Mistral doc link in README.rst
...
Change-Id: I1058362069338cb677f53494d73d47232f415cb9
Partially-implements: blueprint enable-mistral-container
2016-01-12 11:26:39 +09:00