Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tosca-templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Verlato
tosca-templates
Commits
9ad35652
Commit
9ad35652
authored
1 year ago
by
Marica Antonacci
Browse files
Options
Downloads
Patches
Plain Diff
Add support for letsencrypt staging
parent
f36b1d94
Branches
master
run_doker_with_volume
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jupyter/jupyter_vm.yaml
+7
-2
7 additions, 2 deletions
jupyter/jupyter_vm.yaml
kubernetes/k8s_cluster.yaml
+9
-1
9 additions, 1 deletion
kubernetes/k8s_cluster.yaml
with
16 additions
and
3 deletions
jupyter/jupyter_vm.yaml
+
7
−
2
View file @
9ad35652
tosca_definitions_version
:
tosca_simple_yaml_1_0
imports
:
-
indigo_custom_types
:
https://baltig.infn.it/infn-cloud/tosca-types/raw/v2.
0.3
/tosca_types/applications/jupyter_types.yaml
-
indigo_custom_types
:
https://baltig.infn.it/infn-cloud/tosca-types/raw/v2.
1.1
/tosca_types/applications/jupyter_types.yaml
description
:
Run Jupyter on a single VM enabling Notebooks persistence
...
...
@@ -91,6 +91,11 @@ topology_template:
default
:
"
"
description
:
Email address of certificate management administrator
enable_letsencrypt_staging
:
type
:
boolean
default
:
false
description
:
"
If
set
to
true,
the
staging
environment
will
be
used.
If
set
to
false,
the
production
environment
(subject
to
rate
limit)
will
be
used"
ports
:
description
:
Ports to open on the VM
type
:
map
...
...
@@ -112,7 +117,7 @@ topology_template:
ml_install
:
type
:
tosca.nodes.DODAS.single-node-jupyterhub
properties
:
letsencrypt_test
:
false
letsencrypt_test
:
{
get_input
:
enable_letsencrypt_staging
}
contact_email
:
{
get_input
:
contact_email
}
iam_url
:
{
get_input
:
iam_url
}
iam_subject
:
{
get_input
:
iam_subject
}
...
...
This diff is collapsed.
Click to expand it.
kubernetes/k8s_cluster.yaml
+
9
−
1
View file @
9ad35652
tosca_definitions_version
:
tosca_simple_yaml_1_0
imports
:
-
indigo_custom_types
:
https://baltig.infn.it/infn-cloud/tosca-types/raw/v2.
0.3
/tosca_types/infrastructure/kubernetes_types.yaml
-
indigo_custom_types
:
https://baltig.infn.it/infn-cloud/tosca-types/raw/v2.
1.1
/tosca_types/infrastructure/kubernetes_types.yaml
description
:
Deploy a single master Kubernetes 1.24.12 cluster
...
...
@@ -10,6 +10,13 @@ topology_template:
inputs
:
certificate_type
:
required
:
no
type
:
string
default
:
letsencrypt-prod
constraints
:
-
valid_values
:
[
'
letsencrypt-prod'
,
'
letsencrypt-staging'
,
'
self-signed'
]
admin_token
:
description
:
Password token for accessing K8s dashboard and grafana dashboard
type
:
string
...
...
@@ -159,6 +166,7 @@ topology_template:
admin_token
:
{
get_input
:
admin_token
}
enable_gpu
:
{
get_input
:
enable_gpu
}
domain
:
myip.cloud.infn.it
cert_manager_type
:
{
get_input
:
certificate_type
}
requirements
:
-
host
:
k8s_master_server
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment