0c736af2e8
Change-Id: I03b7aad33576eaa9ef7dfaabfb579ac90cc26a12 Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
24 lines
535 B
YAML
24 lines
535 B
YAML
---
|
|
apiVersion: metal3.io/v1alpha1
|
|
kind: BareMetalHost
|
|
metadata:
|
|
annotations:
|
|
airshipit.org/clustertype: ephemeral
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
airshipit.org/ephemeral-node: "true"
|
|
name: node02
|
|
spec:
|
|
bmc:
|
|
address: redfish+https://localhost:8443/redfish/v1/Systems/air-ephemeral
|
|
credentialsName: node02-bmc-secret
|
|
bootMACAddress: 00:3b:8b:0c:ec:8b
|
|
networkData:
|
|
name: node02-network-data
|
|
namespace: default
|
|
online: true
|
|
status:
|
|
provisioning:
|
|
state: externally provisioned
|
|
...
|