From: ferenc Cserepkei Date: Wed, 3 Aug 2016 10:59:23 +0000 (+0200) Subject: POC script updates for Colorado X-Git-Tag: colorado.1.rc1~52^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=313ac985032ef9199f564e2d87dba8d79b72c09b;p=fuel.git POC script updates for Colorado Change-Id: I2afb7826a5dcc22f5d810312e1ff027a0b5fcbfa Signed-off-by: ferenc Cserepkei --- diff --git a/prototypes/sfc_tacker/poc.tacker-up.sh b/prototypes/sfc_tacker/poc.tacker-up.sh index be647b409..e22eeac8b 100755 --- a/prototypes/sfc_tacker/poc.tacker-up.sh +++ b/prototypes/sfc_tacker/poc.tacker-up.sh @@ -27,6 +27,9 @@ CLIENT=$(echo python-python-tackerclient_*_all.deb) JSONRPC=$(echo python-jsonrpclib_*_all.deb) SERVER=$(echo python-tacker_*_all.deb) +#fuel admin user name +fadm="fadm" + # Function checks whether crudini is available, if not - installs function chkCrudini () { if [[ ! -f '/usr/bin/crudini' ]]; then @@ -87,7 +90,7 @@ function buildTackerServer () { fi cd $MYDIR rm -rf $MYREPO - git clone -b 'SFC_brahmaputra' https://github.com/trozet/tacker.git $MYREPO + git clone -b 'SFC_colorado' https://github.com/trozet/tacker.git $MYREPO cd $MYREPO patch -p 1 < '${myPassword}', tenant => '${service_tenant}', admin_url => '${admin_url}', - internal_url => '${admin_url}', + internal_url => '${internal_url}', public_url => '${public_url}', region => '${myRegion}', } EOF + apt-get install -y mysql-client-5.5 + cat > /usr/bin/tacker-manage < tackerc <