mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
aws: allow to use gp3 storage type for fedimg
this is cheaper than gp2 see https://fedoraproject.org/wiki/Changes/CloudEC2gp3
This commit is contained in:
@@ -688,8 +688,8 @@ openshift_hosted_metrics_deploy=true
|
||||
#openshift_metrics_heapster_image="registry.access.redhat.com/openshift3/metrics-heapster:{ openshift_image_tag }"
|
||||
#
|
||||
# StorageClass
|
||||
# openshift_storageclass_name=gp2
|
||||
# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': 'false'}
|
||||
# openshift_storageclass_name=gp3
|
||||
# openshift_storageclass_parameters={'type': 'gp3', 'encrypted': 'false'}
|
||||
# openshift_storageclass_mount_options=['dir_mode=0777', 'file_mode=0777']
|
||||
# openshift_storageclass_reclaim_policy="Delete"
|
||||
#
|
||||
|
||||
@@ -669,8 +669,8 @@ openshift_hosted_metrics_deploy=true
|
||||
#openshift_metrics_heapster_image="registry.access.redhat.com/openshift3/metrics-heapster:{ openshift_image_tag }"
|
||||
#
|
||||
# StorageClass
|
||||
# openshift_storageclass_name=gp2
|
||||
# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': 'false'}
|
||||
# openshift_storageclass_name=gp3
|
||||
# openshift_storageclass_parameters={'type': 'gp3', 'encrypted': 'false'}
|
||||
# openshift_storageclass_mount_options=['dir_mode=0777', 'file_mode=0777']
|
||||
# openshift_storageclass_reclaim_policy="Delete"
|
||||
#
|
||||
|
||||
@@ -24,7 +24,7 @@ regions = [ 'af-south-1', 'eu-north-1', 'ap-south-1', 'eu-west-3', 'eu-west-2',
|
||||
'ap-northeast-1', 'sa-east-1', 'ca-central-1', 'ap-east-1', 'ap-southeast-1',
|
||||
'ap-southeast-2', 'ap-southeast-3', 'eu-central-1', 'us-east-1', 'us-east-2',
|
||||
'us-west-1', 'us-west-2' ]
|
||||
volume_types = ['standard', 'gp2']
|
||||
volume_types = ['standard', 'gp2', 'gp3']
|
||||
|
||||
[rackspace]
|
||||
username = 'someuser'
|
||||
|
||||
Reference in New Issue
Block a user