From 6d1348f5facd8754b590beff7c3095c4efaed70e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 22 Apr 2021 12:08:25 -0400 Subject: [PATCH] Add pre.d to EL8 profiles --- .../el8/profiles/default/scripts/pre.d/.gitignore | 0 confluent_osdeploy/el8/profiles/default/scripts/pre.sh | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore diff --git a/confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore b/confluent_osdeploy/el8/profiles/default/scripts/pre.d/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/confluent_osdeploy/el8/profiles/default/scripts/pre.sh b/confluent_osdeploy/el8/profiles/default/scripts/pre.sh index 1b9d084e..0d682a84 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/pre.sh +++ b/confluent_osdeploy/el8/profiles/default/scripts/pre.sh @@ -72,6 +72,8 @@ fi export mgr profile nodename curl -f https://$mgr/confluent-public/os/$profile/scripts/functions > /tmp/functions . /tmp/functions +run_remote pre.custom +run_remote_parts pre run_remote_python getinstalldisk if [ -e /tmp/installdisk ]; then echo clearpart --all --initlabel >> /tmp/partitioning @@ -79,4 +81,3 @@ if [ -e /tmp/installdisk ]; then echo autopart --nohome $LUKSPARTY >> /tmp/partitioning fi curl -f https://$mgr/confluent-public/os/$profile/kickstart.custom > /tmp/kickstart.custom -run_remote pre.custom