Added T-REX to noptilus auxiliary cpus.

This commit is contained in:
Jose Pinto 2017-06-06 08:52:21 +01:00
parent ce7839830b
commit 62265def46
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,7 @@
cfg_hostname='lauv-noptilus-1-aux'
cfg_storage='data0:ext4:/opt data1:ext4:/opt/lsts/dune/log'
cfg_eth_ext_ip='10.0.10.83'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa'

View File

@ -0,0 +1,7 @@
cfg_hostname='lauv-noptilus-2-aux'
cfg_storage='data0:ext4:/opt data1:ext4:/opt/lsts/dune/log'
cfg_eth_ext_ip='10.0.10.93'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa'

View File

@ -4,3 +4,5 @@ cfg_eth_ext_ip='10.0.10.103'
cfg_eth_ext_mk='255.255.0.0'
cfg_eth_ext_gw='10.0.0.1'
cfg_ptpd_interface='eth0'
cfg_packages='$cfg_packages ptpd rpcbind nfs-utils libantlr3c boost europa'