Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann 6ed93f8448 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: I9da248ee774c038c99bf452898ac8658aa337aad
2024-02-24 11:41:53 -08:00
wangjiaqi07 60fe998bea remove unicode from code
Change-Id: Idd33e63c54e091bf390a9160a101c4baf6b464bc
2022-08-25 11:29:38 +08:00
Steve Baker 79a41c4478 Write complete os-net-config examples
These illustrative examples are adapted from the tripleo-ansible
tripleo_network_config templates.

Since the README now points to the documentation, the partial
examples in the README have been removed.

[1] https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_network_config/templates

Change-Id: I3c5de53dd97bc5bbc25d3c02fe9a6185f3112e84
2021-02-15 20:43:54 +13:00
Steve Baker 6c9bdad27b Document os-net-config YAML format
This change documents the types and attributes used by the TripleO
networking templates[1] along with how these are used by the ifcfg
backend.

The next change in this series will be a new page of complex examples
to illustrate the usage of these types and attributes.

Future changes can document unused types and attributes, and also add
ENI backend notes to go alongside the ifcfg notes.

[1] https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo_network_config/templates
Change-Id: Ic9d5643354b76165261498d875266c68e9bc6a7e

Change-Id: Iff3cdb2657b3e427f9fa3a882479253bf2e27fee
2021-02-15 20:36:35 +13:00
Steve Baker aa213097dc Refresh README.rst, expand usage.rst
As part of an effort to fully document os-net-config, this change
makes the README.rst more consistent with other projects, and expands
the usage.rst page to describe useful command-line arguments.

Now that the README has a link to the generated documentation[1], the
provider section can be replaced by the one in the usage.rst page.

[1] https://docs.openstack.org/os-net-config/latest/

Change-Id: I065da7c7028bf081fb1d87ef64c4f3f873bfe111
2021-02-04 14:40:27 +13:00
Andreas Jaeger e662da0d57 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

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.

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: I13e5de067ad381d058060bc5e297a0360804e119
2020-06-03 20:27:18 +02:00
Andreas Jaeger 4363f45062 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
- Update classifiers
- Update requirements, no need for python_version anymore
- Cleanup releasenotes/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine
- Update to hacking 3.0 for Sphinx 3 support, fix problems found

Change-Id: Id7cab423584af9280da54f12a29daa1f60a3ca35
2020-04-17 16:47:33 +02:00
pengyuesheng f9c3e08bd0 Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details

Change-Id: I36d28270744c6eb17bf3b9484b33f0dff70cfff4
2019-07-31 16:34:14 +08:00
Andreas Jaeger 8465e5c9cb Update docs testing
Use doc/requirements for documentation requirements, this avoids pulling
in sphinx into the python environments and thus solves the problem that triggered
https://review.opendev.org/658224 as well.

Note that both changes are needed in general, while the problem is solved
with either.

Switch to openstackdocstheme instead of oslosphinx, update sphinx
requirements for this and sync with global requirements.

Change-Id: I360c185af8740a71ebc0f5f49debd5b6032161ec
2019-05-24 11:49:57 +02:00
Arundhati Surpur cae3684b4b Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8
encoding in doc/source/conf.py

Change-Id: I0e55484a6ffacaa9b541abb3cd51ffb8a8a66bef
2017-07-19 17:35:19 +05:30
Dan Prince 8d3dc89842 Initial commit
Initial commit of the project layout
2014-06-06 12:27:50 -04:00