slack prep for tsys
This commit is contained in:
parent
54fe86b4c1
commit
6e3c21e3c1
@ -10,7 +10,7 @@
|
|||||||
export MGMT_INT="$(netstat -rn |grep 0.0.0.0|awk '{print $NF}' |head -n1 )"
|
export MGMT_INT="$(netstat -rn |grep 0.0.0.0|awk '{print $NF}' |head -n1 )"
|
||||||
export MGMT_IP="$(ifconfig eth0|grep inet|awk '{print $2}'|head -n1)"
|
export MGMT_IP="$(ifconfig eth0|grep inet|awk '{print $2}'|head -n1)"
|
||||||
|
|
||||||
export DIST_SERVER="http://tsys-techops.turnsys.net/"
|
export DIST_SERVER="http://techops.turnsys.net/"
|
||||||
export DIST_ROOT_PATH="slack-dist"
|
export DIST_ROOT_PATH="slack-dist"
|
||||||
|
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
@ -33,37 +33,38 @@ export DIST_ROOT_PATH="slack-dist"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
case $server_type in
|
#case $server_type in
|
||||||
abc)
|
# abc)
|
||||||
export SERVER_TYPE="abc"
|
# export SERVER_TYPE="abc"
|
||||||
;;
|
# ;;
|
||||||
xxx)
|
# xxx)
|
||||||
export SERVER_TYPE="xxx"
|
# export SERVER_TYPE="xxx"
|
||||||
;;
|
# ;;
|
||||||
yyy)
|
# yyy)
|
||||||
export SERVER_TYPE="yyy"
|
# export SERVER_TYPE="yyy"
|
||||||
;;
|
# ;;
|
||||||
*)
|
# *)
|
||||||
export SERVER_TYPE="prod"
|
# export SERVER_TYPE="prod"
|
||||||
;;
|
# ;;
|
||||||
esac
|
#esac
|
||||||
|
|
||||||
|
export SERVER_TYPE="prod"
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
#Step 2: Fixup the /etc/hosts file
|
#Step 2: Fixup the /etc/hosts file
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
#Static /etc/hosts bits
|
#Static /etc/hosts bits
|
||||||
cat > /etc/hosts << HOSTFILESTATIC
|
#cat > /etc/hosts << HOSTFILESTATIC
|
||||||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
#127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
#::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||||
HOSTFILESTATIC
|
#HOSTFILESTATIC
|
||||||
|
|
||||||
#Dynamic /etc/hosts bits
|
#Dynamic /etc/hosts bits
|
||||||
cat >> /etc/hosts <<HOSTFILEDYNAMIC
|
#cat >> /etc/hosts <<HOSTFILEDYNAMIC
|
||||||
127.0.1.1 $(hostname) $(hostname -s)
|
#127.0.1.1 $(hostname) $(hostname -s)
|
||||||
$MGMT_IP $(hostname) $(hostname -s)
|
#$MGMT_IP $(hostname) $(hostname -s)
|
||||||
HOSTFILEDYNAMIC
|
#HOSTFILEDYNAMIC
|
||||||
|
|
||||||
#######################################################################################################################################################
|
#######################################################################################################################################################
|
||||||
#Step 3: Grab slack runtime bits and deploy slack
|
#Step 3: Grab slack runtime bits and deploy slack
|
||||||
|
Loading…
Reference in New Issue
Block a user