{% extends 'amberwing_rep-grub.jinja2' %} 
{% set connection_command = 'telnet 10.5.21.203 6009' %} 
{% set hard_reset_command = ['ipmitool -U admin -P admin -I lanplus -H 10.5.21.65 power off', 'sleep 20', 'ipmitool -U admin -P admin -I lanplus -H 10.5.21.65 power on'] %}                            
{% set power_off_command = ['sleep 5', 'ipmitool -U admin -P admin -I lanplus -H 10.5.21.65 power off'] %}                               
{% set power_on_command = ['sleep 5', 'ipmitool -U admin -P admin -I lanplus -H 10.5.21.65 power on'] %} 

#Please chang by your device
{% set grub_method =  'centos' %}
{% set DEVICE_IP1 = '10.5.21.145' %} 

{% set NFS_SERVER_IP = '10.5.21.6' %}
{% set GATEWAY = '10.5.21.1' %} 
{% set NETMASK = '255.255.255.0' %} 
{% set net_device_centos ='eth0' %} 
{% set net_device_ubuntu ='enaqcom8070i0' %} 
#Please point out the boot root-uuid when you want user the ramdisk sata boot!
{% set root_uuid = 'UUID=41f6574d-92d0-4a09-937a-be27c34bcdba' %} 


