Commit Graph

3226 Commits

Author SHA1 Message Date
OpenDev Sysadmins 396e0434fd OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:19 +00:00
Joshua Harlow 4c86115eb2 Remove more (dead) project contents
Change-Id: I2353b060baf87105b614ccc65bd3e1533f62b0b1
2016-12-20 16:51:57 -05:00
Joshua Harlow 649ab1fb3f Retire anvil
Removes all project contents (and places a README.rst
for future benefit).

Kolla is a good replacement, people should likely switch
to that instead.

http://docs.openstack.org/developer/kolla/

Change-Id: I5e2bf5842af7a67949186ab41814e55ce03deb5f
2016-12-20 13:49:06 -05:00
Joshua Harlow 703d5236ae Allow epoch to be more easily specified on a per instance basis
Change-Id: Iaa94588637b77353326c8c8511c76bca07193542
2016-05-06 22:03:51 +00:00
Jenkins ec2067ec26 Merge "Remove argparse from requirements" 2016-04-26 02:38:25 +00:00
Jenkins 85d6ce1b9a Merge "Drop bootstrap support for any variation of RHEL 6.x" 2016-04-25 14:43:01 +00:00
Jenkins d0c790e636 Merge "Add systemd unit file support to ironic" 2016-04-25 14:42:10 +00:00
Jenkins 7e1571ba76 Merge "use assertIsInstance(A, B) instead of assertEqual(type(A), B)" 2016-04-23 00:03:48 +00:00
Jenkins 6996c58138 Merge "Deprecated tox -downloadcache option removed" 2016-04-22 23:59:47 +00:00
Ondřej Nový 9db2b58f51 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Ic618326816ed2e69941fbbad0436615c4d2dbcbd
2016-04-21 22:04:13 +00:00
skseeker 22a6105b26 use assertIsInstance(A, B) instead of assertEqual(type(A), B)
Change-Id: I7708c2d3304c99179ef1333d54ce5e1fe5780e8d
2016-04-21 22:03:56 +00:00
Kris Lindgren 11bfdfd639 Add systemd unit file support to ironic
Also add ipmitool as a req for conductor

Change-Id: I439573d723cb5b317b9428fe7ff5c2a50483a595
2016-04-21 22:03:48 +00:00
Andreas Jaeger 31a58bd312 Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-04-21 22:03:39 +00:00
Joshua Harlow 80c12b266e Drop bootstrap support for any variation of RHEL 6.x
Change-Id: I838995aab93118561e2a29790fb4b2156b205ad5
2016-04-21 22:03:29 +00:00
Joshua Harlow 3a16a0a1f1 Remove origins for [H-J](.yaml)
These are really old and should not be needed anymore,
so to ensure people don't expect them to work remove
them from the tree.

Change-Id: I80d0b81a1e25d3216762e3848a5d747a233d3549
2016-04-21 22:03:19 +00:00
Joshua Harlow a2cf1a6f29 Fix things to actually work in the gate
- Remove bashate section as it's causing flake8 to puke
  and remove the py26 tox env, as that no longer exists and
  is used anyway.
- Unlock the pylint version, since it appears to not be
  working anymore, and a newer version should
  be working.

Change-Id: If57bd386d86fc0f7041ac91bd225d2a272e471cb
2016-04-21 12:36:11 -07:00
Jenkins 1bbe7a5059 Merge "Change repositories from stackforge to openstack" 2015-10-20 20:24:37 +00:00
Jenkins 484a908e9f Merge "Add magnum to anvil" 2015-10-19 18:31:14 +00:00
venkatamahesh 32ee81b41e Change repositories from stackforge to openstack
Change-Id: I64b4e9ef61b6dab8995b5217f0254e9a14276bb3
2015-10-19 23:49:46 +05:30
Jeremy Stanley bc88c54085 Update .gitreview for new namespace
Change-Id: I35438c5f94651bc996a844a2001bdfba83fbdfed
2015-10-17 21:53:11 +00:00
Jenkins 99fe6d1178 Merge "Ensure setuptools is somewhat recent" 2015-09-24 01:55:12 +00:00
Joshua Harlow 7c027d40e2 Ensure setuptools is somewhat recent
Due to bugs in older setuptools version parsing
we need to set a relatively new version of setuptools
so that parsing works better (and/or correctly).

This seems especially important on 2.6 which due to
a busted setuptools (and associated pkg_resources) seems
to be matching against incorrect versions.

Closes-bug: #1489969

Change-Id: Ib859c7df955edef0f38c5673bd21a4767c781e4a
2015-09-23 16:01:06 -07:00
Kris Lindgren 1fe1964db9 Add magnum to anvil
Change-Id: I35e467a5ecdccdb25a040171c967d2492342f51c
2015-09-22 21:20:52 -06:00
venkatamahesh 269edc346f Fix the typo in .gitignore file
Change-Id: If385fff240a1b9e85203a6e9e5c3cb369f19f73b
2015-09-22 18:02:42 +05:30
Jenkins dda9b30745 Merge "Unpin the pip version" 2015-09-08 17:39:14 +00:00
Joshua Harlow 82671430e6 Unpin the pip version
We were restricted to older versions of pip due to some
import changes, and code changes the pip folks did, but this
changes that so that we can now use the newer versions of
pip and all the features/additions they have performed there.

