Commit Graph

208 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov b7b2134b9d Fix linters issue and metadata
With update of ansible-lint to version >=6.0.0 a lot of new
linters were added, that enabled by default. In order to comply
with linter rules we're applying changes to the role.

With that we also update metdata to reflect current state.

Change-Id: I31d93b2147838f04750bb1380602406484ba400b
2023-08-22 08:02:54 +00:00
Dmitriy Rabotyagov 310b799873 Update tox.ini to work with 4.0
With tox release of 4.0, some parameters were deprecated and are ignored now
which causes tox failures. One of the most spread issues we have is using
`whitelist_externals` isntead of `allowlist_externals`


Change-Id: I915e2d54a89b059f9baa21dc3f142e131c33f600
2022-12-27 17:53:10 +01:00
OpenStack Release Bot 7f26a3560a Update master for stable/zed
Add file to the reno documentation build to show release notes for
stable/zed.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.

Sem-Ver: feature
Change-Id: Icc677a811f3d6a2a710c5995425845b20088c44c
2022-12-13 13:07:00 +00:00
Dmitriy Rabotyagov 967cbe4a3e Switch sphinx language to en
With sphinx release of 5.0.0, they changed default for language variable
to 'en' from None. With that current None valuable is not valid and should
not be used.


Change-Id: I9a6a84a5e0cfef769578e4d3ab49248045fba93f
2022-05-30 16:01:13 +02:00
OpenStack Proposal Bot d5600c48c6 Updated from OpenStack Ansible Tests
Change-Id: I8b9c5037bcd2de10b92295576a1eff449cac7d1b
2022-04-04 16:58:54 +00:00
Jonathan Rosser 0835aa063e Cleanup setup.py config
Change-Id: I378993e01ebc354748f4f5cb48e70d9dfa658d3a
2022-04-04 09:55:53 +00:00
OpenStack Proposal Bot 40561909fd Updated from OpenStack Ansible Tests
Change-Id: I4a374129f13a8130a286a1be19524e5eec1d2f0d
2021-12-17 16:44:25 +00:00
Dmitriy Rabotyagov dda14d52f2 Add integrated linters test
Change-Id: I3988429bbca72f849fc23be753e2a7e718463e71
2021-07-01 14:27:20 +03:00
OpenStack Proposal Bot 434478c289 Updated from OpenStack Ansible Tests
Change-Id: If29f074fcee880cdae571768e9a58d606f124a8e
2021-03-22 08:44:19 +00:00
OpenStack Proposal Bot b92a658d2a Updated from OpenStack Ansible Tests
Change-Id: Ife1f31c5f9118e71b8c7eefa15b9b19d4e7f908d
2021-03-12 22:15:33 +00:00
Jonathan Rosser 7c8888ac6d Use ansible_facts[] instead of fact variables
See https://github.com/ansible/ansible/issues/73654

Change-Id: Ib7e1fa820767fe419eadd6309311204433e9bf20
2021-02-22 16:42:40 +00:00
dmitriy 2eec061c1b [reno] Stop publishing release notes
Since we copy all release notes to the integrated repo there is not need
in publishing release notes for each repository. We should only verify their
validity and linting.


Change-Id: I8d64b81360db95b0c8cacb4d05f32cd2e551271c
2021-01-22 18:23:05 +02:00
zhoulinhui 479d188c29 Replace deprecated UPPER_CONSTRAINTS_FILE variable
Change-Id: Ie74f009f2ef0c56acc49704902095789fb24445a
2020-11-10 13:11:24 +08:00
OpenStack Proposal Bot 9836375f42 Updated from OpenStack Ansible Tests
Change-Id: I7759ccc73945ca89a5cbb824cc41dcea5e23d1d0
2020-09-24 16:53:21 +00:00
Zuul 2e1008fee4 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 10:57:50 +00:00
OpenStack Proposal Bot 2fa53963bc Updated from OpenStack Ansible Tests
Change-Id: Ie684aff856080f2617f42653c561e12a83ede7b9
2020-06-03 18:58:52 +00:00
Andreas Jaeger 1026425658 Use newer openstackdocstheme and reno versions
The sync from https://review.opendev.org/733244 updated to
openstackdocstheme 2.2.1 and reno 3.1.0 versions.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Icbb8dcf2364b1b64cec05a0ba31a88f971df19bc
2020-06-03 18:59:30 +02:00
OpenStack Release Bot ca19efa6b4 Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.

Change-Id: Iff9b934b5aed068cee0c2caec25843bda2ef3f89
Sem-Ver: feature
2020-06-01 13:08:31 +00:00
Zuul 41619e1f0a Merge "Updated from OpenStack Ansible Tests" 2020-05-22 09:46:07 +00:00
OpenStack Proposal Bot b59f97db43 Updated from OpenStack Ansible Tests
Change-Id: I714da994c5d84b364fe4157778cfff3b14fe6e63
2020-05-22 06:59:54 +00:00
Andreas Jaeger 05577fbb0b Update docstheme for style
New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo is using now Victoria (master) requirements but has
not branched for Ussuri yet, it uses the new version.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

