
A previous patchset was intended to accomplish a two-part substitution of container versions into CAPI components, to work around assumptions held by clusterctl: (versions catalogue) --[ReplacementTransformer]--> (Clusterctl YAML) ... then (Clusterctl YAML) --[clusterctl library]--> (CAPI manifests) However, only the second leg (the hard part) worked right; the first part had gaps which are fixed by this change. This also adds the CAPD container definitions to the Clusterctl variables. Change-Id: Ifaca46f6dd3b87c28753cd49b52e62556ead52bd Closes: https://github.com/airshipit/airshipctl/issues/389
13 lines
281 B
YAML
13 lines
281 B
YAML
resources:
|
|
- phases.yaml
|
|
- plan.yaml
|
|
- executors.yaml
|
|
- cluster-map.yaml
|
|
- kubeconfig.yaml
|
|
- ../function/clusterctl
|
|
- ../function/airshipctl-base-catalogues
|
|
patchesStrategicMerge:
|
|
- clusterctl_init_options.yaml
|
|
transformers:
|
|
- ../function/clusterctl/replacements
|