f4baf5a971
This commit allows to stop using phases with hardcoded paths to kustomize entrypoints. Instead we use phase documents defined in bundles. Phase document has a reference to executor such as kubernetes apply and clusterctl init. More executors are being developed Relates-To: #342 Change-Id: I8babd9d0379763773c443e263373e9816f9dbd39
13 lines
292 B
YAML
13 lines
292 B
YAML
apiVersion: airshipit.org/v1alpha1
|
|
kind: PhasePlan
|
|
metadata:
|
|
name: phasePlan
|
|
phaseGroups:
|
|
- name: group1
|
|
phases:
|
|
- name: initinfra-ephemeral
|
|
- name: clusterctl-init-ephemeral
|
|
- name: controlplane-ephemeral
|
|
- name: initinfra-target
|
|
- name: workers-target
|