From 0ef0f559f43a65d69e361ea5bbb66b14ffd5d7b1 Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Tue, 29 Sep 2020 19:11:36 -0500 Subject: [PATCH] Add hardwareprofile-example to controlplane phase The controlplane phase renders node02, which for demo purposes uses an "example" hardwareProfile. However, it doesn't kustomize in the hardwareprofile-example, resulting in a null "firmware" attribute in the BMH. This change includes the hardwareprofile-example, and executes its replacement configuration to add itself into the hostgenerator. Change-Id: I4f7b8398384dff52011e8a034ccd798e5afaca1d --- .../target/controlplane/hostgenerator/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/site/test-site/target/controlplane/hostgenerator/kustomization.yaml b/manifests/site/test-site/target/controlplane/hostgenerator/kustomization.yaml index 8de561b8c..c71287e40 100644 --- a/manifests/site/test-site/target/controlplane/hostgenerator/kustomization.yaml +++ b/manifests/site/test-site/target/controlplane/hostgenerator/kustomization.yaml @@ -2,8 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../../../../function/hostgenerator-m3 + - ../../../../../function/hardwareprofile-example - ../../../shared/catalogues/ - host-generation.yaml transformers: + - ../../../../../function/hardwareprofile-example/replacements - ../../../../../function/hostgenerator-m3/replacements