Skip to content

Commit

Permalink
updated to Perun 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba committed Sep 7, 2022
1 parent 3a9d08f commit e8bc77a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# versions of containers to deploy
perun_rpc_container_version: v13.0.1
perun_cli_container_version: v13.0.1
perun_ldapc_container_version: v13.0.1
perun_engine_container_version: p_v13.0.1_s_v4.0.0
perun_apache_container_version: gui_v13.0.1_wui_v3.35.1_ngui_v7.1.0
perun_rpc_git_version: v17.1.0
perun_rpc_container_version: v17.1.0
perun_cli_container_version: v17.1.0
perun_ldapc_container_version: v17.1.0
perun_engine_container_version: p_v17.1.0_s_v5.3.1
perun_apache_container_version: gui_v17.1.0_wui_v3.39.0_ngui_v9.2.0

# use TLS certificates issued by certbot
perun_use_certbot_certificates: yes
Expand Down
2 changes: 1 addition & 1 deletion roles/cesnet.perun_docker_server
Submodule cesnet.perun_docker_server updated 40 files
+189 −48 defaults/main.yml
+2 −2 handlers/main.yml
+25 −7 tasks/main.yml
+3 −0 tasks/os_setup.yml
+66 −21 tasks/perun_apache.yml
+73 −87 tasks/perun_certs.yml
+10 −1 tasks/perun_cli.yml
+1 −1 tasks/perun_config.yml
+2 −2 tasks/perun_docker.yml
+207 −33 tasks/perun_engine.yml
+5 −1 tasks/perun_ldapc.yml
+22 −0 tasks/perun_postgres.yml
+19 −7 tasks/perun_rpc.yml
+14 −1 tasks/perun_users.yml
+0 −8 tasks/perun_volumes.yml
+3 −1 tasks/volume_dir.yml
+9 −2 templates/instance_configs/consolidatorInstanceConfig.json.j2
+10 −0 templates/instance_configs/instanceConfig.json.j2
+5 −1 templates/instance_configs/linkerInstanceConfig.json.j2
+8 −3 templates/instance_configs/profileInstanceConfig.json.j2
+3 −3 templates/jdbc.properties.j2
+28 −0 templates/perun-apps-config.yml.j2
+15 −0 templates/perun-cli-env.j2
+4 −1 templates/perun-dispatcher.properties.j2
+10 −1 templates/perun-engine.properties.j2
+5 −1 templates/perun-ldapc.j2
+1 −1 templates/perun-ldapc.properties.j2
+5 −5 templates/perun-web-gui.properties.j2
+27 −4 templates/perun.properties.j2
+9 −21 templates/security.txt.j2
+0 −0 templates/shibboleth/attribute-map.xml.j2
+0 −0 templates/shibboleth/attribute-policy.xml.j2
+11 −4 templates/shibboleth/shibboleth2.xml.j2
+31 −5 templates/sites-enabled/perun-admin.conf.j2
+16 −0 templates/sites-enabled/perun-api.conf.j2
+20 −2 templates/sites-enabled/perun-consolidator.conf.j2
+19 −2 templates/sites-enabled/perun-linker.conf.j2
+24 −2 templates/sites-enabled/perun-profile.conf.j2
+99 −0 templates/sites-enabled/perun-pwdreset.conf.j2
+11 −4 templates/sites-enabled/perun.conf.j2

0 comments on commit e8bc77a

Please sign in to comment.