Skip to content

Latest commit

 

History

History

jupyter

jupyter

Requirements

Name Version
terraform 1.9.8
harvester 0.6.4

Providers

Name Version
harvester 0.6.4

Modules

No modules.

Resources

Name Type
harvester_cloudinit_secret.cloud-config-jupyter resource
harvester_virtualmachine.vm resource
harvester_image.rhel9 data source

Inputs

Name Description Type Default Required
aad_client_id n/a string n/a yes
aad_client_secret n/a string n/a yes
aad_tenant_id n/a string n/a yes
calico_version Version of calico string n/a yes
condenser_ingress_isEnabled Enable web access to the server bool n/a yes
condenser_ingress_test_hostname Part of the URL for the web application string n/a yes
jupyter_image Name of Jupyter notebook container image (see https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) string n/a yes
jupyter_image_version Docker tag for Jupyter notebook container image string n/a yes
k3s_version Version of k3s string n/a yes
namespace Name of the SSRC namespace string n/a yes
network_name Name of the SSRC network string n/a yes
os_disk_gb Size of the VM's primary disk string n/a yes
public_key_openssh Public SSH key installed on the VM list(string) n/a yes
ram_gb Amount of memory for the VM string n/a yes
vcpu Number of CPUs for the VM number n/a yes
vm_count Number of instances of the VM number n/a yes
vm_prefix Prefix applied to the server resources string n/a yes
z2jupyterhub_version Version of the z2jupyterhub helm chart string n/a yes

Outputs

Name Description
ip_addr The IP address from which JupyterHub server can be administered
url The URL from which JupyterHub server can be accessed