Statistics
| Branch: | Tag: | Revision:

root / hooks / cluster-init-post.d / snf-network @ a49be3ee

History | View | Annotate | Download (262 Bytes)

1
#!/bin/bash
2
# This script run in master-node after cluster init
3
# Propably should run after master failover
4

    
5
source /etc/default/snf-network
6

    
7
source $CONF
8

    
9

    
10
if $ENABLE_AUTO_CONF_HOOKS; then
11

    
12
  snf-network-build-node-infra
13

    
14
  snf-network-configure-interfaces
15

    
16
fi