
{
    "cloud_vm_yarn": {
        "description"                 : "Your Chameleon Cloud VM.",
        "notes"                       : "To use the ssh schema, make sure that ssh access to localhost is enabled.",
        "schemas"                     : ["ssh"],
        "ssh"                         :
        {
            "job_manager_endpoint"    : "ssh://129.114.108.123/",
            "filesystem_endpoint"     : "sftp://129.114.108.123/"
        },
        "default_remote_workdir"      : "$HOME",
        "lrms"                        : "YARN",
        "agent_scheduler"             : "YARN",
        "agent_spawner"               : "ABDS",
        "agent_launch_method"         : "FORK",
        "task_launch_method"          : "YARN",
        "mpi_launch_method"           : "MPIEXEC",
        "rp_version"                  : "local",
        "virtenv_mode"                : "create",
        "python_dist"                 : "default"
    }
}

