Skip to content

Commit

Permalink
Fix Envoy Service yaml for build script (magma#4920)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Yurchenko <[email protected]>
  • Loading branch information
koolzz authored Feb 12, 2021
1 parent e9ed7ec commit 13329a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lte/gateway/release/build-magma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ $(glob_files "${MAGMA_ROOT}/orc8r/gateway/configs/templates/*" /etc/magma/templa
${CONTROL_PROXY_FILE}=/etc/magma/ \
$(glob_files "${ANSIBLE_FILES}/magma_modules_load" /etc/modules-load.d/magma.conf) \
$(glob_files "${ANSIBLE_FILES}/configure_envoy_namespace.sh" /usr/local/bin/ ) \
$(glob_files "${ANSIBLE_FILES}/envoy.yaml" /var/opt/magma/ ) \
$(glob_files "${ANSIBLE_FILES}/logrotate_oai.conf" /etc/logrotate.d/oai) \
$(glob_files "${ANSIBLE_FILES}/logrotate_rsyslog.conf" /etc/logrotate.d/rsyslog) \
$(glob_files "${ANSIBLE_FILES}/local-cdn/*" /var/www/local-cdn/) \
Expand Down

0 comments on commit 13329a5

Please sign in to comment.