minor changes, add ansible log path
This commit is contained in:
@@ -3,12 +3,11 @@ export INFRA=/home/hybris/dev/bearstech/bearstech/infra
|
||||
export PATH=$INFRA/bin:$INFRA/../xen:$PATH
|
||||
|
||||
# Everyday aliases
|
||||
bt-alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
|
||||
bt-dom0() {awk '/Container:/{ print $2}' ${INFRA}/host/${1}}
|
||||
bt-each() {$INFRA/bin/foreach $@}
|
||||
bt-host() {cat $INFRA/host/$1}
|
||||
bt-release() {ssh root@$1 cat /etc/debian_version}
|
||||
bt-tickets() {echo "Tickets:$(curl -s "https://maudin:$(/home/hybris/.scripts/keepcli -p Dashbeard)@dashbeard.bearstech.com/api/dashbeard.txt")"}
|
||||
bt-alerts() {ssh root@pidou monshow | grep -v "none$" | grep -v "^ " | grep -v "^$"}
|
||||
bt-each() {$INFRA/bin/foreach $@}
|
||||
bt-host() {cat $INFRA/host/$1}
|
||||
bt-known_hosts() {scp cloud@pompon:.ssh/known_hosts ~/.ssh/known_hosts.bearstech}
|
||||
bt-release() {ssh root@$1 cat /etc/debian_version}
|
||||
|
||||
# Google Cloud
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
|
||||
Reference in New Issue
Block a user