Skip to content

Commit

Permalink
Grant release v1.0 (#55)
Browse files Browse the repository at this point in the history
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
titom73 authored Oct 30, 2019
1 parent 4002584 commit cc99261
Show file tree
Hide file tree
Showing 71 changed files with 6,658 additions and 7,849 deletions.
32 changes: 0 additions & 32 deletions .ci/check_container.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .ci/check_cvprac.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .ci/env.lab

This file was deleted.

64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
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 -->
```
```
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ venv.bak/
.mypy_cache/

.vscode/*
*.tar.gz
*/collections/*
199 changes: 0 additions & 199 deletions .gitlab-ci.yml

This file was deleted.

Loading

0 comments on commit cc99261

Please sign in to comment.