robottelo.cli.scparams

Usage:

hammer sc-param [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:

SUBCOMMAND                    subcommand
[ARG] ...                     subcommand arguments

Subcommands:

add-override-value            Create an override value for a specific smart
                              variable
info                          Show a smart class parameter
list                          List all smart class parameters
remove-override-value         Delete an override value for a specific smart
                              variable
update                        Update a smart class parameter

Module Contents

Classes

SmartClassParameter

Manipulates smart class parameters

class robottelo.cli.scparams.SmartClassParameter

Bases: robottelo.cli.base.Base

Manipulates smart class parameters

command_base = sc-param
classmethod info(cls, options=None)

Gets information for smart class parameter

classmethod add_matcher(cls, options=None)

Create a matcher for a specific smart class parameter

Usage:

hammer sc-param add-matcher [OPTIONS]

Options:

--location[-id|-title]        Name/Title/Id of associated location
--match MATCH                 Override match
--omit OMIT                   Satellite will not send this parameter in
                              classificationoutput
                              One of true/false, yes/no, 1/0.
--organization[-id|-title]    Name/Title/Id of associated organization
--puppet-class[-id]           Name/Id of associated puppetclass
--smart-class-parameter[-id]  Name/Id of associated smart class parameter
--value VALUE                 Override value, required if omit is false
classmethod remove_matcher(cls, options=None)

Delete a matcher for a specific smart class parameter

Usage:

hammer sc-param remove-matcher [OPTIONS]

Options:

--id ID
--location[-id|-title]        Name/Title/Id of associated location
--organization[-id|-title]    Name/Title/Id of associated organization
--puppet-class[-id]           Name/Id of associated puppetclass
--smart-class-parameter[-id]  Name/Id of associated smart class parameter