Commit 784d9bb3 authored by Xiaowu Zhang's avatar Xiaowu Zhang

test

parent e6935a83
...@@ -12,5 +12,7 @@ depends() { ...@@ -12,5 +12,7 @@ depends() {
install() { install() {
inst_multiple head ip grep inst_multiple head ip grep
inst "$moddir"/metadata-collect-agent "/sbin/metadata-collect-agent" inst "$moddir"/metadata-collect-agent "/sbin/metadata-collect-agent"
inst "$moddir"/fluent-bit "/sbin/fluent-bit"
inst "$moddir"/flb.conf "/etc/flb.conf"
inst_hook pre-pivot 10 "$moddir"/collect.sh inst_hook pre-pivot 10 "$moddir"/collect.sh
} }
...@@ -13,6 +13,7 @@ ERP5_PASS="$(ERP5_PASS)" ...@@ -13,6 +13,7 @@ ERP5_PASS="$(ERP5_PASS)"
REFERENCE="COMP-MAC-$$(echo "$$DEFAULT_IF_MAC" | sed s/:/-/g).Metadata.Snapshot" REFERENCE="COMP-MAC-$$(echo "$$DEFAULT_IF_MAC" | sed s/:/-/g).Metadata.Snapshot"
/sbin/metadata-collect-agent "$$NEWROOT" "$$ERP5_USER" "$$ERP5_PASS" "$$REFERENCE" "$$ERP5_BASE_URL" /sbin/metadata-collect-agent "$$NEWROOT" "$$ERP5_USER" "$$ERP5_PASS" "$$REFERENCE" "$$ERP5_BASE_URL"
/sbin/fluent-bit -f /etc/flb.conf
endef endef
export collect_sh export collect_sh
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