-
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.
- Loading branch information
Showing
5 changed files
with
79 additions
and
10 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
3 changes: 1 addition & 2 deletions
3
ansible_collections/arista/avd/molecule/cv_deploy/converge.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
68 changes: 68 additions & 0 deletions
68
..._collections/arista/avd/molecule/cv_deploy/intended/configs/base_configs/avd-ci-core1.cfg
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
! Command: show running-config | ||
! device: avd-ci-core1 (vEOS-lab, EOS-4.32.0F) | ||
! | ||
! boot system flash:/vEOS-lab.swi | ||
! | ||
no aaa root | ||
! | ||
username arista privilege 15 role network-admin shell /bin/bash secret sha512 $6$OSN5th7Q.Zy1QRhW$8HY40ylC/h2J/0jvlx46IbEeRGJSxNyUZR9BS1XHdelKmDilESlLnSefscDczRzi/f9PHUVdXXPsQUsXerJbu. | ||
username ci-avd privilege 15 role network-admin secret sha512 $6$tzBIHQDpZ.10NDxw$y7G0mA5usuiew0nx1HKNe3E1HpiRSZtKd9gS2XhUx9vsa59.E0qLYyzUtwzore34t8cfnFGlvYmf6OH157X6w. | ||
username cvpadmin privilege 15 role network-admin secret sha512 $6$3gTtM9zyRVpL6w7v$5nbd38Y7ZU0ZWty/ycn82iiC4ikX79hdopKWLusZaaFgr0spRqewcRBLKuY5qUaPdgg9h8CZjC4pFqLeQ5GRI1 | ||
! | ||
daemon TerminAttr | ||
exec /usr/bin/TerminAttr -cvaddr=apiserver.cv-staging.corp.arista.io:443 -cvauth=token-secure,/mnt/flash/cv-onboarding-token -cvvrf=MGMT -smashexcludes=ale,flexCounter,hardware,kni,pulse,strata -ingestexclude=/Sysdb/cell/1/agent,/Sysdb/cell/2/agent -taillogs | ||
no shutdown | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
service routing protocols model multi-agent | ||
! | ||
hostname avd-ci-core1 | ||
ip name-server vrf MGMT 10.90.231.26 | ||
! | ||
spanning-tree mode none | ||
! | ||
system l1 | ||
unsupported speed action error | ||
unsupported error-correction action error | ||
! | ||
vrf instance MGMT | ||
! | ||
management api http-commands | ||
no shutdown | ||
! | ||
vrf MGMT | ||
no shutdown | ||
! | ||
aaa authentication login console local | ||
aaa authorization exec default local | ||
! | ||
interface Ethernet1 | ||
! | ||
interface Ethernet2 | ||
! | ||
interface Ethernet3 | ||
! | ||
interface Ethernet4 | ||
! | ||
interface Ethernet5 | ||
! | ||
interface Ethernet6 | ||
! | ||
interface Ethernet7 | ||
! | ||
interface Ethernet8 | ||
! | ||
interface Management1 | ||
description oob_management | ||
vrf MGMT | ||
ip address 10.90.231.70/24 | ||
! | ||
no ip routing | ||
no ip routing vrf MGMT | ||
! | ||
ip route vrf MGMT 0.0.0.0/0 10.90.231.1 | ||
! | ||
ntp server 1.pool.ntp.org iburst local-interface Management1 | ||
! | ||
end |
2 changes: 2 additions & 0 deletions
2
...s/arista/avd/molecule/cv_deploy/intended/structured_configs/base_configs/avd-ci-core1.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
hostname: avd-ci-core1 | ||
is_deployed: true |
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