
Change introduces phase executor interface as well as method to call it. Each registered executor must implement this interface. Relates-To: #259 Change-Id: I44665e5318ae59b4549cc77d10526a71bd40b40a
13 lines
242 B
YAML
13 lines
242 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: PhasePlan
|
|
metadata:
|
|
name: phasePlan
|
|
phaseGroups:
|
|
- name: group1
|
|
phases:
|
|
- name: isogen
|
|
- name: remotedirect
|
|
- name: initinfra
|
|
- name: some_phase
|
|
- name: capi_init
|