cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
actions.py File Reference

Go to the source code of this file.

Packages

namespace  src.cm.views.ctx.actions

Functions

def src.cm.views.ctx.actions.add_ssh_key
def src.cm.views.ctx.actions.build_in_command_failed
 Method to raise Exception for build in command's failure.
def src.cm.views.ctx.actions.cmd_exists
def src.cm.views.ctx.actions.execution_error
 Method to raise Exception for execution error.
def src.cm.views.ctx.actions.generate_key
 Creates pair of ssh keys on the machine (public - private) and then returns public.
def src.cm.views.ctx.actions.missing_parameter
 Method to raise Exception for missing parameter.
def src.cm.views.ctx.actions.reboot
 Tries to restart VM.
def src.cm.views.ctx.actions.reset_password
 Tries to reset password of ther user.
def src.cm.views.ctx.actions.set_hostname
def src.cm.views.ctx.actions.shutdown
 Tries to shutdown VM.
def src.cm.views.ctx.actions.update_hosts

Variables

int src.cm.views.ctx.actions.VERSION = 3