Skip to content

Commit 05398e3

Browse files
committed
Overrwrite dev script with contents from main
1 parent 4c9a5e5 commit 05398e3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

etl-pipeline/dev-scripts/ssm_parameter_copier.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -288,16 +288,11 @@ def print_copy_summary(result: Dict[str, any]):
288288
# ]
289289

290290
# vra ES standardize naming convention
291-
# path_mapping = {
292-
# "/drb/vra-elasticsearch/host": "/drb/production/vra-elasticsearch/host",
293-
# "/drb/vra-elasticsearch/port": "/drb/production/vra-elasticsearch/port",
294-
# "/drb/vra/elasticsearch/user": "/drb/production/vra-elasticsearch/user",
295-
# "/drb/vra/elasticsearch/pswd": "/drb/production/vra-elasticsearch/pswd",
296-
# }
297-
298-
# local -> qa -- vra test user
299291
path_mapping = {
300-
"/drb/local/vra/test_user_password": "/drb/qa/vra/test_user_password",
292+
"/drb/vra-elasticsearch/host": "/drb/production/vra-elasticsearch/host",
293+
"/drb/vra-elasticsearch/port": "/drb/production/vra-elasticsearch/port",
294+
"/drb/vra/elasticsearch/user": "/drb/production/vra-elasticsearch/user",
295+
"/drb/vra/elasticsearch/pswd": "/drb/production/vra-elasticsearch/pswd",
301296
}
302297

303298
# result = copy_ssm_parameters_between_envs(

0 commit comments

Comments
 (0)