Skip to content

Commit cb655c0

Browse files
authored
test(node): dm1 deployments (#8910)
Adding a `dm1.yaml` file allows using the `bare-metal-deployment` tool to deploy to dm1 nodes that use iDRAC BMCs. I've added corresponding .ini files to the 1Pass
1 parent 87c014d commit cb655c0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ test_tmpdir/**
138138

139139
# Bare metal deployment secrets files
140140
zh2-dll01.*
141+
dm1-dll32.*
141142

142143
# Claude Code settings
143144
.claude/settings.local.json
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
file_share_url: 10.12.7.240
2+
file_share_dir: /srv/images
3+
file_share_image_filename: setupos.bmd.img
4+
inject_image_node_reward_type: type3.1
5+
inject_image_ipv6_prefix: 2602:fb2b:100:14
6+
inject_image_ipv6_gateway: 2602:fb2b:100:14::1
7+
inject_image_verbose: false
8+
inject_enable_trusted_execution_environment: false

0 commit comments

Comments
 (0)