![Matthew Fuller](/assets/img/avatar_default.png)
Fully implements gating type to be used by all provider types. Closes: #575 Change-Id: I30ebb76466b3c273519ca42a6f81d7df0ef52800
14 lines
467 B
YAML
14 lines
467 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
# TODO (dukov) It's recocommended to upload BareMetalHost objects separately
|
|
# otherwise nodes will hang in 'registering' state for quite a long time
|
|
- ../../../../type/gating/ephemeral/controlplane
|
|
- ../../target/catalogues # NOTE: use target networking for this phase
|
|
- nodes
|
|
|
|
namespace: target-infra
|
|
|
|
transformers:
|
|
- ../../../../type/gating/ephemeral/controlplane/replacements
|