add hpgen10 support and fix redfish path
[yaml_builds.git] / tools / 2genesis.sh
1 #!/bin/bash
2 ##############################################################################
3 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.        #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17
18 set -x
19 TIMESTAMP=$(date +"%Y%m%d%H%M")
20 echo "Logging to /var/log/yaml_builds/2genesis_$TIMESTAMP.log"
21 mkdir -p /var/log/yaml_builds
22 exec > /var/log/yaml_builds/2genesis_$TIMESTAMP.log
23 exec 2>&1
24
25 source $(dirname $0)/setenv.sh
26
27 if [ -z "$1" ]
28 then
29   echo "Please pass site name as command line argument"
30   exit -2
31 else
32   SITE=${SITE:-$1}
33   echo "SITE=$SITE"
34 fi
35
36 if [ -z "$YAML_BUILDS" ]
37 then
38   echo "Please set YAML_BUILDS"
39   exit -3
40 fi
41
42
43 source $(dirname $0)/env_$SITE.sh
44
45 cd $YAML_BUILDS
46 # Install OS on Genesis
47 python $YAML_BUILDS/scripts/jcopy.py $SITE.yaml $YAML_BUILDS/tools/j2/serverrc.j2 $YAML_BUILDS/tools/"$GENESIS_NAME"rc
48 /opt/akraino/redfish/install_server_os.sh --rc /opt/akraino/yaml_builds/tools/"$GENESIS_NAME"rc --skip-confirm
49
50 scp $YAML_BUILDS/tars/promenade-bundle-$SITE.tar $GENESIS_HOST:/tmp/
51 ssh $GENESIS_HOST << EOF
52   # TODO avoid following hard coding$
53   route add -net 192.168.41.0/24 gw 192.168.2.1 bond0.41
54   mkdir -p /root/akraino
55   cp /tmp/promenade-bundle-$SITE.tar /root/akraino/
56   cd /root/akraino/
57   tar -xmf promenade-bundle-$SITE.tar
58 EOF
59 # Update BIOS Setting
60 python $YAML_BUILDS/scripts/update_bios_settings.py $SITE.yaml