
* Add script to install clusterctl * Add controlplane yamls for target node * Add script to perform cluster move * Add script to zuul jobs Closes: #288 Change-Id: Ia6891df9c9b1da333396e76f11332deeb17ab807 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
12 lines
385 B
YAML
12 lines
385 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
|
|
- nodes
|
|
- ../../../../function/k8scontrol
|
|
patchesStrategicMerge:
|
|
- control-machine-template-patch.yaml
|
|
commonLabels:
|
|
airshipit.org/stage: initinfra
|