Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Jaeger 8c881bcbe5 Retire repository
See
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007708.html

Change-Id: If97f10290c16903d550c66163b082bd23357fca2
2020-05-08 13:51:25 +02:00
Michael Dong 8930d98a26 Custom root configuration option
Instead of syntribos taking in ``--custom_install_root` during init and
``--syntribos-custom_root`` during run, which sometimes led to the custom root
option not being set correctly, the redundant config options have been
deprecated.

Change-Id: I95f4d345fe8a8608ff6d1daaf06ff49912917a3f
2018-12-10 16:03:19 -06:00
Michael Dong cb458c03db Clarified docs and error messages
Change-Id: Ic30f6ade79461770a5283b4783aaa6d547049cff
2017-09-15 19:38:41 -05:00
ihutchin 57e61357c6 Detailed edit of syntribos docs
Changes grammar, style, and readibility. Aligns these things
across docs

Change-Id: Ic8147cb16db6d9b17117a0fa08b62c7fe51848a7
2016-12-21 18:04:08 +00:00
Charles Neill dabac296a7 Creates syntribos 'init' command
This command will set up the basics needed for a syntribos environment
(i.e. template folder, payload folder, log folder, default config file)

Some modifications have also been made to Runner to facilitate these
changes. These changes will (hopefully) allow us to better unit test
components of the runner.

Change-Id: I001e798b89539468cfbd92d5df301f7e59f1f33d
2016-10-26 17:44:15 -05:00
Rahul Nair 0824fddcaa Updating syntribos documentation
Updating documentation and fixing some nits

Change-Id: Ic37199d35a5cd284506d1baefbbcdf31d2e458a6
2016-10-25 15:32:51 -05:00
Rahul Nair b7b925cf4d Loading payload from remote URI
POC on loading payloads using remote URI. This is part of a larger
effort in packaging syntribos to ensure that the project would
work without much configuration post install from pypi.

Change-Id: Id61e840d4f49d5b6deb72bce2e8bcc0e1096fa52
2016-10-25 10:28:25 -05:00
Rahul Nair 0e116be551 Documentation updates and styling changes
Updates to the syntribos official docs to reflect the present
state of the tool and also few styling changes.

Adding details about different tests
Fixing headings
Fixing typos
Adding links to source code and documentation

Change-Id: I99be3d150db72e88cdc9dcaf08668df7c831fec6
2016-10-24 12:47:19 -05:00
Khanak Nangia 8f8e932254 Updating the README.rst file
-changing the keystone.config to keystone.conf,
as all the configuration files now have .conf extension.

Change-Id: Ife07ab0e99c6f7aae0966b81d548e863e831597c
2016-10-19 12:04:29 -05:00
Rahul Nair 747d0bd1ad Updating docs to reflect changes in README
Few nits and a message on how to update the README

Change-Id: I3873a9b5716073a69dcbac64d235dcb49ac99fdb
2016-09-02 15:06:24 -05:00
Rahul Nair c3be7d56c5 Adding a script to generate README.rst from docs
The script readme.py will generate a README.rst file
from syntribos.docs.source. and add it to syntribos/. location.

Edited a few doc files to reflect the present status of the
project, also generated a README.rst from them.

Change-Id: Ida67b2486b8e1e6e6f694a00e41f00ffc825b3f7
2016-08-24 18:14:09 -05:00
Rahul Nair d3123057c3 Adding sub commands to Syntribos
This change adds some commands to syntribos

sub commands:

- list_tests
- run
- dry_run

Also, refactoring runner.py and added utils/cli.py
to add all utility methods used for cli output.
Change-Id: Ieed2e06e0fb6eec34be640ae1db86785403546df
2016-08-16 16:15:14 -05:00
Rahul Nair 25557f7786 Updating documentation
Updating syntribos documentation to reflect latest changes to
 the tool.

Change-Id: Ie00836a8d4a3dc853d22dafa33946167c0ed5d8f
2016-08-04 17:50:39 -05:00
Vinay Potluri e3120f3729 Updated docs
Fixed indentation errors and path

Change-Id: I0fb3fe416e29c685200cf4fd3cad5dac91aec2df
Closes-Bug: #1600355
2016-07-08 15:06:10 -05:00
Charles Neill b3b7cace87 Renaming payloads to request templates
Change-Id: I86f162b2d70aa2e2f584fd399a0912e51eb9a4bb
2016-04-07 15:35:50 -05:00
Michael McCune afd4cca2fd add initial sphinx rst framework
this change adds a structure for creating improved sphinx/restructured
text documentation. the initial commit only brings over the information
from the readme with some minor adjustments for titles and separating
content into sections.

Change-Id: If1a4cf7d046e784d84571a7a52480daab7d2be5c
2016-03-24 15:56:12 -04:00