Nikolay Mahotkin 4f8def5ca9 Adding LBaaS tile for Ops Manager
* Includes BOSH-release containing needed dependencies
 * Includes script for automatic packing the tile
 * Manually tested
 * Tile deletion leads to deletion of Murano env containing LBaaS
   (it is implemented as a separate job)

Change-Id: If48ce2e0cbc0b7712a520c01cd8f52529ccc23b5
2016-02-19 14:52:28 +03:00

11 lines
241 B
Bash
Executable File

host=$1
pem_file=$2
pkey_path=$3
echo $host
echo $pem_file
echo $pkey_path
scp -o StrictHostKeyChecking=no -i $pkey_path $pem_file ec2-user@$host:~/
ssh -o StrictHostKeyChecking=no -i $pkey_path ec2-user@$host "sudo mv ~/cf.pem /etc/ssl/"