Skip to content
Snippets Groups Projects
Commit 18882eab authored by Fabian Seidl's avatar Fabian Seidl
Browse files

added to gitignore, removed peristed file, need to fix creation of additional...

added to gitignore, removed peristed file, need to fix creation of additional gosdn.toml when running
parent cd960e41
No related branches found
No related tags found
1 merge request!329Resolve "Running the controller with file stores creates files that are not included in gitignore"
...@@ -23,6 +23,7 @@ csbi/resources/csbi ...@@ -23,6 +23,7 @@ csbi/resources/csbi
# controller # controller
controller/configs/testing-gosdn.toml controller/configs/testing-gosdn.toml
controller/configs/gosdn.toml
controller/configs/development-gosdn.toml controller/configs/development-gosdn.toml
controller/configs/containerlab-gosdn.toml controller/configs/containerlab-gosdn.toml
controller/config/*_test.toml controller/config/*_test.toml
...@@ -40,3 +41,6 @@ controller/api/stores_testing/** ...@@ -40,3 +41,6 @@ controller/api/stores_testing/**
controller/northbound/server/stores_testing/** controller/northbound/server/stores_testing/**
controller/nucleus/stores_testing/** controller/nucleus/stores_testing/**
controller/nucleus/**/gostructs.go controller/nucleus/**/gostructs.go
# stores
stores/*.json
# This is used as an example config or when the controller gets started using the config path flag.
# If the controller is started from gosdn/controller directory the config file that gets used can
# can be found in controller/cmd/gosdn/configs/gosdn.toml
basepnduuid = "5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
basesouthboundtype = 1
basesouthbounduuid = "ca29311a-3b17-4385-96f8-515b602a97ac"
cli_pnd = "0455b241-5863-4660-ad15-dfde7617738e"
cli_sbi = "a249f2d2-f7da-481d-8a99-b7f11471e0af"
csbi-orchestrator = "localhost:55056"
help = false
plugin-folder = "plugins"
log-level = "debug"
pnduuid = "bf8160d4-4659-4a1b-98fd-f409a04111ec"
socket = ":55055"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment