eWaterCycle / infra

Instructions for system administrators to deploy the eWaterCycle platform
Apache License 2.0
0 stars 0 forks source link

Migrate from HPC cloud VMs to Research Cloud application #78

Closed sverhoeven closed 3 years ago

sverhoeven commented 3 years ago

The plugin, application and application offer where made in Research Cloud which should run the research-cloud-plugin.yml playbook.

A second playbook called shared-data-disk.yml has been made that can download the data from Internet and upload it to dcache.

Refs #77

sverhoeven commented 3 years ago

Application can be instantiated and logged in with ssh. However visiting home page fails with bad gateway.

sverhoeven commented 3 years ago

Successfully ran https://github.com/eWaterCycle/ewatercycle/blob/main/docs/examples/MarrmotM01.ipynb notebook only required change was to set directory="/data/volume_2/forcings/MARRMoT".

sverhoeven commented 3 years ago

I moved /mnt/data/esmvaltool to /mnt/data/climate-data in the ansible tasks and on dcache.

@Peter9192 you should update your ~/.esmvaltool/config-user.yml .

I also move some tasks around to better locations. There now are a rclone and prep_shared_data roles instead of having their tasks spread of multiple playbooks and roles.

sverhoeven commented 3 years ago

Bugs have been ironed out and VM gets constructed correctly on SRC.

sverhoeven commented 3 years ago

Thanks for reviewing.