-
Notifications
You must be signed in to change notification settings - Fork 40
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
47cbc6f
commit 69a5b18
Showing
10 changed files
with
792 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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 @@ | ||
../../nexus/tests/config.test.toml |
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,74 @@ | ||
EXECUTING COMMAND: omdb ["db", "--db-url", "postgresql://root@[::1]:REDACTED_PORT/omicron?sslmode=disable", "sleds"] | ||
termination: Exited(0) | ||
--------------------------------------------- | ||
stdout: | ||
SERIAL IP ROLE ID | ||
sim-b6d65341 [::1]:REDACTED_PORT - REDACTED_UUID_REDACTED_UUID_REDACTED | ||
--------------------------------------------- | ||
stderr: | ||
note: database schema version matches expected (4.0.0) | ||
============================================= | ||
EXECUTING COMMAND: omdb ["db", "--db-url", "junk", "sleds"] | ||
termination: Exited(2) | ||
--------------------------------------------- | ||
stdout: | ||
--------------------------------------------- | ||
stderr: | ||
error: invalid value 'junk' for '--db-url <DB_URL>': invalid connection string: unexpected EOF | ||
|
||
For more information, try '--help'. | ||
============================================= | ||
EXECUTING COMMAND: omdb ["nexus", "--nexus-internal-url", "http://127.0.0.1:REDACTED_PORT", "background-tasks", "doc"] | ||
termination: Exited(0) | ||
--------------------------------------------- | ||
stdout: | ||
task: "dns_config_external" | ||
watches external DNS data stored in CockroachDB | ||
|
||
|
||
task: "dns_config_internal" | ||
watches internal DNS data stored in CockroachDB | ||
|
||
|
||
task: "dns_propagation_external" | ||
propagates latest external DNS configuration (from "dns_config_external" | ||
background task) to the latest list of DNS servers (from | ||
"dns_servers_external" background task) | ||
|
||
|
||
task: "dns_propagation_internal" | ||
propagates latest internal DNS configuration (from "dns_config_internal" | ||
background task) to the latest list of DNS servers (from | ||
"dns_servers_internal" background task) | ||
|
||
|
||
task: "dns_servers_external" | ||
watches list of external DNS servers stored in CockroachDB | ||
|
||
|
||
task: "dns_servers_internal" | ||
watches list of internal DNS servers stored in CockroachDB | ||
|
||
|
||
task: "external_endpoints" | ||
reads config for silos and TLS certificates to determine the right set of | ||
HTTP endpoints, their HTTP server names, and which TLS certificates to use | ||
on each one | ||
|
||
|
||
--------------------------------------------- | ||
stderr: | ||
============================================= | ||
EXECUTING COMMAND: omdb ["nexus", "--nexus-internal-url", "junk", "background-tasks", "doc"] | ||
termination: Exited(1) | ||
--------------------------------------------- | ||
stdout: | ||
--------------------------------------------- | ||
stderr: | ||
Error: listing background tasks | ||
|
||
Caused by: | ||
0: Communication Error: builder error: relative URL without a base | ||
1: builder error: relative URL without a base | ||
2: relative URL without a base | ||
============================================= |
Oops, something went wrong.