
Phase documents live at the type level in Treasuremap; however, many test-site phases are defined at the site level. This change adds phase overrides to the test-site in order to demonstrate patching a phase path. The same process can be followed to add additional site-specific phases. Depends-On: https://review.opendev.org/754729 Change-Id: Ia4ede59c29752a71a17e3aad9118b496ba0d0233
33 lines
772 B
YAML
33 lines
772 B
YAML
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Phase
|
|
metadata:
|
|
name: initinfra-ephemeral
|
|
clusterName: ephemeral-cluster
|
|
config:
|
|
documentEntryPoint: manifests/site/test-site/ephemeral/initinfra
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Phase
|
|
metadata:
|
|
name: controlplane-ephemeral
|
|
clusterName: ephemeral-cluster
|
|
config:
|
|
documentEntryPoint: manifests/site/test-site/ephemeral/controlplane
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Phase
|
|
metadata:
|
|
name: initinfra-target
|
|
clusterName: target-cluster
|
|
config:
|
|
documentEntryPoint: manifests/site/test-site/target/initinfra
|
|
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Phase
|
|
metadata:
|
|
name: workers-target
|
|
clusterName: target-cluster
|
|
config:
|
|
documentEntryPoint: manifests/site/test-site/target/workers
|