![Dmitry Ukov](/assets/img/avatar_default.png)
* New name for gating site is 'test-site' * Renamed 'test-bootstrap' type. New name is 'gating'. * Moved BareMetalHost and its settings from ephemeral function to shared directory within the site Change-Id: I510e74c1a553bb2b1f84e66f8e4a7796640b59cc
17 lines
320 B
YAML
17 lines
320 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- baremetalhost.yaml
|
|
|
|
generatorOptions:
|
|
disableNameSuffixHash: true
|
|
|
|
secretGenerator:
|
|
- name: node02-network-data
|
|
files:
|
|
- networkData
|
|
- name: node02-bmc-secret
|
|
literals:
|
|
- username=username
|
|
- password=password
|