README updates
Change-Id: I8609d16e45ab8e935287404317712b5266b71390
This commit is contained in:
parent
0e0bc0df78
commit
aa103e2cd5
@ -1,5 +1,5 @@
|
|||||||
===============================
|
===============================
|
||||||
fuel-dev-tools
|
fuel-dev-tools suite
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Tools that make it easier to develop and work with OpenStack Fuel.
|
Tools that make it easier to develop and work with OpenStack Fuel.
|
||||||
@ -12,4 +12,5 @@ Tools that make it easier to develop and work with OpenStack Fuel.
|
|||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* TODO
|
* [Vagrant environment](https://github.com/stackforge/fuel-dev-tools/tree/master/vagrant)
|
||||||
|
* [fuel-dev-tools command](https://github.com/stackforge/fuel-dev-tools/tree/master/fuel_dev_tools)
|
||||||
|
63
fuel_dev_tools/README.md
Normal file
63
fuel_dev_tools/README.md
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
===============================
|
||||||
|
fuel-dev-tools command
|
||||||
|
===============================
|
||||||
|
|
||||||
|
Command-line interface for interacting with Fuel Master node.
|
||||||
|
|
||||||
|
## Global options
|
||||||
|
|
||||||
|
### `--IP`
|
||||||
|
|
||||||
|
Specify IP of the Fuel master ISO (default is `10.20.0.2`).
|
||||||
|
|
||||||
|
### `-I`, `--identity-file`
|
||||||
|
|
||||||
|
Specify SSH identity file (default is `$HOME/.ssh/id_rsa.openstack`).
|
||||||
|
|
||||||
|
### `info` (`info.Info`)
|
||||||
|
|
||||||
|
### `astute-id` (`docker.astute.Id`)
|
||||||
|
|
||||||
|
### `astute-config` (`docker.astute.Config`)
|
||||||
|
|
||||||
|
### `astute-dir` (`docker.astute.Dir`)
|
||||||
|
|
||||||
|
### `astute-log` (`docker.astute.Log`)
|
||||||
|
|
||||||
|
### `astute-restart` (`docker.astute.Restart`)
|
||||||
|
|
||||||
|
### `astute-rsync` (`docker.astute.Rsync`)
|
||||||
|
|
||||||
|
### `astute-shell` (`docker.astute.Shell`)
|
||||||
|
|
||||||
|
### `astute-start` (`docker.astute.Start`)
|
||||||
|
|
||||||
|
### `astute-stop` (`docker.astute.Stop`)
|
||||||
|
|
||||||
|
### `astute-tail` (`docker.astute.Tail`)
|
||||||
|
|
||||||
|
### `astute-volumes` (`docker.astute.Volumes`)
|
||||||
|
|
||||||
|
### `nailgun-id` (`docker.nailgun.Id`)
|
||||||
|
|
||||||
|
### `nailgun-config` (`docker.nailgun.Config`)
|
||||||
|
|
||||||
|
### `nailgun-dir` (`docker.nailgun.Dir`)
|
||||||
|
|
||||||
|
### `nailgun-log` (`docker.nailgun.Log`)
|
||||||
|
|
||||||
|
### `nailgun-restart` (`docker.nailgun.Restart`)
|
||||||
|
|
||||||
|
### `nailgun-rsync` (`docker.nailgun.Rsync`)
|
||||||
|
|
||||||
|
### `nailgun-rsync-static` (`nginx.Rsync`)
|
||||||
|
|
||||||
|
### `nailgun-shell` (`docker.nailgun.Shell`)
|
||||||
|
|
||||||
|
### `nailgun-start` (`docker.nailgun.Start`)
|
||||||
|
|
||||||
|
### `nailgun-stop` (`docker.nailgun.Stop`)
|
||||||
|
|
||||||
|
### `nailgun-tail` (`docker.nailgun.Tail`)
|
||||||
|
|
||||||
|
### `nailgun-volumes` (`docker.nailgun.Volumes`)
|
Loading…
Reference in New Issue
Block a user