robottelo.cli.virt_who_config

Usage:

hammer virt-who-config [OPTIONS] SUBCOMMAND [ARG] …

Parameters:

SUBCOMMAND                    subcommand
[ARG] ...                     subcommand arguments

Subcommands:

create                        Create a virt-who configuration
delete                        Delete a virt-who configuration
deploy                        Download and execute script for the specified
                            virt-who configuration
fetch                         Renders a deploy script for the specified
                            virt-who configuration
info                          Show a virt-who configuration
list                          List of virt-who configurations
update                        Update a virt-who configuration

Module Contents

Classes

VirtWhoConfig

Manipulates virt-who configuration.

class robottelo.cli.virt_who_config.VirtWhoConfig

Bases: robottelo.cli.base.Base

Manipulates virt-who configuration.

command_base = virt-who-config
classmethod fetch(cls, options=None, output_format=None)

Renders a deploy script for the specified virt-who configuration

classmethod deploy(cls, options=None)

runs hammer virt-who-config deploy –id <x> which runs the script on the satellite server

Parameters

optionsid required

Returns

Results of the command