Merge "Fix host-inventory cleanup"
This commit is contained in:
commit
4e0dfac161
@ -7,5 +7,4 @@ resources:
|
|||||||
|
|
||||||
transformers:
|
transformers:
|
||||||
- ../../../../../../airshipctl/manifests/function/hostgenerator-m3/replacements
|
- ../../../../../../airshipctl/manifests/function/hostgenerator-m3/replacements
|
||||||
- ../../../../../../airshipctl/manifests/function/hostgenerator-m3/cleanup
|
- ../../../../function/treasuremap-cleanup
|
||||||
- ../../target/catalogues/cleanup
|
|
||||||
|
@ -26,7 +26,7 @@ hosts:
|
|||||||
node02:
|
node02:
|
||||||
bootMode: UEFI
|
bootMode: UEFI
|
||||||
macAddress: 52:54:00:b6:ed:02
|
macAddress: 52:54:00:b6:ed:02
|
||||||
bmcAddress: redfish+http://10.23.25.2:8000/redfish/v1/Systems/air-target-2
|
bmcAddress: redfish+https://10.23.25.1:8443/redfish/v1/Systems/air-ephemeral
|
||||||
bmcUsername: username
|
bmcUsername: username
|
||||||
bmcPassword: password
|
bmcPassword: password
|
||||||
disableCertificateVerification: false
|
disableCertificateVerification: false
|
||||||
@ -36,7 +36,7 @@ hosts:
|
|||||||
macAddresses:
|
macAddresses:
|
||||||
oam: 52:54:00:9b:27:02
|
oam: 52:54:00:9b:27:02
|
||||||
pxe: 52:54:00:b6:ed:02
|
pxe: 52:54:00:b6:ed:02
|
||||||
hardwareProfile: default # defined in the hardwareprofile-example function
|
hardwareProfile: default
|
||||||
node03:
|
node03:
|
||||||
bootMode: UEFI
|
bootMode: UEFI
|
||||||
macAddress: 52:54:00:b6:ed:23
|
macAddress: 52:54:00:b6:ed:23
|
||||||
@ -51,3 +51,16 @@ hosts:
|
|||||||
oam: 52:54:00:9b:27:07
|
oam: 52:54:00:9b:27:07
|
||||||
pxe: 52:54:00:b6:ed:23
|
pxe: 52:54:00:b6:ed:23
|
||||||
hardwareProfile: default # defined in the hardwareprofile-example function
|
hardwareProfile: default # defined in the hardwareprofile-example function
|
||||||
|
node04:
|
||||||
|
bootMode: UEFI
|
||||||
|
macAddress: 52:54:00:36:5e:e3
|
||||||
|
bmcAddress: redfish+http://10.23.25.2:8000/redfish/v1/Systems/air-target-2
|
||||||
|
bmcUsername: username
|
||||||
|
bmcPassword: password
|
||||||
|
ipAddresses:
|
||||||
|
oam-ipv4: 10.23.25.104
|
||||||
|
pxe-ipv4: 10.23.24.104
|
||||||
|
macAddresses:
|
||||||
|
oam: 52:54:00:dc:ab:04
|
||||||
|
pxe: 52:54:00:51:0b:e4
|
||||||
|
hardwareProfile: default # defined in the hardwareprofile-example function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user