aboutsummaryrefslogtreecommitdiffstats
path: root/deployments/_functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deployments/_functions.sh')
-rwxr-xr-xdeployments/_functions.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/deployments/_functions.sh b/deployments/_functions.sh
index 45f2d8cf..47074433 100755
--- a/deployments/_functions.sh
+++ b/deployments/_functions.sh
@@ -21,16 +21,11 @@ function start_mongo {
}
function generate_k8sconfig {
- local ovn_address
- if [ -n "${OVN_CENTRAL_ADDRESS:-}" ]; then
- ovn_address="\"ovn-central-address\": \"${OVN_CENTRAL_ADDRESS}\","
- fi
cat << EOF > k8sconfig.json
{
"database-address": "${DATABASE_IP}",
"database-type": "mongo",
"plugin-dir": "plugins",
- ${ovn_address}
"service-port": "9015"
}
EOF