Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D4033
Change Details
Change Details
Old
New
Diff
Add a Python script to automatically manage OVH failover IP (VIP) assignment based on CARP state changes. The script runs on router nodes and ensures the VIP is attached to the MAC of the MASTER node only. We use here an absolute shebang (/usr/local/bin/python3) because devd runs with a limited environment and does not include /usr/local/bin in its PATH. This is an exception to the usual #!/usr/bin/env python3 pattern, which cannot work in this context. Ref T2276
Add a Python script to automatically manage OVH failover IP (VIP) assignment based on CARP state changes. The script runs on router nodes and ensures the VIP is attached to the MAC of the ACTIVE node only. We use here an absolute shebang (/usr/local/bin/python3) because devd runs with a limited environment and does not include /usr/local/bin in its PATH. This is an exception to the usual #!/usr/bin/env python3 pattern, which cannot work in this context. Ref T2276
Add a Python script to automatically manage OVH failover IP (VIP) assignment based on CARP state changes. The script runs on router nodes and ensures the VIP is attached to the MAC of the
MASTER
ACTIVE
node only. We use here an absolute shebang (/usr/local/bin/python3) because devd runs with a limited environment and does not include /usr/local/bin in its PATH. This is an exception to the usual #!/usr/bin/env python3 pattern, which cannot work in this context. Ref T2276
Continue