Commit Graph

44 Commits

Author SHA1 Message Date
Ghanshyam Mann 1eadb5f356 Cleanup the retired repo
This repo is not properly retired. Retired repos can only have two files:
- README.rst
- gitreview

To cleanup the retirement of this repo, keeping these two files only and
removing the other remaining files if there is any.
Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup

Change-Id: I1155e47887a8b3e711f9f6f86ea375c6d53ce5ee
2020-08-05 19:59:34 -05:00
OpenDev Sysadmins 6eeae67168 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:40:17 +00:00
kaiokassiano b56a6e74ac Retire openstack-ansible-os_monasca-ui
Depends-On: https://review.openstack.org/617195
Depends-On: https://review.openstack.org/617321
Needed-By: https://review.openstack.org/617212
Needed-By: https://review.openstack.org/617322
Change-Id: I54264a16b09d7c0ffd85f1cf683ab3bffface42b
2018-11-21 08:52:27 -03:00
OpenStack Proposal Bot faaf0587f4 Updated from OpenStack Ansible Tests
Change-Id: I6fa86cf8bbb3d48d32b89b0236bfd50c55961c66
2018-10-02 14:54:06 +00:00
Zuul 4886ff69d2 Merge "fix tox python3 overrides" 2018-09-29 17:13:00 +00:00
Doug Hellmann f4e1e97790 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ib43d36fc32991460c9ce6cf40a82ed4717b668ec
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:44:00 -04:00
lvxianguo 82a68c326e add the project source code repository
Change-Id: I64e8e71900cac9899b0c5f8b2013e4a5b95366b7
2018-09-07 09:26:49 +08:00
huang.zhiping 503e05af6f switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I07d3c7a4d85d8746eb91487a40008e15986ddc11
Story: #2002586
Task: #24319
2018-08-21 13:22:01 +00:00
huang.zhiping efa8c95598 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I0114ca13314033b1b02fec257cd25c9dd9f7f74e
Story: #2002586
Task: #24319
2018-08-21 13:16:34 +00:00
Jesse Pretorius f3891f4c11 Use the TESTING_BRANCH env var for constraints
The TESTING_BRANCH environment variable is provided by the
run_tests.sh script and is derived from the .gitreview file.

This ensures that once the master branch becomes a stable
branch, the constraints from the stable branch in the
integrated repository will automatically get used once the
.gitreview file is updated.

To ensure that the required environment variables are present
we export them appropriately in run_tests.sh and modify the
tox configuration to pass them into the tox test.

Change-Id: I4abc45ee31849f50a0bc7b5a8c35bf31dc131aa6
Needed-By: https://review.openstack.org/579371
2018-08-16 18:23:10 +01:00
Heba Naser c30e707434 Use tests repo for common role test requirements
Using tox for requirements management requires in-repo
requirements files for all our repositories. Rather than
do that, we make use of the tests repo to capture our
common requirements and use this to install them.

This reduces our review requirement rate and simplifies
maintenance for us for the tox config. It also makes it
usable with 'Depends-On', which is marvellous!

The tox requirements definitions for docs/releasenotes
builds are left in-place as those are standard entries
across the community. If that changes at some point, we
can re-assess those entries too.

Depends-On: https://review.openstack.org/579208
Change-Id: I9150b61765b7c21fa35ccad986b32ba53895fafa
2018-07-02 12:58:01 -04:00
zhulingjie f920ae5e1b Add release note link in README
Change-Id: I507e735e0a1b1764768c391ac72993fe87db516f
2018-06-12 12:05:25 -04:00
Jesse Pretorius 7d09caaf43 Remove tests-repo-clone.sh
Now that run_tests.sh handles the tests repo clone, we can
remove the use of the older tests-repo-clone.sh script.

Change-Id: I6973ff9024288e470f5f0dce80624a49c2830b37
2018-03-28 10:15:13 +01:00
OpenStack Proposal Bot f7f119155e Updated from OpenStack Ansible Tests
Change-Id: Ib9893fc859b32040dc9f5c8bb1c9fdb165bf367e
2018-03-27 15:54:15 +00:00
Jesse Pretorius d435728cfb tox.ini: Expose USER environment variable to execution environment
In order to allow the use of the environment variable which informs
Ansible which user executed the playbook, we pass the USER env var
into the environment that tox builds.

Change-Id: I795d49a72090b8118f4205a5f9de16ac1066b4bf
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
2018-03-15 18:00:40 +00:00
OpenStack Proposal Bot a2c60d2e41 Updated from global requirements
Change-Id: Ib03f3b7d51f024040e6e64c4126eec16255cd0c2
2018-03-15 07:36:29 +00:00
OpenStack Proposal Bot 689fb4badc Updated from global requirements
Change-Id: I9e673ea232d37294a744465003d4b2a9de4f6c43
2018-03-13 07:15:20 +00:00
OpenStack Proposal Bot cd0f3196a7 Updated from global requirements
Change-Id: I7a621ee5711280897fe30e4b609bd468d0769b70
2018-03-11 18:03:52 +00:00
ZhongShengping 1004b097b2 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I1de4f29f4d1b77d1372b1f181701735aa808a564
2018-03-09 12:01:27 +08:00
wangqi 70a085ac39 Update links in README
Change the outdated links to the latest links in README

