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:
parent
d4ea864eeb
commit
0ef0f559f4
@ -2,8 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../../../../function/hostgenerator-m3
|
- ../../../../../function/hostgenerator-m3
|
||||||
|
- ../../../../../function/hardwareprofile-example
|
||||||
- ../../../shared/catalogues/
|
- ../../../shared/catalogues/
|
||||||
- host-generation.yaml
|
- host-generation.yaml
|
||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
|
- ../../../../../function/hardwareprofile-example/replacements
|
||||||
- ../../../../../function/hostgenerator-m3/replacements
|
- ../../../../../function/hostgenerator-m3/replacements
|
||||||
|
Loading…
Reference in New Issue
Block a user