Skip to content

Commit c929754

Browse files
Added configuration of port and protocol for publish replication agent. (#466)
* Added configuration of port and protocol for publish replication agent. * Modified the replication agent configuration. * Upgraded aem aws stack provisioner to 5.11.0
1 parent eb4de15 commit c929754

File tree

4 files changed

+79
-66
lines changed

4 files changed

+79
-66
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
### Added
10+
- Added port and protocol Configuration for publish replication agent of consolidated env.
11+
- Upgrade AEM AWS Stack Provisioner to 5.11.0
912

1013
## 5.17.0 - 2022-09-09
1114
### Added

conf/ansible/inventory/group_vars/apps.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ s3:
160160
create_bucket_flag: 'true'
161161

162162
library:
163-
aem_aws_stack_provisioner_version: 5.10.0
163+
aem_aws_stack_provisioner_version: 5.11.0
164164
aem_orchestrator_version: 3.0.1
165165
aem_password_reset_version: 1.1.0
166166
oak_run_version: 1.8.3
@@ -341,6 +341,9 @@ author_publish_dispatcher:
341341
root_vol_size: 20
342342
data_vol_size: 20
343343
associate_public_ip_address: true
344+
replication_agent:
345+
publish_protocol: https
346+
publish_port: 5433
344347

345348
orchestrator:
346349
instance_profile: overwrite-me

0 commit comments

Comments
 (0)