-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from aristanetworks/cvp-green-release
Cvp green release
- Loading branch information
Showing
490 changed files
with
10,060 additions
and
233 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
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
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
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,86 @@ | ||
<user-mapping> | ||
|
||
<!-- Per-user authentication and config information --> | ||
|
||
<!-- A user using md5 to hash the password | ||
arista user and its md5 hashed password below is used to | ||
login to Guacamole Web UI--> | ||
<authorize | ||
username="arista" | ||
password="dff0516218630b32d06657ba7cd13aa5" | ||
encoding="md5"> | ||
|
||
<!-- Authorized connection --> | ||
<connection name="devbox"> | ||
<protocol>vnc</protocol> | ||
<param name="hostname">127.0.0.1</param> | ||
<param name="port">6100</param> | ||
<param name="password">@rista123</param> | ||
</connection> | ||
<connection name="spine1"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.10</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="spine2"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.11</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="leaf1"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.14</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="leaf2"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.15</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="leaf3"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.16</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="leaf4"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.17</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="host1"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.31</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="host2"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.32</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
<connection name="cvx"> | ||
<protocol>ssh</protocol> | ||
<param name="hostname">192.168.0.44</param> | ||
<param name="port">22</param> | ||
<param name="username">arista</param> | ||
<param name="password">{REPLACE_ARISTA}</param> | ||
</connection> | ||
|
||
</authorize> | ||
|
||
</user-mapping> |
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
Oops, something went wrong.