Commit Graph

14 Commits

Author SHA1 Message Date
lpiwowar dbf3e3681b Publish docs to docs.opendev.org
The documentation of tempestconf should be published to opendev.org
instead of openstack.org because openinfra/ projects are not expected
to publish docs to openstack.org

Change-Id: Id4f76a5ac5ac1fa01beacd981fc8e9e93b567a3a
2021-11-18 13:51:45 +00:00
Martin Kopec 7a483c4861 Reflect osf/ to openinfra/ namespace rename
Lately osf/ namespace got renamed to openinfra/ [1], this commit
reflects this change within python-tempestconf's repo.

A few jobs are temporarily put to non voting or disabled (due to
taking long time to finish or due to failures) to unblock the
gates.

[1] https://review.opendev.org/c/openstack/project-config/+/808479

Change-Id: Iecc81881f5d541e0114e880e4b5326c1c064ea09
2021-11-18 10:11:07 +00:00
Martin Kopec e8fac460b8 Fix doc, releasenotes plus build pdf
This patch enables building .pdf documentation using new 'pdf-docs'
tox environment. The newly created tox environment creates latex
source codes using sphinx-build and then builds the pdf
documentation using make.
The patch also fixes documentation to reflect change from openstack
to osf organization fixes copy-paste mistakes in the doc configs.

Change-Id: I15a03442c2a2c355c8e7f1658c1b2329eb38c7df
2020-11-14 18:45:41 +00:00
Luigi Toscano f12cbe83ae Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org and review.openstack.org URLs
with their opendev.org counterparts.

Change-Id: I1b07e63476a930e95e445686b674377fa959c25d
2019-04-23 13:15:29 +02:00
Martin Kopec 187fe46cb2 Remove documented parts from README
A few commits with the official documentation has been already
merged so let's remove the duplicated content from the README.

Change-Id: I8d9e367e81e22eae0ab1068bd8526437e63ce1c8
Story: 2002703
Task: 22670
2018-07-16 14:50:11 +00:00
wu.chunyang dcab34605c Add release note link in README
Change-Id: I558f42e92510517b858504e7e05362663580f5ee
2018-06-28 14:16:31 +08:00
wangqi c6a5fe766f Fix broken link in readme
It appears this blog post moved to blogs.rdoproject.org and the old
link no longer works.

Change-Id: Ib55cfd2d70d4ba6c10a1956e2c331ceabedfe8df
2018-06-05 15:08:27 +00:00
Nguyen Hung Phuong 04095c55e6 Do not use “-y” for package install
According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package,
or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions.html

Change-Id: Ibda78ed1afbb78b370adc8320419f8edd0c70fc6
2018-01-02 16:33:37 +07:00
Chandan Kumar 092dd1382b Updated README with updated links
Change-Id: Ib912c75b026e109007434bd9ec879414707ca323
2017-10-16 16:15:48 +05:30
Daniel Mellado 723f92d022 Add os-client-config support
This patch adds os-client-config[1] support to python-tempestconf.
Further documentation on usage has been added to the included release
note. In addition, all args from os-client-config are supported.

[1] https://github.com/openstack/os-client-config

Co-Authored-By: Martin Kopec <mkopec@redhat.com>
Closes Issue: #2
Change-Id: I79e7ffb42071abcf1744f21265660fd5cfe0c6a0
2017-04-12 09:43:28 +02:00
Luigi Toscano 04472ac09f Convert the README from Markdown to reStructuredText
So that the format matches the extension.
The other option would have been to rename the file to README.md,
but that would require changes in the spec file for RDO for example.

Change-Id: I0766abd310b0ea717989e755ace7252d68d7111f
2017-03-27 13:13:14 +02:00
Martin Kopec d89e635020 Update readme
Add an example on how to use python-tempestconf tool.

Change-Id: I13deed96c5af1feeef4e369cc2da17ad42de0363
2017-03-20 15:26:54 +00:00
Chandan Kumar 305bf0bb19 Refactored python-tempestconf to work with devstack
Change-Id: I5143d9ef63d7bf326b477110c0ff6f82b3c2a9b2
2017-01-18 17:47:00 +05:30
Martin Kopec 8c913923a0 Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00