You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[reconfigurator] Add RPW to reconcile debug dataset rendezvous table (#7342)
This is PR 2 of 2 and builds on #7341; it adds an RPW that calls the
library added in that PR to actually reconcile blueprint+inventory and
update the debug dataset rendezvous table, and changes the support
bundle query that picks a debug dataset to use this new table.
Copy file name to clipboardExpand all lines: dev-tools/omdb/tests/successes.out
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,11 @@ task: "blueprint_loader"
262
262
Loads the current target blueprint from the DB
263
263
264
264
265
+
task: "blueprint_rendezvous"
266
+
reconciles blueprints and inventory collection, updating Reconfigurator-
267
+
owned rendezvous tables that other subsystems consume
268
+
269
+
265
270
task: "crdb_node_id_collector"
266
271
Collects node IDs of running CockroachDB zones
267
272
@@ -499,6 +504,13 @@ task: "bfd_manager"
499
504
started at <REDACTED_TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
500
505
last completion reported error: failed to resolve addresses for Dendrite services: no record found for Query { name: Name("_dendrite._tcp.control-plane.oxide.internal."), query_type: SRV, query_class: IN }
501
506
507
+
task: "blueprint_rendezvous"
508
+
configured period: every <REDACTED_DURATION>m
509
+
currently executing: no
510
+
last completed activation: <REDACTED ITERATIONS>, triggered by a dependent task completing
511
+
started at <REDACTED_TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
512
+
last completion reported error: no blueprint
513
+
502
514
task: "crdb_node_id_collector"
503
515
configured period: every <REDACTED_DURATION>m
504
516
currently executing: no
@@ -951,6 +963,13 @@ task: "bfd_manager"
951
963
started at <REDACTED_TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
952
964
last completion reported error: failed to resolve addresses for Dendrite services: no record found for Query { name: Name("_dendrite._tcp.control-plane.oxide.internal."), query_type: SRV, query_class: IN }
953
965
966
+
task: "blueprint_rendezvous"
967
+
configured period: every <REDACTED_DURATION>m
968
+
currently executing: no
969
+
last completed activation: <REDACTED ITERATIONS>, triggered by a dependent task completing
970
+
started at <REDACTED_TIMESTAMP> (<REDACTED DURATION>s ago) and ran for <REDACTED DURATION>ms
0 commit comments