Replace the orginal node ip with SERVICE_IP
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / plugin-standalone / src / main / assembly / docker / instance_config.sh
1 #!/bin/bash
2
3 # Update MSB config
4 sed -i "s|msbServiceUrl:.*|msbServiceUrl: http://$MSB_ADDR|" conf/console.yml
5 sed -i "s|serviceIp:.*|serviceIp: $SERVICE_IP|" conf/console.yml
6 cat conf/console.yml