Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.1 #406

Merged
merged 256 commits into from
Dec 1, 2020
Merged

Release 1.1.1 #406

merged 256 commits into from
Dec 1, 2020

Conversation

carlbuchmann
Copy link
Member

@carlbuchmann carlbuchmann commented Dec 1, 2020

Change Summary

AVD Release 1.1.1

Types of changes

  • New minor release for Ansible-AVD
  • Enhancements to Data model to both eos_l3ls_evpn and eos_cli_config_gen
  • Enhancements to CI testing with Molecule

PRs and issues tracked under project milestones:
https://github.com/aristanetworks/ansible-avd/milestone/6?closed=1

Checklist:

  • Draft release tag for the release
  • Create release notes section in documentation

carlbuchmann and others added 30 commits October 2, 2020 11:21
Missing Table of Contents for the new domain-list template.
Create a GH action to add label to PR based on modified content.

- Label allocation file: .github/labeler.yml
- GH Action: https://github.com/actions/labeler
Description
-----------

- Build list of IPs for on-prem CV
- Build list of CVaaS server based on FQDN `arista.io`
- Generate configuration for both on-prem and cvaas

Requirements
------------

TerminAttr 1.7.1 if streaming to on-prem and CVaaS is required

Configuration Example using AVD
-------------------------------

```
cvp_instance_ips:
  - 10.83.28.164
  - apiserver.corp.arista.io
cvp_ingestauth_key: ''
```

Configuration with eos_cli_config_gen:
--------------------------------------

```
daemon_terminattr:
  ingestgrpcurl:
    ips:
      - 10.83.28.164
      - apiserver.corp.arista.io
    port: 9910
  ingestauth_key:
  ingestvrf: MGMT
  smashexcludes: "ale,flexCounter,hardware,kni,pulse,strata"
  ingestexclude: "/Sysdb/cell/1/agent,/Sysdb/cell/2/agent"
```
After testing, it is easier to support only a XOR method:

- Scenario 01: On Prem CV
- Scenario 02: CVaaS approach

If both an IP and a CVaaS server are defined in your variables, on-prem
config will be applied
Add new AVD logo + minor doc fixes
@carlbuchmann carlbuchmann added this to the v1.1.1 milestone Dec 1, 2020
Copy link
Contributor

@titom73 titom73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@carlbuchmann carlbuchmann merged commit db59878 into releases/v1.1.x Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.