Clean Heat template
[demo.git] / boot / dcae_vm_init.sh
1 #!/bin/bash
2
3 export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
4
5 cd /opt/dcae-startup-vm-controller
6 git pull
7 bash init.sh
8 make up