- Feb 08, 2017
-
-
Cao Xuan Hoang authored
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I7762918aa4d78028d1ceb2cc727c3c7dedd05a00
-
- Jan 27, 2017
-
-
RobiJoe authored
* This patch moves the tox environment and deployment guide placeholder files introduced in https://review.openstack.org/#/c/422931 from the kolla/ repository to the kolla-ansible/repository * Remove or add content as needed Change-Id: I10cf4b5baaf7f7fed7df800194a0c326372a22fb
-
- Jan 16, 2017
-
-
Surya Prakash Singh authored
Enabled the cover environment for kolla-ansible in tox Change-Id: Ic9f0dbc14ff9f4ef3d82bd06eb58fc145cb121d9 Closes-bug: #1655948
-
- Jan 04, 2017
-
-
Surya Prakash Singh authored
"etc/oslo-config-generator" is being use in kolla repo too. Closes-Bug: #1652650 Change-Id: I012830ac3212ebfe954483f076f84541f609bb44
-
- Dec 21, 2016
-
-
Tony Breeds authored
To be co-installable with other OpenStack projects and have consistent testing it's a good idea (tm) to use constraints when creating tox environments. Change-Id: I83d684d90309ad6109e7f6c21a9c2cad4a5371e2
-
- Nov 30, 2016
-
-
Jeffrey Zhang authored
* rename package name from kolla to kolla-ansible * remove docker for data_files * remove kolla docker * remove kolla-build console_scripts Change-Id: I53abbf79dffb54eb785a39ba04d375bc4e4f27b0
-
- Nov 21, 2016
-
-
Jeffrey Zhang authored
* Build kolla image by using kolla project's code * bump openstack_release to 4.0.0 * Remove tox deploy related env, it is useless now. Depends-On: I132ee005bce993cbadf411697817c2e95548dc81 Change-Id: Id899eb39d476b95130fbeb43adf4fd49ef32be32
-
- Nov 18, 2016
-
-
Steven Dake authored
Change-Id: If3cfda8a1bcb0ec0af39c0f7a067ead1f68cb4ff
-
Jeffrey Zhang authored
Build related jobs are removed in project-config, remove the related tox env. Change-Id: If1112b688fed185ba93a2d28a1ba3e77037d392c
-
- Nov 04, 2016
-
-
Jeffrey Zhang authored
All json file in Kolla are json.j2 file, it shold be render as jinja template, then validate by using json. Change-Id: Ibabbe435116fd255d68347e00407156db76fedfe Closes-Bug: #1634447
-
- Oct 19, 2016
-
-
Andreas Jaeger authored
bandit is a security linter and can be made voting now. Instead of starting another virtual machine, run it as part of the generic linting target which is pep8. Change-Id: I6a8f7aa2b60bd96d55b37b6cc2a371069d6d5e6a
-
Jeffrey Zhang authored
TrivialFix Change-Id: I817aa52caf56b7d54b266e553db6db1ceb38b773 Signed-off-by:
Jeffrey Zhang <zhang.lei.fly@gmail.com>
-
- Sep 21, 2016
-
-
MD NADEEM authored
TrivialFix Change-Id: I6f32ce7033fe5a8b8f628a8f52dde67b9540083d
-
- Sep 20, 2016
-
-
MD NADEEM authored
Currently __pycache__ directory, which also holds python bytecode is not deleted when running tox. TrivialFix Change-Id: I0fdcf9a3f9b01cee813eefdbfe29d208dd67f826
-
- 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 04, 2016
-
-
Christian Berendt authored
This will test all rst files inside the doc directory for style issues with doc8 (an opinionated style checker for rst styles of documentation). This will fix all syntax issues identified by doc8 and will improve the syntax. Change-Id: Id1b9563e07e77e306aef5a0767c98c27f87c5c0e
-
- Jul 14, 2016
-
-
Yatin Kumbhare authored
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: Ia7b1fb88ac108e1e8fd6ed963967e731ae3ca5a4 Closes-Bug: #1603006
-
- May 26, 2016
-
-
Swapnil Kulkarni (coolsvap) authored
Change-Id: Icb47ba8b13b13889e28bb285321f11344400edc2 Closes-Bug:#1582618
-
- Apr 02, 2016
-
-
Jeffrey Zhang authored
The Ubuntu Mitaka repo is release, and we have add it. So it is time to add the Ubuntu binary gate. Closes-Bug: #1560386 Change-Id: I29d01147595c4ebebfa00798d01d5fd7398123a6
-
- Mar 27, 2016
-
-
Steven Dake authored
A recent change related to sudo securepath broke how sudo -E works. Now the PATH is reset by sudo as set by tox. As a result we can no longer rely on sudo -E anywhere in our gating system relating to path inheritence from the parent shell. This patch uses a shell operation in the setup_nodes.yml code to chmod the docker socket to 666 so docker containers can build properly. Now docker operations don't return a permission denied and we no longer require the sudo -E operation in any of our tox scripts. This isn't a security vulnerability because our gate scripts are only meant to be run in OpenStack infrastructure. To make this more clear I recommend moving these shell scripts to tests/gate. Change-Id: I5b3d6e280e3c12a25defedb14b5589ba642043fa Closes-Bug: #1562383
-
- Mar 23, 2016
-
-
Steven Dake authored
For proper release note generation on the releases.openstack.org website, this change will need to be backported into mitaka and liberty as well. Then a special one-file reno file will have to be added for mitaka describing the features and the same story for liberty. See log of the discussion here: http://eavesdrop.openstack.org/irclogs/%23openstack-release/%23openstack-release.2016-03-23.log.html#t2016-03-23T18:00:05 Change-Id: I3c298ae08ec4645f384ea5829cb0851fe82f4557 Partially-Implements: blueprint add-reno
-
- Mar 08, 2016
-
-
Dave McCowan authored
Bandit is a job that parses and analyzes python code to detect common insecure programming practices. TrivialFix Change-Id: Iea23a9bd23b25827043f02aa1a62fb0724f1d0ee
-
- Mar 03, 2016
-
-
Jeffrey Zhang authored
Implements: blueprint add-hacking Change-Id: Ia24a263555b9c1eb11e61b9d3fe89612a89daed6
-
- Mar 01, 2016
-
-
Paul Bourke authored
Change-Id: Ic5c0e266639c8ed76d0af473d076d9ae6749102a Implements: bp oraclelinux-gate
-
- Feb 26, 2016
-
-
Jeffrey Zhang authored
TrivialFix Change-Id: Icd69a4d6de8ef222b219e758fa38d58f2c98f505
-
- Feb 11, 2016
-
-
Andreas Jaeger authored
According to the PTI (=Python Test Interface, http://governance.openstack.org/reference/cti/python_cti.html), pep8 is the interface for codestyle checks. Move all tests from linters to pep8. This change will be followed by a change to project-config to use pep8 for testing in the gate. Change-Id: I1a48f4b1e0b0950640192bcfc55121619a844b50
-
- Jan 25, 2016
-
-
SamYaple authored
Change-Id: I5c83b28ce3ef6c4080c68fa2fa353ad118ef7b71 Depends-On: I48faeb61fd3d630e7d7b6c949afcf10f724b0b72
-
- Jan 21, 2016
-
-
SamYaple authored
The existing gate partitioned a disk for use with docker, depending on the gate it would use the swap disk (RAX) or a spare disk (HP). However, with the new gates (Bluebox + OVH) there is neither a spare disk nor a swap disk. This leaves us with one choice: File based loop device. This patch creates a file at /swapfile to ensure we have swap. It creates a file at /docker to ensure we have a loop device for Docker. Right now the /docker file is 10GB and the /swapfile is 4GB due to size limitations in the gate across all servers and types. This has proven to be enough space for all our current tests. Additionally, reduce the number of threads the gate uses to 4 to prevent the lockup and hour timeout we have been seeing as more recently in the gate. The scripts that setup the gate are moved to the tools directory rather than the tests directory to match the structure of the other projects. Partially-Implements: blueprint functional-testing-gate Change-Id: I3e370f2382b6df36103d8b2ceda9b21d9b4229d5
-
- Jan 15, 2016
-
-
SamYaple authored
In an effort to reduce the number of gates, we can combine non-conflicting jobs as we have already done with pep8 and bashate TrivialFix Change-Id: I81c2e523c563f8c761b57c8f20ca807d59da5d68
-
Jeffrey Zhang authored
TrivialFix Change-Id: I427bd3207de4ae87ab98dc024c4e2d98f0b572dd
-
- Jan 14, 2016
-
-
MD NADEEM authored
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
-
- Jan 13, 2016
-
-
SamYaple authored
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
-
Jeffrey Zhang authored
Change-Id: Iaf58463bd156924839062b8284a2d7151a153db5
-
- Jan 06, 2016
-
-
Jeffrey Zhang authored
Closes-Bug: #1530122 Change-Id: I96039eade2aacf1bcd9d14d958cdddd915fc9a5c
-
- Dec 31, 2015
-
-
Jeffrey Zhang authored
TrivalFix Change-Id: I75972366588c691d26512102ba567d6d1b258efe
-
- Dec 22, 2015
-
-
SamYaple authored
By ignoring the appropriate tests that pep8 does we can properly run *most* of the pep8 tests on all of our modules allowing for a more consistent coding style. Closes-Bug: #1528431 Change-Id: I33f27a250d06d4f044267aa3ad189e092789b8df
-
SamYaple authored
Convert config creation from a playbook to an action_plugin. This reduces the complexity and confusion while retaining the same augment structure and flexibility. This allows us to remove the 0-byte files as requirements. They will still be used if they are present (this means we require additional documentation around them). DocImpact Closes-Bug: #1528430 Change-Id: I2c789f6be9f195c7771ca093a6d59499564b4740
-
- Dec 11, 2015
-
-
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 07, 2015
-
-
Michal Rostecki authored
Change-Id: I11f5af83fc602332f6c9ac39f4c22731f8e84161 Closes-Bug: #1523365
-
- Nov 22, 2015
-
-
Sam Yaple authored
To support multinode we must now distribute our setup to multiple hosts. Instead of making special rules for this, we are going to convert our existing setup to Ansible. This way both setup proceedures take place in the exact same fashion. Partially-Implements: blueprint multinode-gate Change-Id: I43ece298bba994e9b5083403ef3cf6d4245cda6d
-