File tree Expand file tree Collapse file tree 7 files changed +17
-23
lines changed
ansible/roles/zenith_proxy Expand file tree Collapse file tree 7 files changed +17
-23
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ zenith_proxy_pod_name: "{{ zenith_proxy_service_name }}"
1515zenith_proxy_client_container_name : " {{ zenith_proxy_client_service_name }}"
1616zenith_proxy_mitm_container_name : " {{ zenith_proxy_mitm_service_name }}"
1717
18- zenith_proxy_image_tag : ' 0.12 .0'
18+ zenith_proxy_image_tag : ' 0.14 .0'
1919
2020zenith_proxy_client_image_repository : ghcr.io/azimuth-cloud/zenith-client
2121zenith_proxy_client_image : " {{ zenith_proxy_client_image_repository }}:{{ zenith_proxy_image_tag }}"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Type=simple
99Restart=always
1010User={{ zenith_proxy_podman_user }}
1111Group={{ zenith_proxy_podman_user }}
12- ExecStartPre=/usr/bin/podman pod create --replace --name {{ zenith_proxy_pod_name }}
12+ ExecStartPre=/usr/bin/podman pod create --replace --name {{ zenith_proxy_pod_name }} --network=slirp4netns
1313ExecStartPre=/usr/bin/podman pod start {{ zenith_proxy_pod_name }}
1414ExecStart=/usr/bin/podman-pod-infra-attach.sh {{ zenith_proxy_pod_name }}
1515ExecStop=/usr/bin/podman pod stop --ignore -t 10 {{ zenith_proxy_pod_name }}
Original file line number Diff line number Diff line change 1111 zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
1212 zenith_proxy_upstream_port : " {{ grafana_port }}"
1313 zenith_proxy_client_token : " {{ zenith_token_monitoring }}"
14- zenith_proxy_client_auth_params :
15- tenancy-id : " {{ openstack_project_id }}"
1614 zenith_proxy_mitm_enabled : yes
1715 zenith_proxy_mitm_auth_inject : basic
1816 zenith_proxy_mitm_auth_basic_username : " {{ grafana_security.admin_user }}"
3129 zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
3230 zenith_proxy_upstream_port : 443
3331 zenith_proxy_client_token : " {{ zenith_token_ood }}"
34- zenith_proxy_client_auth_params :
35- tenancy-id : " {{ openstack_project_id }}"
3632 zenith_proxy_mitm_enabled : yes
3733 zenith_proxy_mitm_auth_inject : basic
3834 zenith_proxy_mitm_auth_basic_username : azimuth
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ basic_users_users:
1010 - adm
1111 - systemd-journal
1212 sudo : azimuth ALL=(ALL) NOPASSWD:ALL
13+
14+ # the path *on the control node* for the home directories depends on the filesystem:
15+ basic_users_homedir_server_path : " {{ '/home' if cluster_home_manila_share | bool else '/exports/home' }}"
Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ hpctests_outdir: "{{ playbook_dir }}/.tmp/hpctests"
88# hpctests run by default in Azimuth but not trying to stress-test the nodes
99# just check compiler, mpi etc works
1010hpctests_hpl_mem_frac : 0.05 # 5% node memory
11+
12+ # use basic_user-defined user:
13+ hpctests_user : azimuth
Original file line number Diff line number Diff line change @@ -69,8 +69,9 @@ openhpc
6969[proxy]
7070# Hosts to configure http/s proxies - see ansible/roles/proxy/README.md
7171
72- [manila]
72+ [manila:children ]
7373# Hosts to configure for manila fileshares
74+ cluster
7475
7576[persist_hostkeys:children]
7677# Hosts to use common set of hostkeys which persist across reimaging.
@@ -125,3 +126,10 @@ builder
125126[gateway:children]
126127# Add builder to this group to install gateway ansible-init playbook into image
127128builder
129+
130+ [zenith:children]
131+ grafana
132+ openondemand
133+
134+ [podman:children]
135+ zenith
You can’t perform that action at this time.
0 commit comments