Skip to content
Snippets Groups Projects
Commit 10c69f8b authored by Katharina Renk's avatar Katharina Renk
Browse files

added gNMISubscitptions.txt into gosdnc container

parent fc7a9cd8
No related branches found
No related tags found
1 merge request!466added gNMISubscitptions.txt into gosdnc container
Pipeline #142845 failed
......@@ -7,7 +7,7 @@ log-level = "debug"
socket = ":55055"
databaseConnection = "mongodb://root:example@clab-gosdn_csbi_arista_base-mongodb:27017"
filesystemPathToStores = "stores"
gNMISubscriptionsPath = "controller/configs/gNMISubscriptions.txt"
gNMISubscriptionsPath = "configs/gNMISubscriptions.txt"
amqpPrefix = "amqp://"
......
......@@ -13,5 +13,6 @@ FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-buster
WORKDIR /app/
COPY --from=builder /gosdn/controller/configs/development-gosdn.toml.example ./configs/development-gosdn.toml
COPY --from=builder /gosdn/controller/configs/containerlab-gosdn.toml.example ./configs/containerlab-gosdn.toml
COPY --from=builder /gosdn/controller/configs/gNMISubscriptions.txt ./configs/gNMISubscriptions.txt
COPY --from=builder /gosdn/artifacts/gosdn ./gosdn
ENTRYPOINT ["./gosdn"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment