Merge "Decouple catalogues from phases"

This commit is contained in:
Zuul 2021-06-04 01:13:22 +00:00 committed by Gerrit Code Review
commit 1a736a90c4
6 changed files with 15 additions and 3 deletions

View File

@ -4,13 +4,11 @@ resources:
- executors.yaml
- cluster-map.yaml
- ../function/clusterctl
- ../function/airshipctl-base-catalogues
# Scripts for generic containers
- ../function/phase-helpers
patchesStrategicMerge:
- clusterctl_init_options.yaml
transformers:
- ../function/clusterctl/replacements
# NOTE(aostapenko) Consume AIRSHIPCTL_EPHEMERAL_ISO_URL here that will
# have precedence over phase catalogue isoURL value
- ../function/bootstrap

View File

@ -1,5 +1,6 @@
resources:
- ../../../phases
- ../../function/airshipctl-base-catalogues
patchesStrategicMerge:
- plan.yaml
patchesJson6902:
@ -9,3 +10,5 @@ patchesJson6902:
kind: Clusterctl
name: "clusterctl_init"
path: infrastructure-providers.json
transformers:
- ../../../function/clusterctl/replacements

View File

@ -1,5 +1,6 @@
resources:
- ../../../phases
- ../../function/airshipctl-base-catalogues
patchesStrategicMerge:
- plan.yaml
patchesJson6902:
@ -9,3 +10,5 @@ patchesJson6902:
kind: Clusterctl
name: "clusterctl_init"
path: infrastructure-providers.json
transformers:
- ../../../function/clusterctl/replacements

View File

@ -1,5 +1,6 @@
resources:
- ../../../phases
- ../../function/airshipctl-base-catalogues
patchesStrategicMerge:
- plan.yaml
patchesJson6902:
@ -9,3 +10,5 @@ patchesJson6902:
kind: Clusterctl
name: "clusterctl_init"
path: infrastructure-providers.json
transformers:
- ../../../function/clusterctl/replacements

View File

@ -1,5 +1,6 @@
resources:
- ../../../phases
- ../../function/airshipctl-base-catalogues
patchesStrategicMerge:
- plan.yaml
patchesJson6902:
@ -8,4 +9,6 @@ patchesJson6902:
version: v1alpha1
kind: Clusterctl
name: "clusterctl_init"
path: infrastructure-providers.json
path: infrastructure-providers.json
transformers:
- ../../../function/clusterctl/replacements

View File

@ -1,8 +1,10 @@
resources:
- ../kubeconfig
- ../../../phases
- ../target/catalogues
- catalogue.yaml
- validation-config.yaml
transformers:
- ../../../function/clusterctl/replacements
- ../../../function/bootstrap/replacements
- ../../../function/validator