Change-Id: I9833c50bec7a13eaa7c29a89d7356d12a291557b
2018-03-02 14:45:43 +00:00
OpenStack Proposal Bot 3a72ddca36 Updated from OpenStack Ansible Tests
Change-Id: Iddad25ef56faae07383428132a2e7dd44a260c73
2018-02-14 20:06:37 +00:00
OpenStack Proposal Bot 81a51e639f Updated from global requirements
Change-Id: I6cc8e3b6c74932609dc3d87d59111be2521f2665
2018-01-24 01:19:10 +00:00
OpenStack Proposal Bot 4adfbc7928 Updated from global requirements
Change-Id: Id790e94a0e6272e7437730c1cbca4a26774d00fa
2018-01-18 03:17:06 +00:00
Andreas Jaeger 7a6ba961b1 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: Ibe13c3fe12326e82c65eb1c855b10ec3d6a0b7c0
2017-11-17 08:01:17 +01:00
Jean-Philippe Evrard 58c2e9f83d Fix OSA metadata state
Conformly to our procedure, this role has to be moved to
unmaintained. The introduction version was also fixed with the
date of creation.

Change-Id: Icc15c3b90d38bffdd5318c4ba7e5bd7d1f639d22
2017-11-01 08:40:30 +00:00
OpenStack Proposal Bot 16d73ad3c4 Updated from OpenStack Ansible Tests
Change-Id: Ieeb5c8e01923bf52a4ec5acc3176f77d2ecfb981
2017-10-12 20:44:51 +00:00
Jean-Philippe Evrard 09c89a995f Add OpenStack-Ansible metadata
We need to add openstack ansible information in the role
metadata to be able to track role maturity. With it,
we can create a role maturity table and take decisions about
role deprecations.

The role status isn't "complete" because no functional test
of the role has been implemented.

Change-Id: I9a5a4cc54ebf3ad66aa14164ba7272a3fc363457
2017-10-10 09:30:07 +00:00
OpenStack Proposal Bot e65947b6e0 Updated from global requirements
Change-Id: Ia06aa01dbbb805f195b58d8c3c64dc6dc545a219
2017-09-16 23:20:14 +00:00
OpenStack Proposal Bot 32514a34b8 Updated from global requirements
Change-Id: I738732468889a520511b324df347630d3331e351
2017-09-13 12:58:57 +00:00
OpenStack Proposal Bot f0b3751eaf Updated from global requirements
Change-Id: Ia557b6962517613d7b5e12d8af0d5df3fa475f49
2017-08-18 11:38:14 +00:00
OpenStack Proposal Bot 3646229e7e Updated from global requirements
Change-Id: I3894b186b896b8f4cf9404a8b380ec973982dbc9
2017-07-27 19:17:48 +00:00
ZhongShengping 9c0b91dcf9 Update URLs in documents according to document migration
Change-Id: I805d95fc8416a1e7839c6cb327123e87d2544545
2017-07-14 09:44:17 +08:00
ZhongShengping 2f85ab9749 Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow[0].

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I4fedefc219517b3ea72ff132440952268cfa0c89
2017-07-03 16:20:07 +08:00
OpenStack Proposal Bot 6d95bba460 Updated from global requirements
Change-Id: I3e8f72cbe21bdb6d5bb00cf1f787614a129a10c0
2017-06-27 12:18:21 +00:00
ZhongShengping 47e5565beb Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: Icc16792e08d5de8d644926798d55d606b00545a0
2017-06-26 14:03:53 +08:00
OpenStack Proposal Bot 9fd5f8df11 Updated from OpenStack Ansible Tests
Change-Id: I1adb01d1d88b0e6671716abbc564f7af2d5b376d
2017-06-22 15:19:49 +00:00
OpenStack Proposal Bot 6186c0c4e1 Updated from global requirements
Change-Id: I1d46101a01b142aa06d1a049bad7a5682ad4de6c
2017-06-12 12:59:31 +00:00
OpenStack Proposal Bot 0a402f70a9 Updated from global requirements
Change-Id: I6b3dd4efd45005e851632c822c5dca71c727fc4d
2017-06-10 21:44:59 +00:00
OpenStack Proposal Bot afc7df416a Updated from global requirements
Change-Id: I0cc8fa400bc51e4fdc02a3794883464dafaa6cd6
2017-06-07 23:58:32 +00:00
Jesse Pretorius ea0960731a Ensure that role tests pin pip/setuptools/wheel
Currently the role tests use whatever versions of pip,
setuptools and wheel are already installed on the host.

When a version of these tools changes it often causes
problems for our testing.

This will ensure that we use a known good set of pins
which is maintained in the general SHA bumping process.

Change-Id: I556eae42bfd69d3515272abd4ad8cc4bd68b397f
2017-06-04 11:21:57 +01:00
Jesse Pretorius 484db1a47b Use zuul-cloner for tests repo in OpenStack-CI
When executing the tests repo clone in OpenStack-CI,
use zuul-cloner instead of git to enable cross-repo
testing. This ensures that if a dependent patch from
the tests repo is noted using 'Depends-On: <change-id>'
in the commit message, that patch will be included.

Depends-On: Idce7abebf32f24c356a27e099fbca954d917402b
Depends-On: I5da7802d61d2ab6b03908138e3a3ed2db22e3d29
Change-Id: Ie4d7b80b8f3778e338200d67a21de678f7afd829
2017-05-16 11:27:58 +00:00
Jesse Pretorius c7a094c557 Fix role gate tests for Ansible 2.3
Add 'become' and root 'user' options to the playbook instead of using
'ansible_become' through an inventory variable.

Change-Id: Id51a7882540a68e53ef00a26e910214a6df6ec9f
2017-05-16 12:14:43 +01:00
Ravi Kumar Boyapati 0407fd52f0 Openstack ansible monasca-ui role first cut
Change-Id: I9c6216e9f1d485b92acac55d88dd076857c34a23
2017-03-08 11:37:20 -05:00
OpenStack Project Creator 18eb115bbd Added .gitreview 2016-11-29 10:18:15 +00:00