From 34b4083b4d2d579f6dbd334df06fe9394453680a Mon Sep 17 00:00:00 2001 From: Tomi Juvonen Date: Thu, 19 Dec 2019 13:12:32 +0200 Subject: New VNFM supporting ETSI changes JIRA: DOCTOR-137 Signed-off-by: Tomi Juvonen Change-Id: I6e632b24efb6728c171dd93979e3b1de5333251b --- doctor_tests/installer/common/set_fenix.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doctor_tests/installer/common/set_fenix.sh') diff --git a/doctor_tests/installer/common/set_fenix.sh b/doctor_tests/installer/common/set_fenix.sh index aac376cd..68bb4a6c 100644 --- a/doctor_tests/installer/common/set_fenix.sh +++ b/doctor_tests/installer/common/set_fenix.sh @@ -75,6 +75,11 @@ echo "password = $OS_PASSWORD" >> fenix-api.conf echo "username = $OS_USERNAME" >> fenix-api.conf echo "cafile = /opt/stack/data/ca-bundle.pem" >> fenix-api.conf +openstack service list | grep maintenance | { +openstack service create --name fenix --enable maintenance +openstack endpoint create --region $OS_REGION_NAME --enable fenix public http://localhost:12347/v1 +} + # Mysql pw # MYSQLPW=`cat /var/lib/config-data/mysql/etc/puppet/hieradata/service_configs.json | grep mysql | grep root_password | awk -F": " '{print $2}' | awk -F"\"" '{print $2}'` MYSQLPW=root -- cgit 1.2.3-korg