From deploy.sh file what is ROUTE_IDENTIFIER meaning ?
book
Article ID: 190892
calendar_today
Updated On:
Products
CA API GatewayAPI SECURITYCA API Gateway Precision API Monitoring Module for API Gateway (Layer 7)CA API Gateway Enterprise Service Manager (Layer 7)STARTER PACK-7CA Microgateway
Issue/Introduction
From , Sample OpenShift Deployment Files, the deploy.sh file, what is Referred or what value must to be used on ROUTE_IDENTIFIER= ??
# Variables for internal testing when you need to re-deploy several times UNIQUE_PROJECT_NAME="<<project-uniquename>>" DISPLAY_NAME="<<Unique display name>>" ROUTE_IDENTIFIER="<<unique.prefix>>"
Environment
Release : 10.0
Component : API GATEWAY
Resolution
From openshift environment do you have a route exposed. That is the general routing support for your openshift
For example, an internal testing value is : --param=CONTAINER_GATEWAY_PUBLIC_HOST=$ROUTE_IDENTIFIER.openshift.infra.unvdev1.cs.saas.ca.com (edited)
The route_identifier can be anything you want , like "test_abc", but it need to end with the right route value for your env ".openshift.infra.unvdev1.cs.saas.ca.com" as the example above for an openshift test environment.
example : --param=CONTAINER_GATEWAY_PUBLIC_HOST=test.openshift.infra.stgo.az.cl