Commit c2546831 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/: Add a template for the reference in Wendelin.

parent 72ae7b74
......@@ -21,3 +21,8 @@ wget ${MCA_PACKAGE_URL}
wget ${FLUENTBIT_PACKAGE_URL}
apt -y install ./"$MCA_PACKAGE_FILE"
apt -y install ./"$FLUENTBIT_PACKAGE_FILE"
FLB_CONF_PATH=/opt/${MCA_NAME_AND_VERSION}/etc/
CONF_REGEX="s|%WENDELIN_REFERENCE%|${WENDELIN_REFERENCE}|g"
sed $CONF_REGEX $FLB_CONF_PATH/flb.conf.in > $FLB_CONF_PATH/flb.conf
echo "Created ${FLB_CONF_PATH}/flb.conf from template ${FLB_CONF_PATH}/flb.conf.in"
......@@ -13,6 +13,7 @@ FLUENTBIT_VERSION=1-1
TARGET_DISTRIBUTION=Debian_10
ARCH=amd64
PACKAGE_EXTENSION=.deb
WENDELIN_REFERENCE=douai001-capri009
# used mainly in dracut.module/configure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment