-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathvars.yml
More file actions
31 lines (30 loc) · 751 Bytes
/
vars.yml
File metadata and controls
31 lines (30 loc) · 751 Bytes
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
#@data/values
---
stemcell_details:
agent_suffix: "-go_agent"
branch: ubuntu-jammy
major_version: 1
os_version: "22.04"
os_name: ubuntu-jammy
os_short_name: jammy
subnet_int: "22" #! use last two digits of release year: ex 2010 -> 10
use_efi: false
include_iaas: [
{iaas: alicloud, hypervisor: kvm},
{iaas: aws, hypervisor: xen-hvm},
{iaas: azure, hypervisor: hyperv},
{iaas: google, hypervisor: kvm},
{iaas: openstack, hypervisor: kvm},
{iaas: vsphere, hypervisor: esxi},
{iaas: vcloud, hypervisor: esxi},
{iaas: warden, hypervisor: boshlite}
]
include_fips_iaas: [
{iaas: aws, hypervisor: xen-hvm},
{iaas: google, hypervisor: kvm},
]
blobstore_types:
- dav
- gcs
- s3
- azure-storage