Skip to content

Releases: CiscoDevNet/terraform-provider-mso

v1.2.2

06 Aug 07:36
Compare
Choose a tag to compare

BUG FIXES:

  • Fix idempotency issues in mso_schema_template_contract, mso_schema_site_contract_service_graph and mso_schema_site_service_graph resources.

Detailed changelog: v1.2.1...v1.2.2

v1.2.1

13 Jul 03:49
Compare
Choose a tag to compare

BUG FIXES:

  • Add check to avoid error in plan when mso_schema_site_service_graph resource is used when template does not exist yet.

Detailed changelog: v1.2.0...v1.2.1

v1.2.0

02 Jul 08:17
Compare
Choose a tag to compare

BUG FIXES:

  • Prevent destroy operation for static ports in bulk list when updating the list
  • Fix update and delete of mso_schema_template_anp_epg
  • Fix to prevent subnets from mso_schema_template_bd to be removed when the template bd attributes are updated
  • Fix to prevent panic when labels are null in mso_site datasource
  • Fix to prevent the L3out reference from being removed when host based routing for bd is updated in mso_schema_site_bd

IMPROVEMENTS:

  • Add support for site_aware_policy_enforcement in mso_schema_template_vrf (#274)

Detailed changelog: v1.1.0...v1.2.0

v1.1.0

06 Apr 01:12
Compare
Choose a tag to compare

BUG FIXES:

  • Fix maximum TLS version to 1.3.

IMPROVEMENTS:

  • Add attribute 'description' to a few applicable resources and data sources
  • Add mso_schema_site_contract_service_graph_listener resource and data source to manage Azure CNC Contract Service Graph Load Balancer - Listeners and Rules (#256)
  • Add missing Cloud APIC / CNC site parameters for mso_schema_site_service_graph module.

Detailed changelog: v1.0.0...v1.1.0

v1.0.0

06 Dec 15:06
Compare
Choose a tag to compare

BREAKING CHANGE:

  • Separating site and template level service graph provider from mso_schema_template_service_graph (#240)
  • Removed Site Contract Service Graph logic from mso_schema_template_contract_service_graph resource (#244)

BUG FIXES:

  • Fix schema attributes and documentation to reflect computed (Read-Only) attributes for all data-sources (#235)
  • Fix template name selections for all data-sources (#235)
  • Fix consistency of id attribute for all data-sources (#235)
  • Fix to prevent {} to be written to statefile in datasource mso_schema_template_anp_epg_useg_attr (#235)
  • Fix for setting correct schema id and template name for schema attributes l3out and contract in mso_schema_site_bd_l3out, mso_schema_site_external_epg, mso_schema_template_anp_epg_contract, mso_schema_template_contract_service_graph, mso_schema_template_external_epg_contract, and template_vrf_contract datasources (#235)
  • Fix to raise error when bd is not found in datasource mso_schema_template_bd (#235)
  • Fix for changes when template_type is not specified in mso_schema resource (#237)
  • Fix to overcome index out of range error for aws sites in mso_tenant (#254)
  • Fix for regions API changes in NDO version >= 4.2's in mso_schema_site_vrf_region (#254)

IMPROVEMENTS:

  • Add support for mso_schema_site_contract_service_graph (#248)
  • Add mso_system_config resource and datasource (#241)
  • Add missing attributes type, group_id, version, status, reprovision, proxy, sr_l3out, template_count for datasource mso_site (#235)
  • Add primary and virtual attribute to mso_schema_site_bd_subnet and mso_schema_template_bd_subnet (#235)
  • Add bd_schema_id, bd_template_name to service_graph for datasource mso_schema_template_contract_service_graph (#235)
  • Add filter_type, directives, action and priority attributes to filter_relationship to mso_schema_template_contract (#238)
  • Add target_dscp and priority attributes to mso_schema_template_contract (#238)
  • Add directives, action and priority attributes to mso_schema_template_contract_filter (#239)
  • Add support for attributes binding_type, delimiter, num_ports, port_allocation, netflow, allow_promiscuous, forged_transmits, mac_changes, and custom_epg_name in mso_schema_site_epg_domain (#247)

Detailed changelog: v0.11.1...v1.0.0

v0.11.1

01 Aug 03:11
Compare
Choose a tag to compare

BUG FIXES:

  • Fix for mso_site to detect changes to a site, after manually changing it to unmanaged (#231)
  • Fix errorForObjectNotFound function in utils to error out when new "error" payload is found. (#231)
  • Fix DHCP Policies issue in mso_schema_template_bd on NDO 4.1+ (#230)
  • Fix creation without aggregate or scope in mso_schema_template_external_epg_subnet for NDO4.1 (#228)

Detailed changelog: v0.11.0...v0.11.1

v0.11.0

01 Jul 09:23
Compare
Choose a tag to compare

BUG FIXES:

  • Fix conditional to set password when store in statefile is false
  • Allow multiple user association to be set in statefile from mso_tenant data source
  • Template selection fix for import statements of site_vrf_region and site_vrf_region_cidr_subnet
  • Ensure correct information is retrieved with template/site combination for mso_schema_site_vrf_region and mso_schema_site_vrf_region_cidr_subnet datasource
  • Fix import and read functionality and add documentation for mso_schema_site_external_epg (#204)
  • Fix path calculation for VPC and FEX type ports in resource mso_schema_site_anp_epg_bulk_staticport (#218)
  • Fix MSO resources state file refresh issue when the terraform managed objects were missing from the MSO/NDO (#216)

IMPROVEMENTS:

  • Add resource and datasource for mso_remote_location
  • Add resource and data source mso_schema_site_vrf_route_leak for site local vrf route leaking support
  • Allow schemas to be created without templates in ndo4.2 releases and above
  • Add template type attribute to mso_schema and mso_schema_template resources and datasources
  • Add description attribute to schema_template_bd and schema_template_anp_epg resources
  • Add svi_mac attribute to mso_schema_site_bd and make template_name attribute mandatory (#214)
  • Add missing primary, description and no_default_gateway attributes to mso_site_anp_epg_subnet and mso_template_anp_epg_subnet resource and data source
  • Add gcp specific attributes to mso_site_vrf_region_cidr_subnet resource and datasource
  • Add gcp specific attributes to mso_site_vrf_region resource and datasource
  • Add gcp specific attributes to mso_tenant resource and datasource

Detailed changelog: v0.10.0...v0.11.0

v0.10.0

24 May 14:07
Compare
Choose a tag to compare

BUG FIXES:

  • Fix mso_schema read issue when the object is not present in the MSO/NDO
  • Skip delete if method set explicitely in mso_rest resource (#191)
  • Fix mso_schema resource example template reference and remove deprecated usage of mso_schema resource (#202)
  • Fix enhanced_lag_policy for vmm domain attribute in mso_schema_site_anp_epg_domain (#180)

IMPROVEMENTS:

  • Add support for NDO4.1+ to mso_schema_site_anp, mso_schema_site_anp_epg, mso_schema_site_bd, mso_schema_site_external_epg and mso_schema_site_vrf (#188)
  • Add mso_rest data source (#184)
  • Add ip_data_plane_learning and preferred_group arguments to mso_schema_template_vrf resource (#177)
  • Add missing provider level environment variables

Detailed changelog: v0.9.0...v0.10.0

v0.9.0

04 Apr 03:41
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add mso_schema_site_anp_epg_bulk_staticport resource and data source

Detailed changelog: v0.8.1...v0.9.0

v0.8.1

02 Feb 11:45
Compare
Choose a tag to compare

BUG FIXES:

  • Fix issue with platform set to nd and require platform set to nd when using mso_schema_template_deploy_ndo

Detailed changelog: v0.8.0...v0.8.1