From f3073feec29fdedc29f0decaf96bfb878dc8c7cf Mon Sep 17 00:00:00 2001 From: Chris Choi Date: Mon, 30 Sep 2019 10:19:21 -0400 Subject: [PATCH] (DEPENB-2136 ) Deprecation of setup_sas_users and sas_users needs to be accounted for in the merge playbook --- playbooks/merge-playbook/library/merge_viya_deployment_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/merge-playbook/library/merge_viya_deployment_files.py b/playbooks/merge-playbook/library/merge_viya_deployment_files.py index 12fa370..adc78d8 100644 --- a/playbooks/merge-playbook/library/merge_viya_deployment_files.py +++ b/playbooks/merge-playbook/library/merge_viya_deployment_files.py @@ -191,7 +191,7 @@ def _get_config_dict(some_config): 'remote_tmp', 'DEPLOYMENT_ID', 'tenant_instance', 'provider_endpoint_scheme', 'INSTALL_USER', 'INSTALL_GROUP', 'provider_endpoint_port','sas_consul_on_cas_hosts', - 'casenv_tenant','REPOSITORY_WAREHOUSE'] + 'casenv_tenant','REPOSITORY_WAREHOUSE','setup_sas_users','sas_users'] ############################################################