Skip to content

Commit bd3af89

Browse files
Try to fix GCP deploy by adding timeseries_db to config toml (#587)
* add timeseries_db to config toml * automatically update packer-id * trigger packer * automatically update packer-id Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00e02ac commit bd3af89

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packer/omicron.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ level = "info"
3434
# Example output to a terminal (with colors)
3535
mode = "stderr-terminal"
3636

37-
# Example output to a file, appending if it already exists.
38-
#mode = "file"
39-
#path = "logs/server.log"
40-
#if_exists = "append"
37+
# Configuration for interacting with the timeseries database
38+
[timeseries_db]
39+
address = "[::1]:8123"

tools/create_gcp_instance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ retry 2 gcloud compute instances create "$INSTANCE_NAME" \
4141
--description="Machine automatically generated from branch ${BRANCH_NAME} of the oxidecomputer/console git repo." \
4242
--hostname="${INSTANCE_NAME}.internal.oxide.computer" \
4343
--zone=$ZONE \
44-
--image=packer-1641329647 \
44+
--image=packer-1641331516 \
4545
--maintenance-policy=TERMINATE \
4646
--restart-on-failure \
4747
--machine-type=$INSTANCE_TYPE \

0 commit comments

Comments
 (0)