Skip to content

Commit

Permalink
check in new test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Jan 6, 2025
1 parent 36d82d4 commit 839899e
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
load-example

# expunge external DNS from initial blueprint
blueprint-show 3f00b694-1b16-4aaa-8f78-e6b3a527b434
blueprint-edit 3f00b694-1b16-4aaa-8f78-e6b3a527b434 expunge-zone 90d08710-3c0b-4fae-b01e-9a826fd3124f

# run planner, which adds a new external DNS
blueprint-show 366b0b68-d80e-4bc1-abd3-dc69837847e0
blueprint-plan 366b0b68-d80e-4bc1-abd3-dc69837847e0

# expunge newly-added external DNS
blueprint-show 9c998c1d-1a7b-440a-ae0c-40f781dea6e2
blueprint-edit 9c998c1d-1a7b-440a-ae0c-40f781dea6e2 expunge-zone a9bc9526-feb0-4b9f-86e5-f56789a314f6
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
error: unrecognized subcommand '#'

Usage: <COMMAND>

For more information, try 'help'.
error: unrecognized subcommand '#'

Usage: <COMMAND>

For more information, try 'help'.
Jan 06 19:02:24.504 INFO sufficient BoundaryNtp zones exist in plan, current_count: 0, desired_count: 0
Jan 06 19:02:24.504 INFO sufficient Clickhouse zones exist in plan, current_count: 1, desired_count: 1
Jan 06 19:02:24.505 INFO sufficient ClickhouseKeeper zones exist in plan, current_count: 0, desired_count: 0
Jan 06 19:02:24.505 INFO sufficient ClickhouseServer zones exist in plan, current_count: 0, desired_count: 0
Jan 06 19:02:24.505 INFO sufficient CockroachDb zones exist in plan, current_count: 0, desired_count: 0
Jan 06 19:02:24.505 INFO sufficient CruciblePantry zones exist in plan, current_count: 3, desired_count: 3
Jan 06 19:02:24.505 INFO sufficient InternalDns zones exist in plan, current_count: 3, desired_count: 3
Jan 06 19:02:24.505 INFO added zone to sled, kind: ExternalDns, sled_id: a88790de-5962-4871-8686-61c1fd5b7094
Jan 06 19:02:24.505 INFO sufficient Nexus zones exist in plan, current_count: 3, desired_count: 3
Jan 06 19:02:24.505 INFO sufficient Oximeter zones exist in plan, current_count: 0error: unrecognized subcommand '#'

Usage: <COMMAND>

For more information, try 'help'.
, desired_count: 0
Jan 06 19:02:24.505 INFO will ensure cockroachdb setting, value: DoNotModify, setting: cluster.preserve_downgrade_option
Loading

0 comments on commit 839899e

Please sign in to comment.