Module: OSC::VNC

Defined in:
lib/osc/vnc.rb,
lib/osc/vnc/error.rb,
lib/osc/vnc/session.rb,
lib/osc/vnc/version.rb,
lib/osc/vnc/connview.rb,
lib/osc/vnc/listenable.rb,
lib/osc/vnc/scriptview.rb

Overview

The main namespace for osc-vnc. Provides the ability to submit and read back the connection information for a VNC job on the OSC clusters.

Defined Under Namespace

Modules: Listenable Classes: ConnView, InvalidPath, ScriptView, Session

Constant Summary collapse

CONFIG_PATH =

Path to configuration yml files.

File.dirname(__FILE__) + "/../../config"
SCRIPT_TEMPLATE_PATH =

Patch to PBS script template.

File.dirname(__FILE__) + "/../../templates/script"
CONN_TEMPLATE_PATH =

Path to different connection information view templates.

File.dirname(__FILE__) + "/../../templates/conn"
VERSION =

The current version of osc-vnc.

"1.1.14"