diff --git a/tripleoclient/constants.py b/tripleoclient/constants.py index b84d839e2..33de5e7a1 100644 --- a/tripleoclient/constants.py +++ b/tripleoclient/constants.py @@ -43,7 +43,7 @@ OVERCLOUD_NETWORKS_FILE = "network_data.yaml" STANDALONE_NETWORKS_FILE = "/dev/null" UNDERCLOUD_NETWORKS_FILE = "network_data_undercloud.yaml" ANSIBLE_HOSTS_FILENAME = "hosts.yaml" -ANSIBLE_CWL = "tripleo_dense,tripleo_profile_tasks" +ANSIBLE_CWL = "tripleo_dense,tripleo_profile_tasks,tripleo_states" # The name of the file which holds the plan environment contents PLAN_ENVIRONMENT = 'plan-environment.yaml' diff --git a/tripleoclient/utils.py b/tripleoclient/utils.py index 3cbe63ca3..f6c046ae0 100644 --- a/tripleoclient/utils.py +++ b/tripleoclient/utils.py @@ -274,7 +274,8 @@ def run_ansible_playbook(playbook, inventory, workdir, playbook_dir=None, :param callback_whitelist: Comma separated list of callback plugins. Defaults to - "tripleo_dense,tripleo_profile_tasks". + "tripleo_dense,tripleo_profile_tasks, + tripleo_states". Custom output_callback is also whitelisted. :type callback_whitelist: String