Skip to content

Commit

Permalink
Enable debug on nextmn-upf
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 19, 2024
1 parent dfd7276 commit 4d8256c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ services:
specificPath:
- dest: 10.4.0.1/32
path: [UPFI, UPFA1]
- dest: 10.4.0.2/32
path: [UPFI, UPFA2]
#~ endif
#~ endif
secrets:
Expand Down Expand Up @@ -1148,6 +1150,7 @@ services:
DNN_LIST: |-
- dnn: nextmn-upf
cidr: {{ ipv4_subnet('slice1') }}
LOG_LEVEL: "debug"
networks:
control:
ipv4_address: "{{ ipv4('upfi', 'control') }}"
Expand All @@ -1164,6 +1167,7 @@ services:
cidr: {{ ipv4_subnet('slice1') }}
ROUTES_INIT: |-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s0', 'edge') }}
LOG_LEVEL: "debug"
networks:
control:
ipv4_address: "{{ ipv4('upfa1', 'control') }}"
Expand All @@ -1183,6 +1187,7 @@ services:
cidr: {{ ipv4_subnet('slice1') }}
ROUTES_INIT: |-
- add {{ ipv4('s', 'service') }} via {{ ipv4('s1', 'edge') }}
LOG_LEVEL: "debug"
networks:
control:
ipv4_address: "{{ ipv4('upfa2', 'control') }}"
Expand Down

0 comments on commit 4d8256c

Please sign in to comment.