overview/adr-provs/partial-execution.md

19 lines
434 B
Markdown
Raw Normal View History

2021-07-16 11:08:56 +00:00
# partial execution of provs
## Status
to be discussed
## Context
We want to be able to execute single provision steps to apply partial installation / configuration.
### Options
1. By CLI and specify ClassAndFunction
2021-07-16 11:08:56 +00:00
2. Switch on cli per parameter / mapping in code from parameter to function
3. Per KotlinScript file
4. Configurable in the configuration
General points to keep in mind:
- Dependencies
2021-07-16 11:34:03 +00:00
- Transport of credentials