Commit Graph

125 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov bc258b4e19 Deprecate OpenStack-Ansible nspawn repositories
Since nspawn support has been removed with [1] we now
start repositories deprecation process.

[1] https://review.opendev.org/c/openstack/openstack-ansible/+/782569

Depends-On: https://review.opendev.org/c/openstack/project-config/+/797723
Change-Id: Ic80477b87a3ddc74ac1712f6bd4c3aba284fa1cb
2021-06-23 20:24:41 +03:00
Marc Gariepy e20e45fd41 remove ansible_python_interpreter
ansible_python_interpreter is now set to auto in the tests repo.
it doesn't need to be overwritten in the test anymore.

Depends-On: https://review.opendev.org/734676/
Change-Id: I2d62651eeac1393412877da9303ae740d756c2f3
2020-06-11 15:59:10 -04:00
Zuul c35c2606f0 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 10:56:29 +00:00
OpenStack Proposal Bot 5f338d4e61 Updated from OpenStack Ansible Tests
Change-Id: I652e129975c30736ab9e2f1d37fdc4e2797221ee
2020-06-03 19:00:53 +00:00
Andreas Jaeger 1c15047631 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: I5c5f2c4aeacd88b88f7a6a1b3c26de22a2517eaf
2020-06-03 19:03:21 +02:00
OpenStack Release Bot db858a9e03 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: Ic2890d6502575b6a42ef05cc86db348e43fbff3b
Sem-Ver: feature
2020-06-01 13:10:33 +00:00
OpenStack Proposal Bot 1222ed6516 Updated from OpenStack Ansible Tests
Change-Id: I65aec3e7a7566e2f5661be2edd89a224fc060518
2020-05-22 07:01:36 +00:00
Andreas Jaeger 704a57c037 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: Ieff8621a2bcde05cdbbf46b01cf24f0f4c715f2e
2020-05-20 18:45:45 +02:00
Jonathan Rosser a041b4ec58 Ensure that facts are gathered for newly created containers
If this is not done before the systemd_service role is run then
the operating system specific variables file cannot be loaded
and the container creation will fail with:

