From 298ef45fe347701685d4b63650e076127573687a Mon Sep 17 00:00:00 2001 From: Eugene Bagdasaryan Date: Mon, 30 Jan 2017 18:06:37 -0500 Subject: [PATCH] Remove unused undercloud_post_install_script and its log Remove unused undercloud_post_install_script and log from parameters and documentation since it's not used anymore. Change-Id: I88de9555b17d83b1359e2d7ca88a99818f3e07a1 --- roles/undercloud-deploy/README.md | 4 ---- roles/undercloud-deploy/defaults/main.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/roles/undercloud-deploy/README.md b/roles/undercloud-deploy/README.md index 0a0237653..b4d0a276a 100644 --- a/roles/undercloud-deploy/README.md +++ b/roles/undercloud-deploy/README.md @@ -15,12 +15,8 @@ Role Variables used as the base for the undercloud.conf - `undercloud_install_script`: <'undercloud-install.j2'> -- the name of the jinja template used as the base for the undercloud-install bash script -- `undercloud_post_install_script`: <'undercloud-install-post.sh.j2'> -- the name of the -jinja template used as the base for the undercloud-install-post bash script - `undercloud_install_log`: <'{{ working_dir }}/undercloud_install.log'> -- the full path to the undercloud install log file. -- `undercloud_post_install.log`: <'{{ working_dir }}/undercloud_post_install.log'> -- the full -path to the undercloud-post-install.sh log file. - `network_environment_file`: <'network-environment.yaml.j2'> -- the name of the jinja template used as the base for the network-environment for tripleo. - `undercloud_hieradata_override_file`: <'quickstart-hieradata-overrides.yaml.j2'> -- the name of diff --git a/roles/undercloud-deploy/defaults/main.yml b/roles/undercloud-deploy/defaults/main.yml index 03f476942..b3b068d2e 100644 --- a/roles/undercloud-deploy/defaults/main.yml +++ b/roles/undercloud-deploy/defaults/main.yml @@ -2,9 +2,7 @@ undercloud_config_file: undercloud.conf.j2 undercloud_install_script: undercloud-install.sh.j2 -undercloud_post_install_script: undercloud-install-post.sh.j2 undercloud_install_log: "{{ working_dir }}/undercloud_install.log" -undercloud_post_install_log: "{{ working_dir }}/undercloud_post_install.log" network_environment_file: network-environment.yaml.j2 undercloud_hieradata_override_file: quickstart-hieradata-overrides.yaml.j2