Skip to content

Instantly share code, notes, and snippets.

@rbuckland
Last active January 27, 2016 06:09
Show Gist options
  • Save rbuckland/9a12d0fab83a2bb62f35 to your computer and use it in GitHub Desktop.
Save rbuckland/9a12d0fab83a2bb62f35 to your computer and use it in GitHub Desktop.
{
"friendlyName": "Any Machine Install CoreOS",
"injectableName": "Graph.Any.InstallCoreOS",
"tasks": [
{
"label": "create-noop-obm-settings",
"taskDefinition": {
"friendlyName": "Create Any OBM settings",
"injectableName": "Task.Obm.Any.CreateSettings",
"implementsTask": "Task.Base.Obm.CreateSettings",
"options": {
"service": "noop-obm-service",
"config": {}
},
"properties": {
"obm": {
"type": "matched-any"
}
}
}
},
{
"label": "install-coreos",
"taskName": "Task.Os.Install.CoreOS"
}
]
}
{
"name": "Noop OBM settings for Any nodes",
"discoveryGraphName": "Graph.Any.InstallCoreOS",
"discoveryGraphOptions": {},
"rules" : [
{
"path": "dmi.Base Board Information.manufacturer",
"regex": ".*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment