alpine-zdt-images/overlays/testing/configs/alpine-testing.conf

40 lines
957 B
Plaintext
Raw Normal View History

2021-11-28 23:04:28 +00:00
# vim: ts=2 et:
# Overlay for testing alpine-cloud-images
# start with the production alpine config
include required("alpine.conf")
# override specific things...
project = alpine-cloud-images__test
Default {
# unset before resetting
name = null
name = [ test ]
description = null
description = [ Alpine Test ]
}
Dimensions {
bootstrap {
# not quite working yet
#cloudinit { include required("testing/cloudinit.conf") }
}
cloud {
# just test in these regions
aws.regions {
us-west-2 = true
us-east-1 = true
}
2021-11-28 23:04:28 +00:00
# adapters need to be written
#oci { include required("testing/oci.conf") }
#gcp { include required("testing/gcp.conf") }
#azure { include required("testing/azure.conf") }
}
}
# test in private, and only in regions specified above
2021-11-28 23:04:28 +00:00
Mandatory.access.PUBLIC = false
Mandatory.regions.ALL = false