universal/bootstrap-prefs
Indicate the application being installed
The map is a object of preference settings for a DRP Endpoint during self-bootstrap configuration.
Example, and default values if not otherwise specified:
YAML Format:
```yaml
icon: chess queen
color: black
defaultWorkflow: universal-discover
defaultStage: discover
defaultBootEnv: sledgehammer
unknownBootEnv: discovery
skipChecks: false
force: false
```
JSON Format:
```json
{
"icon": "chess queen",
"color": "black",
"defaultWorkflow": "universal-discover",
"defaultStage": "discover",
"defaultBootEnv": "sledgehammer",
"unknownBootEnv": "discovery",
"skipChecks": true,
"force": false
}
```
Note
If the system already has a defaultWorkflow
configured, then
these values will be ignored as a noop; unless the force: true
option is set, then Preference settings will be force changed.
The only supported values are as described in the above Example/Defaults. Values must be in the exact upper/lower case format as shown in the example.
In addition, if skipChecks
is set to true
, then the safety existence
tests for Workflow , Stages, and Bootenvs will be skipped.