Skip to content

Commit

Permalink
fix: Update /etc/veba-release to include Knative processor entry
Browse files Browse the repository at this point in the history
Closes: #1172
Signed-off-by: William Lam <wlam@vmware.com>
  • Loading branch information
William Lam committed Feb 19, 2024
1 parent b65dafc commit a7bf8ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion files/setup-07-event-router-webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ VEBA_BOM_FILE=/root/config/veba-bom.json
EVENT_PROVIDER="webhook"

echo -e "\e[92mDeploying VMware Event Router Provider ${EVENT_PROVIDER} ..." > /dev/console
grep -q "Processor:" /etc/veba-release || echo "Processor: Knative" >> /etc/veba-release

# Setup Event Processor Configuration File
EVENT_ROUTER_CONFIG_TEMPLATE=/root/config/event-router/templates/vmware-event-router-config-template.yaml
Expand Down
1 change: 1 addition & 0 deletions scripts/photon-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ EOF
cat > /etc/veba-release << EOF
Version: ${VEBA_VERSION}
Commit: ${VEBA_COMMIT}
Processor: Knative
EOF

echo '> Creating VEBA DCUI systemd unit file...'
Expand Down

0 comments on commit a7bf8ff

Please sign in to comment.