Change-Id: Ia4bff0229acf7823c8fe9e0e95bf3ac02f9a6ce1
2015-09-03 15:41:14 -07:00
Jenkins 9e1ea2a779 Merge "Allow patching using 'git am' for nicer git patches" 2015-09-01 19:28:42 +00:00
Kris Lindgren db28756ac0 Remove force install of PBR due, to PBR being capped
Change-Id: Idb765e67b18bf74cb5501b5b67ec549c1c461c5c
2015-08-28 15:41:03 -07:00
Joshua Harlow aeb262f331 Allow patching using 'git am' for nicer git patches
Change-Id: I8535913874b0fd2ce72f20280cca6962bb3802c7
2015-08-11 20:52:43 -07:00
Joshua Harlow bfa51394a2 Allow pip retry/retry delay to be provided as options
Change-Id: Iea398761ce6a9d3a8cf557eb17ca92d42bcdf9b7
2015-08-11 10:59:09 -07:00
Jenkins b32d913c64 Merge "Update nova venv to include some missing python modules" 2015-08-11 16:52:44 +00:00
Jenkins 80e135ca71 Merge "Capture venv install/create output" 2015-08-11 16:19:38 +00:00
Jenkins 289a4a64fb Merge "Allow RHEL/centos 7.0 -> 7.1.9999 to be used" 2015-08-11 16:18:36 +00:00
Jenkins 533349b11d Merge "Remove color_enabled() function and replace with LOG_COLOR usage" 2015-08-11 16:18:29 +00:00
Jenkins a8876d5231 Merge "Remove a few not-used exceptions" 2015-08-11 16:18:23 +00:00
Jenkins 81b822ec2c Merge "Make the try_download a method vs a local function" 2015-08-11 16:18:17 +00:00
Jenkins 734805fd54 Merge "Use helper function to get func name (which is better than __name__)" 2015-08-11 16:18:02 +00:00
Joshua Harlow e4c05b3409 Capture venv install/create output
Change-Id: Ic079e5c9887a5ef6a0abd647e9090f59818b2ac1
2015-08-10 21:07:52 -07:00
Joshua Harlow bba43eeb4d Enable --debug for py2rpm when building srpm(s)
This allows the output to contain the spec file
created, along with the various stages py2rpm goes through
which can be useful during debugging.

Change-Id: I9ff49ed8b24defedc205522fbc912b234805a9d5
2015-08-10 12:10:42 -07:00
Jenkins 062ecc164c Merge "Remove noisy and useless parsing requirements LOG" 2015-08-10 06:29:40 +00:00
Joshua Harlow c214a7523b Make the try_download a method vs a local function
Change-Id: Iaafd6e5bfc04d37b341121d3cc0a7c9c1edd066f
2015-08-09 22:59:04 -07:00
Joshua Harlow 9df9865427 Use helper function to get func name (which is better than __name__)
Change-Id: If0dcada77ef667bb1e6ea2b4a4b6c1fdb018bf03
2015-08-09 22:54:58 -07:00
Joshua Harlow 1b2edca454 Remove a few not-used exceptions
Change-Id: Ic4898ba5ef07da78184769a1e69df5e2a8182df6
2015-08-09 22:46:48 -07:00
Joshua Harlow 71066614c9 Remove color_enabled() function and replace with LOG_COLOR usage
Change-Id: I664f76aab7873e4393ca1b9d0428092ee14460c0
2015-08-09 22:41:17 -07:00
Jenkins b9217f327b Merge "Add refspec tag for origin checkout" 2015-08-07 16:16:06 +00:00
Joshua Harlow ffc32cdd86 Allow RHEL/centos 7.0 -> 7.1.9999 to be used
Fix errors that will be thrown on RHEL7.1 like:

'''This script must be run on RHEL 7.0 or older and not RHEL 7.1.'''

Change-Id: I4f387247b5e3e88115a7242dc5d33251663564c1
2015-08-06 15:16:47 -07:00
Stig Telfer 2605f2d812 Add refspec tag for origin checkout
An optional refspec can be supplied to git checkout, enabling checkout
and packaging of Gerrit patchsets in code review.

Change-Id: I22c32aec02c21cf2071a4ab34c71423c892415f1
Co-Authored-By: Ben Motz <bmotz@cray.com>
2015-08-06 17:48:39 +01:00
Jenkins d639c5bf1e Merge "The ubuntu venv job is now working, so we don't need duplication" 2015-08-06 15:16:38 +00:00
Jenkins 38b21987f8 Merge "Allow component specific config to not exist" 2015-08-05 23:24:38 +00:00
Joshua Harlow 69d84aaac7 The ubuntu venv job is now working, so we don't need duplication
Depends-On: Ieaecac84aa192e4a55e5f769340a24127e2f7452

Change-Id: I9f1fec1c8b626ec64edd070e9511d952124e87ae
2015-08-04 21:46:04 +00:00