Merge "Sync with recent changes in fuel-main" into stable/brahmaputra
authorStefan Berg <stefan.k.berg@ericsson.com>
Fri, 29 Jan 2016 13:30:28 +0000 (13:30 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Fri, 29 Jan 2016 13:30:29 +0000 (13:30 +0000)
1  2 
build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
build/f_isoroot/f_odlpluginbuild/Makefile

@@@ -65,13 -112,18 +116,25 @@@ if [[ "$showmenu" == "yes" || "$showmen
    fi
  fi
  
 +systemctl reload sshd
 +
 +# Enable iptables
 +systemctl enable iptables.service
 +systemctl start iptables.service
 +
 +
+ if [ ! -f "${ASTUTE_YAML}" ]; then
+   echo ${fuelmenu_fail_message}
+   fail
+ fi
+ systemctl reload sshd
+ # Enable iptables
+ systemctl enable iptables.service
+ systemctl start iptables.service
  if [ "$wait_for_external_config" == "yes" ]; then
    wait_timeout=3000
    pidfile=/var/lock/wait_for_external_config