Guillaume Coré
2019-09-13 3117105729aefdbaa95fa936c5566e96a84e38c7
ansible/roles/ocp4-workload-rhte-analytics_data_ocp_workshop/defaults/main.yml
@@ -15,7 +15,7 @@
# The first user number to start with when creating projects
user_count_start: 1
# The last user number to start with when creating projects
user_count_end: "{{user_count_start|int + user_count|int}}"
user_count_end: "{{user_count_start|int + num_users|int}}"
# Rook Ceph Info
# These variables will be initialized by the role ocp4-workload-rhte-analytics_data_ocp_infra
@@ -45,7 +45,7 @@
workshop_jupyter_notebook_imagestream_tag: "3.6"
# Command separated string list each git repo url to preload on the notebook pod when it spawns
workshop_preload_repos: "https://gitlab.com/vpavlin/hybrid-data-engineering-workshop"
workshop_preload_repos: "https://gitlab.com/opendatahub/data-engineering-and-machine-learning-workshop.git"
# Amount of memory for the JupyterHub server
jupyterhub_memory: "1Gi"