-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 changed file
with
20 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# avd-cvaas-demo | ||
# AVD and CVaaS Provisioning Demo | ||
|
||
## How to Run the Demo | ||
|
||
> **WARNING**: A CVaaS instance is required to run this demo. | ||
The lab network can be created using Containerlab inside the provided Dev Container. | ||
The Dev Container can be started on any machine with Docker using [supporting tool](https://containers.dev/supporting) (for example [VSCode](https://code.visualstudio.com/)) or as a [Codespace](https://github.com/features/codespaces) on forked Github repository. | ||
|
||
Before you start the Dev Container, you must set following environment variables on your system: | ||
|
||
- ARTOKEN - token required to download cEOS image from [arista.com](https://www.arista.com/). You can find it in your arista.com profile settings if it's enabled for your account. | ||
- CVTOKEN - CVaaS streaming token. This token must be created in advance and remain valid during the demo runtime. | ||
- CV_API_TOKEN - CVaaS API token. This token must be created in advance and remain valid during the demo runtime. | ||
|
||
> **NOTE**: When using Github Codespaces, these variables must be set in `Settings > Secrets and variables > Codespaces` | ||
## Security Considerations | ||
|
||
> **WARNING**: Make sure that nobody else has access to your Codespace / Container and that it is destroyed after the demo as environment variables will be cached in the container memory. |