Skip to content

1.1.x

Release Notes For Ansible AVD 1.1.x#

Table of Contents:

Release 1.1.2#

Provides enhancements and bug fixes to the following roles:

Updated Roles:

  • eos_l3ls_evpn
  • eos_cli_config_gen

Info

For detailed information please see the release tag

Release 1.1.1#

Provides enhancements and bug fixes to the following roles:

Updated Roles:

  • eos_l3ls_evpn
  • eos_cli_config_gen
  • eos_validate_state

Info

For detailed information please see the release tag

Release 1.1.0#

Provide major enhancements and data model has been updated!

Data model updated for roles: - eos_l3ls_evpn - eos_cli_config_gen.

A migration role is provided to help update data structure for abstrated data model roles only, i.e. eos_l3ls_evpn.

New Roles:

  • eos_validate_state
  • upgrade_tools

Updated Roles:

  • eos_l3ls_evpn
  • eos_cli_config_gen
  • eos_config_deploy_eapi
  • eos_config_deploy_cvp
  • cvp_configlet_upload
  • build_output_folders

Data model modifications#

This section provides an overview of only the data model that have changed from the previous release that would require user modifications. See the release notes and role documentation for all new additions.

eos_l3ls_evpn:

  Tenant_A:
    vrfs:
      <vrf>:
        svis:
          <svi>:
            # ip_subnet: 10.1.30.0/24
            #< now ip_address_virtual and required to provide gateway ip as opposed to network.>
            ip_address_virtual: 10.1.30.1/24

eos_cli_config_gen:

Info

For detailed information please see the release tag