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

Resolve "Some of the example config files contain old or unusable values"

See merge request !504
parent 5f6e8fd7
No related branches found
No related tags found
1 merge request!504Resolve "Some of the example config files contain old or unusable values"
Pipeline #159558 failed
......@@ -32,12 +32,6 @@ const (
// BasePndUUID is an uuid for the base PND.
var BasePndUUID uuid.UUID
// BaseSouthBoundType is the type of the base SBI.
var BaseSouthBoundType int32
// BaseSouthBoundUUID is an uuid for the base SBI.
var BaseSouthBoundUUID uuid.UUID
// ChangeTimeout is the default timeout for a change.
var ChangeTimeout time.Duration
......
basepnduuid = "5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d"
csbi-orchestrator = "clab-gosdn_csbi_arista_base-csbi-orchestrator:55056"
plugin-registry = "clab-gosdn_csbi_arista_base-plugin-registry:55057"
help = false
plugin-folder = "plugins"
......
......@@ -4,10 +4,7 @@ amqpport = '5672'
amqpprefix = 'amqp://'
amqpuser = 'guest'
basepnduuid = '5f20f34b-cbd0-4511-9ddc-c50cf6a3b49d'
cli_pnd = '0455b241-5863-4660-ad15-dfde7617738e'
cli_sbi = 'a249f2d2-f7da-481d-8a99-b7f11471e0af'
config = '/home/neil/code/gosdn/controller/configs/development-gosdn.toml'
csbi-orchestrator = 'localhost:55056'
config = './gosdn/controller/configs/development-gosdn.toml'
databaseconnection = 'mongodb://root:example@localhost:27017'
defaultjwtduration = 24
filesystempathtostores = 'stores'
......@@ -16,6 +13,5 @@ plugin-registry = "localhost:55057"
help = false
log-level = 'debug'
plugin-folder = 'plugins'
pnduuid = 'bf8160d4-4659-4a1b-98fd-f409a04111ec'
security = 'insecure'
socket = ':55055'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment