diff --git a/templates/900_service-ngcp-api.yaml.tt2 b/templates/900_service-ngcp-api.yaml.tt2 index 84481ca..4544d93 100644 --- a/templates/900_service-ngcp-api.yaml.tt2 +++ b/templates/900_service-ngcp-api.yaml.tt2 @@ -69,37 +69,48 @@ command: stderr: [] timeout: 30000 - "curl --insecure -L http://[% web_int_ips.0 %]:1443": exit-status: 0 stdout: - - "/Admin Sign In/" + - "/Admin Sign In|NGCP Admin UI/" stderr: [] timeout: 30000 "curl --insecure -L https://[% web_int_ips.0 %]:1443": exit-status: 0 stdout: - - "/Admin Sign In/" + - "/Admin Sign In|NGCP Admin UI/" stderr: [] timeout: 30000 + "curl --insecure -L http://[% web_int_ips.0 %]:1443/v2/": + exit-status: 0 + stdout: + - "/NGCP Admin UI/" + stderr: [] + timeout: 30000 + + "curl --insecure -L https://[% web_int_ips.0 %]:1443/v2/": + exit-status: 0 + stdout: + - "/NGCP Admin UI/" + stderr: [] + timeout: 30000 "curl --insecure -L http://[% web_ext_ips.0 %]/": exit-status: 0 stdout: - - Customer Self-Care Web Interface + - "/Subscriber Sign In|Customer Self-Care Web Interface/" stderr: [] timeout: 30000 "curl --insecure -L https://[% web_ext_ips.0 %]/": exit-status: 0 stdout: - - Customer Self-Care Web Interface + - "/Subscriber Sign In|Customer Self-Care Web Interface/" stderr: [] timeout: 30000 - "curl --insecure -L http://[% web_int_ips.0 %]:1443/api/": exit-status: 0 stdout: