fuel-dev-tools/fuel_dev_tools
Vladimir Sharshov (warpc) cbcf3a52fb Compatibility with openstack-gate PEP8
Change-Id: I07fd9d0ea4614d0918a2ac198ab8db7f3132553f
2015-10-21 20:18:59 +03:00
..
docker Compatibility with openstack-gate PEP8 2015-10-21 20:18:59 +03:00
slaves Puppet info & rsync commands added 2015-05-18 10:48:25 +02:00
tests First dev tools -- Nailgun's container commands 2015-04-01 11:00:49 +02:00
README.md Python-fuelclient rsync command added 2015-08-10 14:07:23 +02:00
__init__.py Fix copyrights 2015-05-18 08:08:13 +02:00
cmd_parser.py Compatibility with openstack-gate PEP8 2015-10-21 20:18:59 +03:00
command.py Puppet info & rsync commands added 2015-05-18 10:48:25 +02:00
debug.py Fix copyrights 2015-05-18 08:08:13 +02:00
exc.py First dev tools -- Nailgun's container commands 2015-04-01 11:00:49 +02:00
info.py Configurable SSH port and user 2015-05-12 08:13:16 +02:00
puppet.py Compatibility with openstack-gate PEP8 2015-10-21 20:18:59 +03:00
pythonclient.py pythonclient-rsync: exclude *.pyc files from rsync 2015-08-14 11:15:57 +02:00
rsync.py Compatibility with openstack-gate PEP8 2015-10-21 20:18:59 +03:00
shell.py Compatibility with openstack-gate PEP8 2015-10-21 20:18:59 +03:00
ssh.py Compatibility with openstack-gate PEP8 2015-10-21 20:18:59 +03:00

README.md

=============================== fuel-dev-tools command

Command-line interface for interacting with Fuel Master node.

Global options

--IP, -p|--port, -U|--user

Specify IP, port and user 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)