#!/bin/bash

set -e

scripts_path=./$(dirname $0)
eval $($scripts_path/get_paths.sh)

./$scripts_path/generate-mysql-bosh-lite-manifest

bosh -t 192.168.50.4 -d $DIEGO_MANIFESTS_DIR/cf-mysql.yml -n deploy
