aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLB/scripts/dnsclient.sh
blob: 3692706b0813feeb363cc19474d586503093554b (plain)
1
2
3
4
5
6
7
#!/bin/bash

LB_OAM_INT=$(cat /opt/config/lb_oam_int.txt)
PID=$(cat /opt/config/local_private_ipaddr.txt)
VERSION=$(cat /opt/config/demo_artifacts_version.txt)

java -jar dns-client-$VERSION.jar $PID $LB_OAM_INT 8888 10 0