-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2349 from GeorgianaElena/no-config-gen-in-deployer
deployer: don't generate config in deployer anymore
- Loading branch information
Showing
77 changed files
with
775 additions
and
141 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -4,6 +4,17 @@ basehub: | |
iam.gke.io/gcp-service-account: [email protected] | ||
|
||
jupyterhub: | ||
proxy: | ||
https: | ||
hosts: | ||
- catalyst-cooperative.pilot.2i2c.cloud | ||
ingress: | ||
hosts: | ||
- catalyst-cooperative.pilot.2i2c.cloud | ||
tls: | ||
- secretName: https-auto-tls | ||
hosts: | ||
- catalyst-cooperative.pilot.2i2c.cloud | ||
singleuser: | ||
image: | ||
name: catalystcoop/pudl-jupyter | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,17 @@ basehub: | |
annotations: | ||
iam.gke.io/gcp-service-account: [email protected] | ||
jupyterhub: | ||
proxy: | ||
https: | ||
hosts: | ||
- dask-staging.2i2c.cloud | ||
ingress: | ||
hosts: | ||
- dask-staging.2i2c.cloud | ||
tls: | ||
- secretName: https-auto-tls | ||
hosts: | ||
- dask-staging.2i2c.cloud | ||
custom: | ||
cloudResources: | ||
provider: gcp | ||
|
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 |
---|---|---|
|
@@ -14,6 +14,17 @@ basehub: | |
annotations: | ||
iam.gke.io/gcp-service-account: [email protected] | ||
jupyterhub: | ||
proxy: | ||
https: | ||
hosts: | ||
- oceanhackweek.2i2c.cloud | ||
ingress: | ||
hosts: | ||
- oceanhackweek.2i2c.cloud | ||
tls: | ||
- secretName: https-auto-tls | ||
hosts: | ||
- oceanhackweek.2i2c.cloud | ||
prePuller: | ||
continuous: | ||
# Todo: turn this off after the event | ||
|
@@ -74,6 +85,7 @@ basehub: | |
add_staff_user_ids_to_admin_users: true | ||
add_staff_user_ids_of_type: "github" | ||
homepage: | ||
gitRepoBranch: "2i2c-ohw" | ||
templateVars: | ||
org: | ||
name: OceanHackWeek | ||
|
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
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 |
---|---|---|
|
@@ -3,6 +3,14 @@ basehub: | |
annotations: | ||
iam.gke.io/gcp-service-account: [email protected] | ||
jupyterhub: | ||
ingress: | ||
hosts: [ciroh.awi.2i2c.cloud] | ||
tls: | ||
- hosts: [ciroh.awi.2i2c.cloud] | ||
secretName: https-auto-tls | ||
proxy: | ||
https: | ||
hosts: [ciroh.awi.2i2c.cloud] | ||
singleuser: | ||
extraEnv: | ||
SCRATCH_BUCKET: gs://awi-ciroh-scratch/$(JUPYTERHUB_USER) | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,14 @@ basehub: | |
annotations: | ||
iam.gke.io/gcp-service-account: [email protected] | ||
jupyterhub: | ||
ingress: | ||
hosts: [staging.ciroh.awi.2i2c.cloud] | ||
tls: | ||
- hosts: [staging.ciroh.awi.2i2c.cloud] | ||
secretName: https-auto-tls | ||
proxy: | ||
https: | ||
hosts: [staging.ciroh.awi.2i2c.cloud] | ||
singleuser: | ||
extraEnv: | ||
SCRATCH_BUCKET: gs://awi-ciroh-scratch-staging/$(JUPYTERHUB_USER) | ||
|
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 |
---|---|---|
@@ -1,5 +1,16 @@ | ||
jupyterhub: | ||
ingress: | ||
hosts: [2i2c.callysto.ca] | ||
tls: | ||
- hosts: [2i2c.callysto.ca] | ||
secretName: https-auto-tls | ||
proxy: | ||
https: | ||
hosts: [2i2c.callysto.ca] | ||
hub: | ||
config: | ||
CILogonOAuthenticator: | ||
oauth_callback_url: https://2i2c.callysto.ca/hub/oauth_callback | ||
custom: | ||
homepage: | ||
gitRepoBranch: "callysto-prod" |
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 |
---|---|---|
@@ -1,5 +1,16 @@ | ||
jupyterhub: | ||
ingress: | ||
hosts: [staging.callysto.2i2c.cloud] | ||
tls: | ||
- hosts: [staging.callysto.2i2c.cloud] | ||
secretName: https-auto-tls | ||
proxy: | ||
https: | ||
hosts: [staging.callysto.2i2c.cloud] | ||
hub: | ||
config: | ||
CILogonOAuthenticator: | ||
oauth_callback_url: https://staging.callysto.2i2c.cloud/hub/oauth_callback | ||
custom: | ||
homepage: | ||
gitRepoBranch: "callysto-staging" |
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
Oops, something went wrong.