Skip to content
Snippets Groups Projects
Commit 2272a74b authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

Merge branch 'new_pcf_config' into 'master'

Update PCF environment variables

See merge request oai/cn5g/oai-cn5g-fed!99
parents 39450ce8 66995b8b
No related branches found
No related tags found
1 merge request!99Update PCF environment variables
...@@ -263,23 +263,17 @@ services: ...@@ -263,23 +263,17 @@ services:
image: oaisoftwarealliance/oai-pcf:develop image: oaisoftwarealliance/oai-pcf:develop
container_name: "oai-pcf" container_name: "oai-pcf"
environment: environment:
- INSTANCE=0
- PID_DIRECTORY=/var/run
- SBI_IF_NAME=eth0
- SBI_PORT=80
- PCF_FQDN=oai-pcf
- PCF_NAME=OAI-PCF - PCF_NAME=OAI-PCF
- SBI_IF_NAME=eth0
- SBI_PORT_HTTP1=80 - SBI_PORT_HTTP1=80
- SBI_PORT_HTTP2=9090 - SBI_PORT_HTTP2=9090
- SBI_API_VERSION=v1 - SBI_API_VERSION=v1
- SBI_HTTP_VERSION=1
- REGISTER_NRF=yes - REGISTER_NRF=yes
- USE_FQDN_DNS=no - CLIENT_HTTP_VERSION=1
- USE_HTTP2=no - NRF_HOST=oai-nrf
- PCF_SLICE_CONFIG=123-222
- NRF_API_VERSION=v1
- NRF_IPV4_ADDRESS=192.168.70.130
- NRF_FQDN=oai-nrf
- NRF_PORT=80 - NRF_PORT=80
- NRF_API_VERSION=v1
- POLICY_DECISIONS_DIR=/openair-pcf/policies/policy_decisions - POLICY_DECISIONS_DIR=/openair-pcf/policies/policy_decisions
- PCC_RULES_DIR=/openair-pcf/policies/pcc_rules - PCC_RULES_DIR=/openair-pcf/policies/pcc_rules
- TRAFFIC_RULES_DIR=/openair-pcf/policies/traffic_rules - TRAFFIC_RULES_DIR=/openair-pcf/policies/traffic_rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment