25 Commits

Author SHA1 Message Date
Zuul
bf5f2e573f Merge "docs: Add DevStack configuration example to README" 2024-10-10 01:51:27 +00:00
melanie witt
a8af2ff82c docs: Add DevStack configuration example to README
Change-Id: Ib3f28c272a5cb82de5b037460da1a55dfeb1c6b9
2024-10-09 22:01:25 +00:00
Amit Uniyal
c9b9b1a3e2 Updates readme format
Change-Id: I75d0ccab3b4a4be4651dbf0c6792834ba0e5785d
2024-09-23 10:46:23 +00:00
Sean Mooney
82c307a034 enable release jobs
This change adds the publish-to-pypi job template
for the whitebox-tempest-plugin.
This change also correct the syntax error in the
README.rst preventign the twine check command form passing.

this will enable releases to be done via commits to the release
repo via pypi https://pypi.org/project/whitebox-tempest-plugin/

a side effect of this process is the creation of git tags
and release tarballs for each tagged release.

Change-Id: I5cf0e3072c0502320866de1ce9771d61f1e0ec1b
2024-04-19 18:58:15 +01:00
Hervé Beraud
e5e1a6ca48 Fix typo
Change-Id: I30fb6d97679d35dab81a4cfe14ffec4e06f1b4ee
2022-05-12 16:29:27 +02:00
Martin Kopec
e5a9dc09be Replace freenode by OFTC
As a result of recent event the OpenStack community is moving
to new IRC network - OFTC
http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022718.html

Change-Id: Ib96659d6eb181b7e49bb44a16f83e2e7ffbbd1ba
2021-05-31 18:44:25 +00:00
Artom Lifshitz
9eb8cb2d28 Update README
Our README is woefully out of date. Bring it more in line with
reality. Update setup.cfg as well.

Change-Id: I83f7c2e776983d92c11a691076d2a3d25b7ed30c
2020-12-15 09:41:36 -05:00
Artom Lifshitz
35542f79d3 Add max_compute_nodes option
This option indicates the number of (available) compute hosts in the
deployment, and will be used by tests that require all their instances
landing on the same host (ie, a single-compute deployment). The
default value is a childish large number to make sure that tests that
need a single node are skipped unless max_compute_nodes is set.

Change-Id: Id274baeb13ce87783e35daff74bf4cfe67554900
2019-01-27 20:38:15 -05:00
Artom Lifshitz
22697b5f5b Improve SSH config options
`target_controller` is not used by anything, remove it. Rename the
`target_` options to something more indicative of their real meaning,
and give them defaults that are sensible in an OSP deployment.

Change-Id: Id1e05cda37ba20a6d806e84bcf7ccf8c6a938aec
2019-01-27 20:09:47 -05:00
Joe H. Rahme
d1535bb5b0 Fixes a minor typo in the README
Change-Id: I9cc04d8b4fa1c03c56a1165d87a9c877491b8e52
2019-01-10 18:59:00 +01:00
Joe H. Rahme
85d806c130 Adds hypervisors example to the README
Change-Id: Ib80a9143d219941e54abe5f4f38747ed4f5903c6
2019-01-10 16:01:30 +00:00
Stephen Finucane
05b1c38c69 README: Add links to source code
We also insert placeholders for docs and the bug tracker, of which we
currently have neither.

Change-Id: I094cea454ace02ab354a5b687478269b0a44089f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-01-12 12:41:20 +00:00
Joe H. Rahme
b94712204f Updates URL and info of tempest doc in README
Change-Id: I471126acfec530300806e502e72fd688b78184db
2018-01-11 15:00:19 +01:00
Stephen Finucane
dc1213b4c4 trivial: Use a sane option group name
The existing one didn't have any meaning. Correct this.

Change-Id: I363199749de10b2895dd53accbf8d11e11b8a882
2018-01-10 13:35:45 +00:00
Stephen Finucane
2481c543f9 Re-home project
Move project into a directory matching its name.

Change-Id: I26934edd049909482ccc078d88b581fa369326b4
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-01-10 11:57:05 +00:00
Stephen Finucane
d554c95cf5 Remove 'api' tests
Not really sure what the purpose of these was, but they can go.

Change-Id: I6a3dd043356821cc41d6f500168bbea7f2b696d8
2018-01-10 11:12:48 +00:00
Stephen Finucane
360e7586e8 README: Update with roadmap
Provide a roadmap detailing how we see this progressing towards the
future.

Change-Id: I2852cc4afe1b5a59d225888b6132325ac3989881
2018-01-09 22:10:17 -05:00
Stephen Finucane
d3baed9755 trivial: Post-move cleanup
Cleanup and the 'README.rst' and 'setup.cfg' to reflect new package
names and locations. Remove 'CONTRIBUTING.rst' as it is wholly
irrelevant now.

Change-Id: I3efedc83e38e702d669fb5d3de5aa3bfa749687c
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-01-09 22:10:10 -05:00
Ollie Walsh
0a0e8ec89a Add support for containerized deployments
This adds the ability to prefix client commands with the necessary docker exec
command line to run the commands within a container over ssh.
2017-12-12 17:55:56 +01:00
Joe H. Rahme
c6051e1ef2 Updates install instructions on the README
Change-Id: Ib5e58b2540917c61574116e51201f90c837965a2
2017-12-12 17:55:56 +01:00
Joe H. Rahme
7060581a6f Improves rst formatting of the README.rst
RST is weird
2017-12-12 17:55:04 +01:00
panbalag
f434b6f0ce Changes to README.rst to correct step numbers 2017-12-12 17:55:00 +01:00
panbalag
eb95e5feb6 Changes to README.rst to include more steps 2017-12-12 17:55:00 +01:00
Joe H. Rahme
e5adee9842 Adds quickstart doc in the README.rst
More info can be found in the doc:
http://docs.openstack.org/developer/tempest/plugin.html
2017-12-12 17:55:00 +01:00
Joe H. Rahme
856a12fb4b Make the necessary pbr changes and add .gitignore 2017-12-12 17:55:00 +01:00