Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 395 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 395 Bytes

Xcluster/ovl - env

This ovl provides a way to pass variables from the host to the xcluster VMs. Environment variables prefixed with "xcluster_" will be added to /etc/profile in all VMs. Scripts must source this file and can then check the variables. The prefix ("xcluster_") is removed.

xcluster_ENABLE=featureX xc mkcdrom env ...
# On node;
cat /etc/profile
ENABLE=featureX
...