Skip to content

Commit c9f437b

Browse files
committed
RS-201 Parameterise EBS volume type
1 parent 8b29323 commit c9f437b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/author-publish-dispatcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ author_publish_dispatcher::dispatcher_data_devices:
2323
- device_name: "%{hiera('common::ami::publish_dispatcher_device_name')}"
2424
device_alias: "%{hiera('common::ami::publish_dispatcher_device_alias')}"
2525

26-
author_publish_dispatcher::volume_type: gp2
26+
author_publish_dispatcher::volume_type: "%{hiera('common::volume_type')"
2727

2828
author_publish_dispatcher::aem_password_retrieval_command: "%{hiera('common::aem_password_retrieval_command')}"
2929
author_publish_dispatcher::awslogs_config_path: "%{hiera('common::awslogs_config_path')}"

data/preview-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ preview_publish::aem_repo_devices:
1010
- device_name: "%{hiera('common::ami::device_name')}"
1111
device_alias: "%{hiera('common::ami::device_alias')}"
1212
aem_id: "%{hiera('preview_publish::aem_id')}"
13-
preview_publish::volume_type: gp2
13+
preview_publish::volume_type: "%{hiera('common::volume_type')"
1414

1515
preview_publish::revert_snapshot_type: "%{hiera('preview_publish::revert_snapshot_type')}"
1616

data/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish::aem_repo_devices:
1010
- device_name: "%{hiera('common::ami::device_name')}"
1111
device_alias: "%{hiera('common::ami::device_alias')}"
1212
aem_id: "%{hiera('publish::aem_id')}"
13-
publish::volume_type: gp2
13+
publish::volume_type: "%{hiera('common::volume_type')"
1414

1515
publish::revert_snapshot_type: "%{hiera('publish::revert_snapshot_type')}"
1616

0 commit comments

Comments
 (0)