From eb7791b884d1d2856f421656d2bd58b776a279ae Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 24 Jul 2020 16:00:16 -0400 Subject: [PATCH] Add missing example custom files --- confluent_osdeploy/el7/profiles/default/kickstart.custom | 4 ++++ .../el7/profiles/default/scripts/firstboot.custom | 4 ++++ confluent_osdeploy/el7/profiles/default/scripts/post.custom | 4 ++++ confluent_osdeploy/el7/profiles/default/scripts/pre.custom | 4 ++++ confluent_osdeploy/el7/profiles/default/scripts/pre.sh.custom | 0 confluent_osdeploy/rhvh4/profiles/default/kickstart.custom | 4 ++++ .../rhvh4/profiles/default/scripts/firstboot.custom | 4 ++++ confluent_osdeploy/rhvh4/profiles/default/scripts/post.custom | 4 ++++ confluent_osdeploy/rhvh4/profiles/default/scripts/pre.custom | 4 ++++ .../rhvh4/profiles/default/scripts/pre.sh.custom | 0 10 files changed, 32 insertions(+) create mode 100644 confluent_osdeploy/el7/profiles/default/kickstart.custom create mode 100644 confluent_osdeploy/el7/profiles/default/scripts/firstboot.custom create mode 100644 confluent_osdeploy/el7/profiles/default/scripts/post.custom create mode 100644 confluent_osdeploy/el7/profiles/default/scripts/pre.custom create mode 100644 confluent_osdeploy/el7/profiles/default/scripts/pre.sh.custom create mode 100644 confluent_osdeploy/rhvh4/profiles/default/kickstart.custom create mode 100644 confluent_osdeploy/rhvh4/profiles/default/scripts/firstboot.custom create mode 100644 confluent_osdeploy/rhvh4/profiles/default/scripts/post.custom create mode 100644 confluent_osdeploy/rhvh4/profiles/default/scripts/pre.custom create mode 100644 confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh.custom diff --git a/confluent_osdeploy/el7/profiles/default/kickstart.custom b/confluent_osdeploy/el7/profiles/default/kickstart.custom new file mode 100644 index 00000000..2b627e73 --- /dev/null +++ b/confluent_osdeploy/el7/profiles/default/kickstart.custom @@ -0,0 +1,4 @@ +# Any custom kickstart additions may go here. It may be required to +# modify base kickstart file to change certain portions, but adding +# custom content to this file allows for most convenient way to +# refresh to a newer base profile if desired. diff --git a/confluent_osdeploy/el7/profiles/default/scripts/firstboot.custom b/confluent_osdeploy/el7/profiles/default/scripts/firstboot.custom new file mode 100644 index 00000000..eea34051 --- /dev/null +++ b/confluent_osdeploy/el7/profiles/default/scripts/firstboot.custom @@ -0,0 +1,4 @@ +. /etc/confluent/functions +# This is a convenient place to keep customizations separate from modifying the stock scripts +# While modification of the stock scripts is fine, it may be easier to rebase to a newer +# stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/el7/profiles/default/scripts/post.custom b/confluent_osdeploy/el7/profiles/default/scripts/post.custom new file mode 100644 index 00000000..eea34051 --- /dev/null +++ b/confluent_osdeploy/el7/profiles/default/scripts/post.custom @@ -0,0 +1,4 @@ +. /etc/confluent/functions +# This is a convenient place to keep customizations separate from modifying the stock scripts +# While modification of the stock scripts is fine, it may be easier to rebase to a newer +# stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/el7/profiles/default/scripts/pre.custom b/confluent_osdeploy/el7/profiles/default/scripts/pre.custom new file mode 100644 index 00000000..9cf0900e --- /dev/null +++ b/confluent_osdeploy/el7/profiles/default/scripts/pre.custom @@ -0,0 +1,4 @@ +. /tmp/functions +# This is a convenient place to keep customizations separate from modifying the stock scripts +# While modification of the stock scripts is fine, it may be easier to rebase to a newer +# stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/el7/profiles/default/scripts/pre.sh.custom b/confluent_osdeploy/el7/profiles/default/scripts/pre.sh.custom new file mode 100644 index 00000000..e69de29b diff --git a/confluent_osdeploy/rhvh4/profiles/default/kickstart.custom b/confluent_osdeploy/rhvh4/profiles/default/kickstart.custom new file mode 100644 index 00000000..2b627e73 --- /dev/null +++ b/confluent_osdeploy/rhvh4/profiles/default/kickstart.custom @@ -0,0 +1,4 @@ +# Any custom kickstart additions may go here. It may be required to +# modify base kickstart file to change certain portions, but adding +# custom content to this file allows for most convenient way to +# refresh to a newer base profile if desired. diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/firstboot.custom b/confluent_osdeploy/rhvh4/profiles/default/scripts/firstboot.custom new file mode 100644 index 00000000..eea34051 --- /dev/null +++ b/confluent_osdeploy/rhvh4/profiles/default/scripts/firstboot.custom @@ -0,0 +1,4 @@ +. /etc/confluent/functions +# This is a convenient place to keep customizations separate from modifying the stock scripts +# While modification of the stock scripts is fine, it may be easier to rebase to a newer +# stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/post.custom b/confluent_osdeploy/rhvh4/profiles/default/scripts/post.custom new file mode 100644 index 00000000..eea34051 --- /dev/null +++ b/confluent_osdeploy/rhvh4/profiles/default/scripts/post.custom @@ -0,0 +1,4 @@ +. /etc/confluent/functions +# This is a convenient place to keep customizations separate from modifying the stock scripts +# While modification of the stock scripts is fine, it may be easier to rebase to a newer +# stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.custom b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.custom new file mode 100644 index 00000000..9cf0900e --- /dev/null +++ b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.custom @@ -0,0 +1,4 @@ +. /tmp/functions +# This is a convenient place to keep customizations separate from modifying the stock scripts +# While modification of the stock scripts is fine, it may be easier to rebase to a newer +# stock profile if the '.custom' files are used. diff --git a/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh.custom b/confluent_osdeploy/rhvh4/profiles/default/scripts/pre.sh.custom new file mode 100644 index 00000000..e69de29b