From e5fb657ebaba5cb929ecc6a240b0d1b52d3814fa Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Tue, 20 Jun 2023 16:27:31 -0400 Subject: [PATCH 1/4] Use nublado at /n3 on usdf-dev --- applications/noteburst/values-usdfdev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/noteburst/values-usdfdev.yaml b/applications/noteburst/values-usdfdev.yaml index dae96ed465..963bab1e0c 100644 --- a/applications/noteburst/values-usdfdev.yaml +++ b/applications/noteburst/values-usdfdev.yaml @@ -3,6 +3,7 @@ image: config: logLevel: "DEBUG" + hubPathPrefix: "/n3" worker: workerCount: 1 identities: From 1034302fdd6cb18f327f3b596c15276b7efb9689 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Tue, 20 Jun 2023 16:45:21 -0400 Subject: [PATCH 2/4] Deploy noteburst 0.7.1 --- applications/noteburst/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/noteburst/Chart.yaml b/applications/noteburst/Chart.yaml index c25e51b424..6e6c626fc4 100644 --- a/applications/noteburst/Chart.yaml +++ b/applications/noteburst/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: noteburst version: 1.0.0 -appVersion: "0.7.0" +appVersion: "0.7.1" description: Noteburst is a notebook execution service for the Rubin Science Platform. type: application home: https://noteburst.lsst.io/ From c13fa035c51c817682a6a951b249061333a4a105 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Thu, 22 Jun 2023 17:45:06 -0400 Subject: [PATCH 3/4] Fix names of bot users on usdf The usdf usernames for noteburst don't use a dash before the bot number. --- applications/noteburst/values-usdfdev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/noteburst/values-usdfdev.yaml b/applications/noteburst/values-usdfdev.yaml index 963bab1e0c..4ab6827768 100644 --- a/applications/noteburst/values-usdfdev.yaml +++ b/applications/noteburst/values-usdfdev.yaml @@ -7,8 +7,8 @@ config: worker: workerCount: 1 identities: - - username: "bot-noteburst-01" - - username: "bot-noteburst-02" + - username: "bot-noteburst01" + - username: "bot-noteburst02" # Use SSD for Redis storage. redis: From bfcac0b2affe8ebbd7ad3c511cb68a8ac59eae14 Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Thu, 22 Jun 2023 19:09:45 -0400 Subject: [PATCH 4/4] Enable Times Square in usdf-dev Squareone --- applications/squareone/values-usdfdev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/squareone/values-usdfdev.yaml b/applications/squareone/values-usdfdev.yaml index b9ae4d7f26..c0d3946711 100644 --- a/applications/squareone/values-usdfdev.yaml +++ b/applications/squareone/values-usdfdev.yaml @@ -2,3 +2,4 @@ replicaCount: 3 config: siteName: "Rubin Science Platform" semaphoreUrl: "https://usdf-rsp-dev.slac.stanford.edu/semaphore" + timesSquareUrl: "https://usdf-rsp-dev.slac.stanford.edu/times-square/api"