TASK [systemd_networkd : Gather variables for each operating system] ***********
fatal: [container1]: FAILED! => {"msg": "No file was found when using first_found.

This is due to varaibles like ansible_distribution being unset
until facts gathering has been done, and the lack of facts gathering
is probably exposed by the recent upgrade to ansible 2.9.

Depends-On: https://review.opendev.org/728995
Depends-On: https://review.opendev.org/728997
Change-Id: Ifee09ed58e32584d799fca13f33f842765f9cfb9
2020-05-18 19:03:04 +00:00
OpenStack Proposal Bot 35db5b7e6a Updated from OpenStack Ansible Tests
Change-Id: I62d4afc445d777ec88d7168d61041057ff27e95b
2020-05-05 13:30:47 +00:00
melissaml 714627b611 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
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove noww
 obsolete content.

Change-Id: I6f85271e1750d6fa9006847feb18a1390f9048ea
2020-04-15 10:48:33 +08:00
OpenStack Proposal Bot 0eb980d9f0 Updated from OpenStack Ansible Tests
Change-Id: I27f93b341a2008c2e6162eb3a6b0fdb0bc1b3469
2020-04-13 17:45:47 +00:00
OpenStack Proposal Bot b9e2df44a3 Updated from OpenStack Ansible Tests
Change-Id: I878bfd21661bd8af2b63ef37b6d52127e7a674d2
2020-03-11 12:45:37 +00:00
OpenStack Proposal Bot 3d8889bdb7 Updated from OpenStack Ansible Tests
Change-Id: I57a0cb1cb94adae82742508b0e2658bce5411ba6
2020-03-06 17:54:30 +00:00
Ghanshyam Mann 3ab811cee1 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

openstack-ansible repos need few updates on requirements
and tox file.

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: Ie60df3b41fd4a73498ac3085c5541bdff7c0703d
2020-03-03 21:38:08 +00:00
Jonathan Rosser f7db773a32 Add vars file for debian buster
Depends-On: https://review.opendev.org/711112
Change-Id: I291c0d76029639c40050e3271d1dce1cb4c8d65e
2020-03-03 21:37:36 +00:00
OpenStack Proposal Bot f99b00e339 Updated from OpenStack Ansible Tests
Change-Id: I860842433b0606f8c03b797aaefcfa5bfc34e826
2020-02-24 13:06:46 +00:00
Zuul ee5a51f78c Merge "Updated from OpenStack Ansible Tests" 2019-11-21 17:23:34 +00:00
Zuul a78f483733 Merge "tox: Keeping going with docs" 2019-11-21 16:48:02 +00:00
OpenStack Proposal Bot f4da3bf76c Updated from OpenStack Ansible Tests
Change-Id: I0e9cfb3319104574171b600a77d7ad1029f7f53a
2019-11-21 16:32:52 +00:00
ShangXiao de324b2319 Fix typos in the yml files
Change-Id: I489f7c180feb31b67fbb6d37b5ee5bc410e3a585
2019-11-04 16:40:54 +08:00
Zuul a38b96055d Merge "Update master for stable/train" 2019-10-24 13:43:47 +00:00
jacky06 abdff032b9 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: Ifc53943b84a9eedb41bed8d07f4dda52e5ae879b
2019-10-23 17:43:05 +00:00
OpenStack Proposal Bot 585702eba9 Updated from OpenStack Ansible Tests
Change-Id: I7ee3a72e01f6f538abb80a835df521fcedc43dce
2019-10-23 17:24:02 +00:00
OpenStack Release Bot 58b877ea33 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: I5aa48e4cb6e915d48a05d7a5237809939e92499d
Sem-Ver: feature
2019-10-22 18:55:04 +00:00
OpenStack Proposal Bot b7861939fe Updated from OpenStack Ansible Tests
Change-Id: Ib272afe5db60e5bddd654664ee67e7a446c746db
2019-08-20 03:05:15 +00:00
OpenStack Proposal Bot bb0fc86e19 Updated from OpenStack Ansible Tests
Change-Id: Ia044eb3118eeffbe5c2facb9c9f921959427c27b
2019-07-30 19:35:49 +00:00
OpenStack Proposal Bot 31e51872bd Updated from OpenStack Ansible Tests
Change-Id: Iacba61748e6291679e8068c7196394bb4753bb16
2019-07-20 09:27:53 +00:00
OpenStack Proposal Bot 4eeacff517 Updated from OpenStack Ansible Tests
Change-Id: Ib05addd10207c282e1b0b27c3f9211af63e0557a
2019-07-18 22:17:01 +00:00
Zuul e904ef9b1a Merge "Replace git.openstack.org URLs with opendev.org URLs" 2019-07-16 14:41:16 +00:00
melissaml dc13e6565d Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Idc14e934fc5a10cdf81055bc22c76cd9c5c8aa9e
2019-07-10 22:00:37 +08:00
OpenStack Proposal Bot bb014781b1 Updated from OpenStack Ansible Tests
Change-Id: Ib8d4b398eebbb215ff5e97207989a6c45c867957
2019-06-27 10:20:19 +00:00
OpenStack Proposal Bot 1d5796ac1a Updated from OpenStack Ansible Tests
Change-Id: I0efaf89a572f7e1bcfb5efd07016e3108d3f3ef0
2019-05-09 11:33:51 +00:00
Zuul 67bf827dfc Merge "missing document start "---"" 2019-04-24 19:01:44 +00:00
OpenStack Proposal Bot 505531b1d9 Updated from OpenStack Ansible Tests
Change-Id: Ia6a3456d5eb2f8a10e3a396ff21ffe435ff9785c
2019-04-22 07:12:50 +00:00
OpenDev Sysadmins 9ad1056cc0 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:44:51 +00:00
Guilherme Steinmüller 745fa16f25 debian: add support
This patch updates the meta and creates a debian
var file to reflect it's support of Debian accordingly.

Depends-On: I2653aea2aebc95bfc67fe49bc66fb68a4f996170

Change-Id: I310557ba51cb29bfe9061603bb5bbe9912a57a98
2019-04-12 20:29:03 +00:00
OpenStack Release Bot b1aa1ef9a3 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: Icc89af3d3d15ea2ef62d12130c05cdd55f009fa6
Sem-Ver: feature
2019-04-08 09:15:42 +00:00
Mohammed Naser b5677eefc2 docs: drop sphinxmark
sphinxmark is no longer compatible with the latest release of Sphinx
which is causing all of our documentation jobs to fail.  This patch
removes it as our current usage of openstacktheme for documentation
already provides watermarks for current branch and notices for which
branch the documentation covers.

Change-Id: I7256e912479540be3f46fa1a83e67182f7b6f571
2019-04-04 05:13:48 +00:00
OpenStack Proposal Bot cf88e64a07 Updated from OpenStack Ansible Tests
Change-Id: Ic1ad285fcc70b2ae5f99fc68f811a92483d6dcc2
2019-03-22 21:56:30 +00:00
OpenStack Proposal Bot 5a7cb98319 Updated from OpenStack Ansible Tests
Change-Id: I8524c670ea6033b1b69cdd1586651a9451595e79
2019-02-27 06:02:21 +00:00
Kevin Carter 3279aed459 Remove the private option from include_role
The private option on include role was never implemented and
will no longer be developed. This change removes the option
so ansible no longer raises a deprecation warning.

Change-Id: I7678c1a5de07cda066dcf1e24684300fef56e0ba
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2019-02-22 00:49:34 +00:00
Zuul c61ffaf97b Merge "Fix the misspelling of "container"" 2019-02-11 14:33:48 +00:00
Zuul 572b5768bd Merge "Trivial: Fix the pep8 warning" 2019-02-11 13:55:32 +00:00
Zuul 0ec4f0de0b Merge "Change openstack-dev to openstack-discuss" 2019-02-09 19:09:19 +00:00
Kevin Carter 6056124447 Add path variable for different distros
This change removes the assumption that ip and iptables are always in
the same location on any distro by setting the specific tool path per OS
package manager type.

This adapts the pattern set here:
fc9a2d03dc/tests/roles/bootstrap-host/defaults/main.yml (L106-L118)

Change-Id: Ie627a5b5ec3984ea6883e184f55a2fb2034e2d92
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2019-01-31 11:21:49 -06:00
lijunjie ed8a54347d Fix the misspelling of "container"
Change-Id: I5b0ba4e516af2facb145f9f228aa168de75402dd
2019-01-23 16:28:58 +08:00
Zuul fe309dc0c9 Merge "Add bugs url link to README" 2018-12-20 16:25:54 +00:00
Kevin Carter fd7bb01097 Update the systemd-nspawn template for legacy systemd environments
The systemd-nspawn template has been updated to better support for
modern systems. This was primarily done for better centos and suse
support which have older versions of systemd.

Change-Id: I4c01102dae8445317a3a891861f2cd4bef20492b
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-12-20 11:40:08 +00:00
ShangXiao 829ca31d56 Add bugs url link to README
Change-Id: Ica162642adf4ac63432e3bba78d2f61b6d0d4a95
2018-12-04 23:56:10 -08:00