add acq tarball
authorLaurent Mazet <laurent.mazet@thalesgroup.com>
Fri, 5 Dec 2014 17:35:54 +0000 (18:35 +0100)
committerLaurent Mazet <laurent.mazet@thalesgroup.com>
Fri, 5 Dec 2014 17:35:54 +0000 (18:35 +0100)
acq [new symlink]
master/opt/cluster/acq/etc/network/interfaces [new file with mode: 0644]
master/opt/cluster/bin/create_slave_tarball.sh

diff --git a/acq b/acq
new file mode 120000 (symlink)
index 0000000..fd723e4
--- /dev/null
+++ b/acq
@@ -0,0 +1 @@
+master/opt/cluster/acq
\ No newline at end of file
diff --git a/master/opt/cluster/acq/etc/network/interfaces b/master/opt/cluster/acq/etc/network/interfaces
new file mode 100644 (file)
index 0000000..d6a3a0c
--- /dev/null
@@ -0,0 +1,47 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+auto eth0
+iface eth0 inet dhcp
+       pre-up ip addr flush dev eth0
+       # FE306 pano
+       post-up ip route add 238.75.0.0/16 dev eth0
+       # FE306 WP channels
+       # Pour prod voie PV 2eme octet vaut 111X XX11 (cf. libfreqplan/freqplancommon.h)
+       # => on met val de base vaut 224 (1110 0000) et mask a 224 (1110 0000) 
+       # => 2eme octet associe aux valeurs de 224 a 255
+       post-up ip route add 238.224.0.0/11 dev eth0
+       
+
+# The secondary network interface
+auto eth1
+iface eth1 inet dhcp
+       pre-up ip addr flush dev eth1
+       # FE306 authentification
+       post-up ip route add 238.0.0.0/24 dev eth1
+       # FE306 RF channels
+       # Pour prod voie RF 2eme octet vaut 110X XX11 (cf. libfreqplan/freqplancommon.h)
+       # => on met val de base vaut 192 (1100 0000) et mask a 224 (1110 0000) 
+       # => 2eme octet associe aux valeurs de 192 a 223
+       post-up ip route add 238.192.0.0/11 dev eth1
+       # Delay line
+       post-up ip route add 239.0.0.0/8 dev eth1
+       # Sensor prod
+       post-up ip route add 225.0.0.0/8 dev eth1
+
+auto eth2
+iface eth2 inet dhcp
+
+auto eth4
+iface eth4 inet dhcp
+
+auto eth3
+iface eth3 inet dhcp
+
+auto eth5
+iface eth5 inet dhcp
index 76f587e57f4642d7a92d9b95424013b5e871d5b4..11ff8da8a636d58801c3adcd4ecbb49ae4bb7e05 100755 (executable)
@@ -4,13 +4,14 @@
 # Copyright (C) THALES. All rights reserved
 # Author: Laurent Mazet
 # Date : 02/05/2014
+#  * 05/12/2014 ajout tarbal acq et rec
 # ============================================================================
 
 # TODO
 # *
 
 PROGNAME=$(basename $0)
-BLADES="slave"
+BLADES="acq slave rec"
 CLUSTER=/opt/cluster
 EXCLUDE=/tmp/$PROGNAME-exclude-$$
 TFTP=/opt/tftp