
This commit renames virtual-network-cloud to virtual-multi-tenant. Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I93008034f4f8bba8b2ab464d45854190b195b818
27 lines
763 B
YAML
27 lines
763 B
YAML
# This patches the node02 BMH to be suitable for ephemeral purposes
|
|
apiVersion: metal3.io/v1alpha1
|
|
kind: BareMetalHost
|
|
metadata:
|
|
annotations:
|
|
labels:
|
|
airshipit.org/ephemeral-node: "true"
|
|
airshipit.org/deploy-k8s: "false"
|
|
name: node02
|
|
spec:
|
|
online: true
|
|
bmc:
|
|
address: redfish+https://localhost:8443/redfish/v1/Systems/air-ephemeral
|
|
status:
|
|
provisioning:
|
|
# we need this status to make sure, that the host is not going to be
|
|
# reprovisioned by the ephemeral baremetal operator.
|
|
# when we have more flexible labeling system in place, we will not
|
|
# deliver this document to ephemeral cluster
|
|
state: externally provisioned
|
|
ID: ""
|
|
operationHistory: {}
|
|
errorMessage: ""
|
|
hardwareProfile: ""
|
|
operationalStatus: ""
|
|
poweredOn: false
|