File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments