-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36d82d4
commit 839899e
Showing
3 changed files
with
478 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
dev-tools/reconfigurator-cli/tests/input/cmds-expunge-newly-added.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
26 changes: 26 additions & 0 deletions
26
dev-tools/reconfigurator-cli/tests/output/cmd-expunge-newly-added-stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.