-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First public version of the collection. __New Features:__ - Support for CVP __2018.2.x__ and CVP __2019.1.x__ - Implement `cv_facts` module for information gathering - Implement `cv_container` and `cv_device` to manage provisioning topology - Implement `cv_configlet` to manage configlet content on CloudVision platform - Use Ansible collection approach __Documentation__ - Modules documentation: [`docs/`](https://github.com/aristanetworks/ansible-cvp/tree/master/docs) folder - Example playbooks available in [`examples/`](https://github.com/aristanetworks/ansible-cvp/tree/master/examples) folder
- Loading branch information
Showing
71 changed files
with
6,658 additions
and
7,849 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,64 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--- | ||
Verify first that your issue/request is not already reported on GitHub. --> | ||
|
||
Issue Type | ||
------ | ||
<!--- Pick one below and delete the rest --> | ||
- Bug Report | ||
- Feature Idea | ||
- Documentation Report | ||
|
||
Module Name | ||
------ | ||
<!--- Insert, BELOW THIS COMMENT, the name of the module, plugin, task or feature | ||
--> | ||
|
||
`arista.cvp` collection and Python libraries version | ||
<!--- Paste, BELOW THIS COMMENT, verbatim output from "ansible --version" and "pip freeze" between quotes below | ||
Also provide the version of arista.cvp collection--> | ||
``` | ||
``` | ||
|
||
OS / Environment | ||
------ | ||
<!--- Mention, the CVP version you are trying to control--> | ||
|
||
Summary | ||
------ | ||
<!--- Explain the problem briefly --> | ||
|
||
Steps to reproduce | ||
------ | ||
<!--- For bugs, show exactly how to reproduce the problem, using a minimal test-case. | ||
For new features, show how the feature would be used. --> | ||
|
||
<!--- Paste example playbooks or commands between quotes below --> | ||
```yaml | ||
|
||
``` | ||
|
||
<!--- You can also paste gist.github.com links for larger files --> | ||
|
||
Expected results | ||
<!--- What did you expect to happen when running the steps above? --> | ||
``` | ||
``` | ||
Actual results | ||
------ | ||
<!--- What actually happened? If possible run with extra verbosity (-vvvv) --> | ||
|
||
<!--- Paste verbatim command output between quotes below --> | ||
``` | ||
``` |
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,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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 |
---|---|---|
|
@@ -104,3 +104,5 @@ venv.bak/ | |
.mypy_cache/ | ||
|
||
.vscode/* | ||
*.tar.gz | ||
*/collections/* |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.