Skip to content

Instantly share code, notes, and snippets.

@ytjohn
Created March 16, 2016 15:18
Show Gist options
  • Save ytjohn/dfd42ee0bb7b7122257f to your computer and use it in GitHub Desktop.
Save ytjohn/dfd42ee0bb7b7122257f to your computer and use it in GitHub Desktop.
virtualbox ubuntu install
{
"friendlyName": "VirtualBox Default Install Trusty",
"injectableName": "Graph.DefaultVirtualBox.InstallTrusty",
"tasks": [
{
"label": "create-noop-obm-settings",
"taskDefinition": {
"friendlyName": "Create VirtualBox OBM settings",
"injectableName": "Task.Obm.Vbox.CreateSettings",
"implementsTask": "Task.Base.Obm.CreateSettings",
"options": {
"service": "noop-obm-service",
"config": {}
},
"properties": {
"obm": {
"type": "virtualbox"
}
}
}
},
{
"label": "install-ubuntu",
"taskName": "Task.Os.Install.Ubuntu"
}
]
}
{
"name": "Noop OBM settings for VirtualBox nodes",
"injectableName": "SKU.InstallTrusty",
"discoveryGraphName": "Graph.DefaultVirtualBox.InstallTrusty",
"discoveryGraphOptions": {},
"rules": [
{
"path": "dmi.System Information.Product Name",
"equals": "VirtualBox"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment