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
This commit is contained in:
Matt McEuen 2020-09-29 19:11:36 -05:00
parent d4ea864eeb
commit 0ef0f559f4

View File

@ -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