Skip to content

Commit

Permalink
add external DNS zones to reconfigurator-cli's example system
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Jan 6, 2025
1 parent 0afbd6e commit db90b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-tools/reconfigurator-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,8 @@ fn cmd_load_example(
.num_nexus()
.map_or(NEXUS_REDUNDANCY, |n| n.into()),
)
.external_dns_count(3)
.context("invalid external DNS zone count")?
.create_zones(!args.no_zones)
.create_disks_in_blueprint(!args.no_disks_in_blueprint)
.build();
Expand Down

0 comments on commit db90b4a

Please sign in to comment.