Skip to content

Commit

Permalink
Updated gogtp use-case [#348]
Browse files Browse the repository at this point in the history
Updated to match new gogtp images
  • Loading branch information
michaelspedersen committed May 7, 2020
1 parent cd48eac commit 0dda343
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ spec:
{{ if eq $k "enb" }}
args:
- sleep 30;
./enb_setup.sh;
/opt/bin/cmk isolate --conf-dir=/etc/cmk --socket-id={{ $v.cpu.socket }} --pool=exclusive enb
./root/enb_setup.sh;
/opt/bin/cmk isolate --conf-dir=/etc/cmk --socket-id={{ $v.cpu.socket }} --pool=exclusive enb -- -config /root/{{$k}}.yml
{{ else }}
args:
- ./{{$k}}_setup.sh;
/opt/bin/cmk isolate --conf-dir=/etc/cmk --socket-id={{ $v.cpu.socket }} --pool=exclusive {{$k}}
- ./root/{{$k}}_setup.sh;
/opt/bin/cmk isolate --conf-dir=/etc/cmk --socket-id={{ $v.cpu.socket }} --pool=exclusive {{$k}} -- -config /root/{{$k}}.yml
{{ end }}
securityContext:
privileged: true
Expand Down

0 comments on commit 0dda343

Please sign in to comment.