File tree 7 files changed +17
-23
lines changed
ansible/roles/zenith_proxy 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 }}"
15
15
zenith_proxy_client_container_name : " {{ zenith_proxy_client_service_name }}"
16
16
zenith_proxy_mitm_container_name : " {{ zenith_proxy_mitm_service_name }}"
17
17
18
- zenith_proxy_image_tag : ' 0.12 .0'
18
+ zenith_proxy_image_tag : ' 0.14 .0'
19
19
20
20
zenith_proxy_client_image_repository : ghcr.io/azimuth-cloud/zenith-client
21
21
zenith_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
9
9
Restart=always
10
10
User={{ zenith_proxy_podman_user }}
11
11
Group={{ 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
13
13
ExecStartPre=/usr/bin/podman pod start {{ zenith_proxy_pod_name }}
14
14
ExecStart=/usr/bin/podman-pod-infra-attach.sh {{ zenith_proxy_pod_name }}
15
15
ExecStop=/usr/bin/podman pod stop --ignore -t 10 {{ zenith_proxy_pod_name }}
Original file line number Diff line number Diff line change 11
11
zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
12
12
zenith_proxy_upstream_port : " {{ grafana_port }}"
13
13
zenith_proxy_client_token : " {{ zenith_token_monitoring }}"
14
- zenith_proxy_client_auth_params :
15
- tenancy-id : " {{ openstack_project_id }}"
16
14
zenith_proxy_mitm_enabled : yes
17
15
zenith_proxy_mitm_auth_inject : basic
18
16
zenith_proxy_mitm_auth_basic_username : " {{ grafana_security.admin_user }}"
31
29
zenith_proxy_upstream_host : " {{ ansible_host }}" # IP
32
30
zenith_proxy_upstream_port : 443
33
31
zenith_proxy_client_token : " {{ zenith_token_ood }}"
34
- zenith_proxy_client_auth_params :
35
- tenancy-id : " {{ openstack_project_id }}"
36
32
zenith_proxy_mitm_enabled : yes
37
33
zenith_proxy_mitm_auth_inject : basic
38
34
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:
10
10
- adm
11
11
- systemd-journal
12
12
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"
8
8
# hpctests run by default in Azimuth but not trying to stress-test the nodes
9
9
# just check compiler, mpi etc works
10
10
hpctests_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
69
69
[proxy]
70
70
# Hosts to configure http/s proxies - see ansible/roles/proxy/README.md
71
71
72
- [manila]
72
+ [manila:children ]
73
73
# Hosts to configure for manila fileshares
74
+ cluster
74
75
75
76
[persist_hostkeys:children]
76
77
# Hosts to use common set of hostkeys which persist across reimaging.
@@ -125,3 +126,10 @@ builder
125
126
[gateway:children]
126
127
# Add builder to this group to install gateway ansible-init playbook into image
127
128
builder
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