From deploy.sh file what is ROUTE_IDENTIFIER meaning ?
search cancel

From deploy.sh file what is ROUTE_IDENTIFIER meaning ?

book

Article ID: 190892

calendar_today

Updated On:

Products

CA API Gateway API SECURITY CA API Gateway Precision API Monitoring Module for API Gateway (Layer 7) CA API Gateway Enterprise Service Manager (Layer 7) STARTER PACK-7 CA 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

or something like that.

Additional Information

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/api-gateway/10-0/using-the-container-gateway/getting-started-with-the-container-gateway/run-the-container-gateway-on-openshift/sample-openshift-deployment-files.html