File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,6 +76,13 @@ topology:
7676 cvp-key: {CVP_KEY}
7777 username: {USERNAME}
7878 password: {PASSWORD}
79+ cv:
80+ nodes:
81+ - {CV_NODE}
82+ port: {CV_PORT}
83+ auth:
84+ cert: {CV_ONBOARDING_TOKEN}
85+ path: /mnt/flash
7986infra:
8087 bridge: {MGMT_BRIDGE}
8188 gateway: {MGMT_NETWORK_GATEWAY}
@@ -107,8 +114,11 @@ iperf:
107114commands:
108115```
109116
110- - The ` CVP_IPADDRESS ` parameter is optional, this is if a bare startup-config is created and the device should start streaming to CVP.
111- - The ` CVP_KEY ` parameter is optional, this is if a bare startup-config is created and the device should start streaming to CVP.
117+ - The ` CVP_IPADDRESS ` parameter is optional, this is if a bare startup-config is created and the device should start streaming to CVP. (Deprecated)
118+ - The ` CVP_KEY ` parameter is optional, this is if a bare startup-config is created and the device should start streaming to CVP. (Deprecated)
119+ - The ` CV_NODE ` This paramter is to specity the address of the CV instance. Can be a list of Addresses
120+ - The ` CV_PORT ` This paramter is to specify the destination port for CV. On-Prem = ` 9910 ` , CVaaS = ` 443 `
121+ - The ` CV_ONBOARDING_TOKEN ` This parameter is to be populated with a device enrollment token from CV
112122- The ` USERNAME ` parameter is optional, this is if a bare startup-config is created. It will generate a local user account in EOS.
113123- The ` PASSWORD ` parameter is optional, this is if a bare startup-config is created. It will generate the password for the local user account.
114124- The ` MGMT_BRIDGE ` parameter is optional, this is if you wish to attach the cEOS containers Management0 Interface to this network.
You can’t perform that action at this time.
0 commit comments