Change-Id: If62052b713e054d70fe389529dae02ff771fd43d
2020-05-20 17:24:09 +00:00
OpenStack Proposal Bot 4e85e7ff0d Updated from OpenStack Ansible Tests
Change-Id: Iad7064a7f466cc97693818786333e61fad558a89
2020-05-12 18:02:41 +00:00
OpenStack Proposal Bot 14209056a1 Updated from OpenStack Ansible Tests
Change-Id: Id5f806e7796fd3baa632b0ee476c7558ae1ce305
2020-05-05 13:30:07 +00:00
Zuul 3fd4f44b4c Merge "Cleanup py27 support" 2020-04-14 09:10:10 +00:00
OpenStack Proposal Bot 5553d670eb Updated from OpenStack Ansible Tests
Change-Id: I24bfa454431de9fe9c277ddfbe6921bbe624e181
2020-04-13 17:44:02 +00:00
Andreas Jaeger 69d094b29f Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: If6065686dd9250085a7582509becd92602cb1169
2020-04-13 18:37:23 +02:00
OpenStack Proposal Bot 9f75bc2cd3 Updated from OpenStack Ansible Tests
Change-Id: I70e992f54e8e3059f73c12233442f2b6ae986dbb
2020-03-11 12:45:13 +00:00
OpenStack Proposal Bot 0935c5c8dc Updated from OpenStack Ansible Tests
Change-Id: I6ee1088532666ab10cba0d94c3c341577f651581
2020-03-06 17:53:33 +00:00
Ghanshyam Mann 99ad2fbf9c [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

Only update required is in tox to define common baspython as py3 os that
all tox env including [testenv:functional] will use py3 instead of py2.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ia7217ae8229a893708dd33e03c1eae35c30f6616
2020-03-01 16:06:37 +00:00
OpenStack Proposal Bot feee9e449f Updated from OpenStack Ansible Tests
Change-Id: I423bfced05ae5aa569d52ce716f89fdb18913139
2020-02-24 13:04:59 +00:00
Zuul 6c705c8e31 Merge "Updated from OpenStack Ansible Tests" 2019-11-21 17:04:24 +00:00
Zuul ec6584ff6a Merge "tox: Keeping going with docs" 2019-11-21 16:44:29 +00:00
OpenStack Proposal Bot 29435b9f79 Updated from OpenStack Ansible Tests
Change-Id: Ie61d59f7dba4d08c81542f4ad9cbc74426b1d482
2019-11-21 16:32:09 +00:00
Zuul b0a861dcc9 Merge "Update master for stable/train" 2019-10-24 13:35:55 +00:00
jacky06 69e3589db2 tox: Keeping going with docs
1. Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.
2. Remove the unnecessary blank line for tox.ini

[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045

Depends-On: Ie837d376bb1a1d93367369d25140dd8a9d5ac14e
Change-Id: I6ee3ff95f2fd2c228ea1d8694ccd2423dc33c21a
2019-10-23 17:42:19 +00:00
OpenStack Proposal Bot b979f97a6c Updated from OpenStack Ansible Tests
Change-Id: I5b19e367aa0804a730d4528a789eb1bb3bd08ecc
2019-10-23 17:23:25 +00:00
OpenStack Release Bot c02a8c2334 Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I87207d38d0a369839f69b9b60d1839a42374350a
Sem-Ver: feature
2019-10-22 18:53:09 +00:00
liuwei c469744a99 update git.openstack.org to opendev
Change-Id: Icb09d117937d20b453e9a642471440b89fe9cde3
2019-09-27 01:05:47 +00:00
ShangXiao d8f60e02cb Update invalid link for README
The source code repository link is invalid.
Replace it with the available one.

Change-Id: Ic73499fb06191cf6aa03b5dceeec8481ff4ca651
2019-08-20 00:34:53 -07:00
OpenStack Proposal Bot 9038b8a04a Updated from OpenStack Ansible Tests
Change-Id: I54e63c54ba7a8efa05a6d0d1d94ed8463f372899
2019-08-20 03:04:52 +00:00
OpenStack Proposal Bot f51ba20ae7 Updated from OpenStack Ansible Tests
Change-Id: I490a4edae8ad05297e8cd0303353caa5103f8b23
2019-07-30 19:34:02 +00:00
OpenStack Proposal Bot 958b912ccb Updated from OpenStack Ansible Tests
Change-Id: Id5781de3ad2a9c83292845fd61c388d60e2a5a08
2019-07-20 09:25:36 +00:00
OpenStack Proposal Bot 22221481ff Updated from OpenStack Ansible Tests
Change-Id: I4aece72ccdbb957eef9d69cb32ec6ffff5fdf8e0
2019-07-18 22:16:19 +00:00
OpenStack Proposal Bot 54020a6c14 Updated from OpenStack Ansible Tests
Change-Id: I20956d0ddaeb5d9fd2bf0498c07cb7983b8187a7
2019-06-27 10:19:36 +00:00
OpenStack Proposal Bot 82d2897837 Updated from OpenStack Ansible Tests
Change-Id: Ie95b20c94358ce176bac4161ad01a4c1428adf7d
2019-05-09 11:33:25 +00:00
OpenStack Proposal Bot f13f0ddea4 Updated from OpenStack Ansible Tests
Change-Id: I759481dfbbec168c00ca731013670a9ab101ac66
2019-04-22 07:12:04 +00:00
OpenDev Sysadmins d4fab6a51a 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:34:31 +00:00
Zuul 9d2daca2c9 Merge "Update master for stable/stein" 2019-04-08 21:58:06 +00:00
OpenStack Release Bot 8144f39b19 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I47523fe8317b362d3adf5afe232e054136b877a3
Sem-Ver: feature
2019-04-08 09:14:17 +00:00
Mohammed Naser 2b39ae378b debian: add ci and update meta
This patch adds the Debian jobs for this role to make sure
it's always passing as well as updates the meta to reflect
it's support of Debian accordingly.

Depends-On: I135ea73604890eae5e9e2a7cdcab81b2b39ad426
Change-Id: I7e7fc0cdee5b5b1185f0b52ba87335d77133d68c
2019-04-06 19:06:16 -04:00