[UTILS] Fix and resolve remote references in standard defined domain
[oom/utils.git] / external-schema-repo-generator / generator / environment.config
1 # Configuration file for externalSchemaRepoGenerator Makefile
2 # Remember about escaping special characters, e.g. in REPOSITORY_URL
3
4 # ConfigMap configuration
5 GENERATION_DIRECTORY=generated
6 EXTERNAL_REPO_CONFIGMAP_FILENAME_PREFIX=external-repo-configmap-spec
7 EXTERNAL_REPO_CONFIGMAP_DIRECTORY=specs
8 EXTERNAL_REPO_CONFIGMAP_NAME_PREFIX=external-repo-configmap
9 SNIPPET_FILENAME=ves-snippet.md
10
11 # Source repository configuration
12 5G_API_REPOSITORY_URL_HTTPS=https\://forge.3gpp.org/rep/all/5G_APIs.git
13 REPOSITORY_URL_HTTPS=https\://forge.3gpp.org/rep/sa5/MnS.git
14 #REPOSITORY_BRANCH="Rel-16-SA-91"
15 #REPOSITORY_BRANCH="Rel-16-SA-91:TSG91-Rel16"
16 #REPOSITORY_BRANCH="SA88-Rel16"
17 # User can put here 5G_API specific repository tag name related to OPEN API schema branch after colon
18 # for example: Rel-16-SA-91:TSG91-Rel16
19 # Having such information script will clone this specific 5G API branch and merge it with OPEN API schema
20 # If 5G_API specific repository branch after colon will not be set by user, then script will parse OPEN API if any
21 # reference to 5G_API specific repository is present and parse 5G_API branch from this reference.
22 # Next clone parsed 5G API branch and merge it with OPEN API schema
23 REPOSITORY_BRANCH="SA88-Rel16 Rel-16-SA-91:TSG91-Rel16 Rel-17-SA-91"
24 SCHEMAS_LOCATION=OpenAPI
25
26 # Vendor description
27 VENDOR_NAME=3gpp