-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathdefault-args-windows.j2
More file actions
39 lines (39 loc) · 2.44 KB
/
default-args-windows.j2
File metadata and controls
39 lines (39 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"additional_executables_destination_path": "C:\\ProgramData\\Temp",
"additional_executables_list": "http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/bin/windows/amd64/registry.exe,http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/bin/windows/amd64/goss.exe",
"additional_executables": "true",
"additional_url_images": "false",
"additional_url_images_list": "",
"additional_prepull_images": "",
"build_version": "{{ os_type }}-kube-{{ kubernetes_series }}-{{ ova_ts_suffix }}",
"cloudbase_init_url": "http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/bin/windows/amd64/CloudbaseInitSetup_x64.msi",
"cloudbase_real_time_clock_utc": "true",
"containerd_url": "http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/bin/windows/amd64/cri-containerd.tar",
"containerd_sha256_windows": "{{ containerd_sha256_windows_amd64 }}",
"containerd_version": "{{ containerd }}",
"convert_to_template": "true",
"create_snapshot": "false",
"disable_hypervisor": "false",
"disk_size": "40960",
"kubernetes_base_url": "http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/bin/windows/amd64",
"kubernetes_series": "{{ kubernetes_series }}",
"kubernetes_semver": "{{ kubernetes_version }}",
"kubernetes_typed_version": "{{ image_version }}",
"load_additional_components": "true",
"netbios_host_name_compatibility": "false",
"nssm_url": "http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/bin/windows/amd64/nssm.exe",
"prepull": "false",
"pause_image": "localhost:5000/vmware.io/pause:{{ pause }}",
"runtime": "containerd",
"template": "",
"unattend_timezone": "Pacific Standard Time",
"windows_updates_categories": "",
"windows_updates_kbs": "",
"wins_url": "",
"custom_role": "true",
"custom_role_names": "/image-builder/images/capi/image/ansible-windows",
"ansible_user_vars": "ansible_winrm_read_timeout_sec=600 ansible_winrm_operation_timeout_sec=590 artifacts_container_url=http://{{ host_ip }}:{{ artifacts_container_port }} imageVersion={{ image_version|replace('-', '.') }} registry_store_archive_url=http://{{ host_ip }}:{{ artifacts_container_port }}/artifacts/{{ kubernetes_version }}/registries/{{ registry_store_path }}",
"vmx_version": "21",
"debug_tools": "false",
"enable_auto_kubelet_service_restart": "false"
}