robottelo.cli.operatingsys

Usage:

hammer os [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:

SUBCOMMAND                    subcommand
[ARG] ...                     subcommand arguments

Subcommands:

add-architecture              Associate a resource
add-provisioning-template     Associate provisioning templates
add-ptable                    Associate a resource
create                        Create an OS.
delete                        Delete an OS.
delete-default-template
delete-parameter              Delete parameter for an operating system.
info                          Show an OS.
list                          List all operating systems.
remove-architecture           Disassociate a resource
remove-provisioning-template  Disassociate provisioning templates
remove-ptable                 Disassociate a resource
set-default-template
set-parameter                 Create or update parameter for an
                              operating system.
update                        Update an OS.

Module Contents

Classes

OperatingSys

Manipulates Foreman’s operating systems.

class robottelo.cli.operatingsys.OperatingSys

Bases: robottelo.cli.base.Base

Manipulates Foreman’s operating systems.

command_base = os
classmethod add_architecture(cls, options=None)

Adds existing architecture to OS.

classmethod add_provisioning_template(cls, options=None)

Adds existing template to OS.

classmethod add_ptable(cls, options=None)

Adds existing partitioning table to OS.

classmethod remove_architecture(cls, options=None)

Removes architecture from OS.

classmethod remove_provisioning_template(cls, options=None)

Removes template from OS.

classmethod remove_ptable(cls, options=None)

Removes partitioning table from OS.