Created
March 16, 2016 15:18
-
-
Save ytjohn/dfd42ee0bb7b7122257f to your computer and use it in GitHub Desktop.
virtualbox ubuntu install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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