-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comments to the files and rename host4_inline_jinja to host_inlin…
…e_jinja
- Loading branch information
Laxmikant Chintakindi
authored and
Laxmikant Chintakindi
committed
Dec 2, 2024
1 parent
3a9a7cc
commit 7bba8b1
Showing
15 changed files
with
45 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cumentation/devices/host4_inline_jinja.md → ...ocumentation/devices/host_inline_jinja.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# host4_inline_jinja | ||
# host_inline_jinja | ||
|
||
## Table of Contents | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,16 @@ daemon_terminattr: | |
- 10.10.10.9:9910 | ||
- 10.10.10.10:9910 | ||
cvauth: | ||
method: "key" | ||
method: key | ||
key: magickey | ||
cvvrf: mgt | ||
smashexcludes: "ale,flexCounter,hardware,kni,pulse,strata" | ||
ingestexclude: "/Sysdb/cell/1/agent,/Sysdb/cell/2/agent" | ||
smashexcludes: ale,flexCounter,hardware,kni,pulse,strata | ||
ingestexclude: /Sysdb/cell/1/agent,/Sysdb/cell/2/agent | ||
cvgnmi: true | ||
taillogs: "/var/log/messages,/var/log/agents/" | ||
cvproxy: "http://arista:[email protected]:3128" | ||
taillogs: /var/log/messages,/var/log/agents/ | ||
cvproxy: http://arista:[email protected]:3128 | ||
disable_aaa: true | ||
grpcaddr: "mgmt/0.0.0.0:6042" | ||
grpcaddr: mgmt/0.0.0.0:6042 | ||
grpcreadonly: true | ||
cvconfig: true | ||
cvsourceintf: Vlan100 |
23 changes: 12 additions & 11 deletions
23
...ns/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host2/daemon-terminattr.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
--- | ||
# Test multi-cluster certs | ||
daemon_terminattr: | ||
cvaddrs: | ||
- apiserver.arista.io:443 | ||
cvauth: | ||
method: "key" | ||
method: key | ||
key: "" | ||
clusters: | ||
- name: DC1 | ||
cvaddrs: | ||
- 10.20.20.1:9910 | ||
cvauth: | ||
method: "certs" | ||
cert_file: "/persist/secure/ssl/terminattr/DC1/certs/client.crt" | ||
key_file: "/persist/secure/ssl/terminattr/DC1/keys/client.key" | ||
ca_file: "/persist/secure/ssl/terminattr/DC1/certs/ca.crt" | ||
method: certs | ||
cert_file: /persist/secure/ssl/terminattr/DC1/certs/client.crt | ||
key_file: /persist/secure/ssl/terminattr/DC1/keys/client.key | ||
ca_file: /persist/secure/ssl/terminattr/DC1/certs/ca.crt | ||
cvvrf: mgt | ||
cvsourceintf: Loopback10 | ||
- name: DC2 | ||
cvaddrs: | ||
- 10.30.30.1:9910 | ||
cvauth: | ||
method: "key" | ||
key: "arista" | ||
method: key | ||
key: arista | ||
cvvrf: mgt | ||
cvsourceintf: Vlan500 | ||
- name: DC3 | ||
cvaddrs: | ||
- 10.40.40.1:9910 | ||
cvauth: | ||
method: "token" | ||
token_file: "/tmp/tokenDC2" | ||
method: token | ||
token_file: /tmp/tokenDC3 | ||
cvvrf: mgt | ||
cvsourceintf: Vlan500 | ||
smashexcludes: "ale,flexCounter,hardware,kni,pulse,strata" | ||
ingestexclude: "/Sysdb/cell/1/agent,/Sysdb/cell/2/agent" | ||
smashexcludes: ale,flexCounter,hardware,kni,pulse,strata | ||
ingestexclude: /Sysdb/cell/1/agent,/Sysdb/cell/2/agent |
11 changes: 6 additions & 5 deletions
11
...ns/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host3/daemon-terminattr.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
--- | ||
# Test CVaaS auth(Cloud) | ||
daemon_terminattr: | ||
cvaddrs: | ||
- apiserver.arista.io:443 | ||
cvauth: | ||
method: "token-secure" | ||
key: "arastra" | ||
token_file: "/tmp/cv-onboarding-token" | ||
method: token-secure | ||
key: arastra | ||
token_file: /tmp/cv-onboarding-token | ||
cvvrf: mgt | ||
smashexcludes: "ale,flexCounter,hardware,kni,pulse,strata" | ||
ingestexclude: "/Sysdb/cell/1/agent,/Sysdb/cell/2/agent" | ||
smashexcludes: ale,flexCounter,hardware,kni,pulse,strata | ||
ingestexclude: /Sysdb/cell/1/agent,/Sysdb/cell/2/agent |
13 changes: 7 additions & 6 deletions
13
...ns/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host4/daemon-terminattr.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
--- | ||
# Test on-prem certs | ||
daemon_terminattr: | ||
cvaddrs: | ||
- 10.10.10.8:9910 | ||
- 10.10.10.9:9910 | ||
- 10.10.10.10:9910 | ||
cvauth: | ||
method: "certs" | ||
cert_file: "/persist/secure/ssl/terminattr/primary/certs/client.crt" | ||
key_file: "/persist/secure/ssl/terminattr/primary/keys/client.key" | ||
ca_file: "/persist/secure/ssl/terminattr/primary/certs/ca.crt" | ||
method: certs | ||
cert_file: /persist/secure/ssl/terminattr/primary/certs/client.crt | ||
key_file: /persist/secure/ssl/terminattr/primary/keys/client.key | ||
ca_file: /persist/secure/ssl/terminattr/primary/certs/ca.crt | ||
cvvrf: mgt | ||
smashexcludes: "ale,flexCounter,hardware,kni,pulse,strata" | ||
ingestexclude: "/Sysdb/cell/1/agent,/Sysdb/cell/2/agent" | ||
smashexcludes: ale,flexCounter,hardware,kni,pulse,strata | ||
ingestexclude: /Sysdb/cell/1/agent,/Sysdb/cell/2/agent | ||
disable_aaa: true |
9 changes: 5 additions & 4 deletions
9
...ns/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/host5/daemon-terminattr.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
--- | ||
# Test on-prem token | ||
daemon_terminattr: | ||
cvaddrs: | ||
- 192.0.2.1:9910 | ||
- 192.0.2.2:9910 | ||
- 192.0.2.3:9910 | ||
cvauth: | ||
method: "token" | ||
token_file: "/tmp/token" | ||
method: token | ||
token_file: /tmp/token | ||
cvvrf: mgt | ||
smashexcludes: "ale,flexCounter,hardware,kni,pulse,strata" | ||
ingestexclude: "/Sysdb/cell/1/agent,/Sysdb/cell/2/agent" | ||
smashexcludes: ale,flexCounter,hardware,kni,pulse,strata | ||
ingestexclude: /Sysdb/cell/1/agent,/Sysdb/cell/2/agent |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters