Skip to content

Commit

Permalink
feat: add "name" to generated json metadata.
Browse files Browse the repository at this point in the history
fixes: #416

Change-Id: I275ad8f612a520202b36c9a93dc67de1afe8ff3a
  • Loading branch information
sadsfae committed Sep 15, 2022
1 parent 9cceee5 commit 3e7e1d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quads/tools/make_instackenv_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def make_env_json(filename):
mac = [interface.mac_address for interface in host.interfaces]
data["nodes"].append(
{
"name": host.name,
"pm_password": foreman_password,
"pm_type": "pxe_ipmitool",
"mac": mac,
Expand Down

0 comments on commit 3e7e1d3

Please sign in to comment.