Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann 0a53c4a961 Retire openstack-chef: remove repo content
OpenStack-chef project is retiring
- https://review.opendev.org/c/openstack/governance/+/905279

this commit remove the content of this project repo

Depends-On: https://review.opendev.org/c/openstack/project-config/+/909134
Change-Id: Idb3769e91814eb7703a3a4787f485fab1caa97f8
2024-02-17 20:47:50 -08:00
Lance Albertson 90b2f96247 Updates for rocky
- Update some documentation
- Migrate all Markdown to RST for better rendering
- Drop obsolete bootstrap.sh script
- Update tox.ini as for building docs only python3 is supported

Change-Id: I40a7b02e0a83b516dd7b3cccdb3ddbece2996890
2019-12-06 09:50:11 -08:00
gujin 9daf7e3299 tox: Keeping going with docs
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.

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

Change-Id: Id4ba8fdf54276ce53601337b3006728724831084
2019-11-01 14:56:55 +08:00
wangqian 8b7a000ec3 Modify tox.ini
Replace openstack.org URLs with opendev.org URLs

Change-Id: Ib903d3cb1e7e28f0dfa4f2cc976594e01ff90b1c
2019-05-10 14:58:56 +08:00
Jens Harbott a96d883066 Build a deploy-guide
Seems that since we are a deployment project, we should produce a
deployment guide rather than an installation guide. Using
what OpenStack-Ansible did as a guide.

Change-Id: I9740b7dbc8cf48c47e5bbc5d261f8736b00ee068
2019-04-03 13:27:22 +00:00
Doug Hellmann cb6c2a8ade 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: I57dd4f389ebce29b53e72ee038beddcd8f15be32
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:36:28 -04:00
Samuel Cassiba cc6681b7f8 Add Chef OpenStack contributor, install guides
This change removes the markdown documentation in favor of a set of
rST documents generated with OpenStack branding.

Change-Id: I364ef53e24aed5f4721c5f3d56cc1d63966b4e88
2018-05-19 07:10:59 -07:00