Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- Add `sdwan_system_ca_certificate_feature` resource and data source
- Add default value for `administrative_distance` in `sdwan_transport_wan_vpn_feature`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_transport_routing_ospfv3_ipv4_feature` to `20.15.0`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_transport_routing_ospfv3_ipv6_feature` to `20.15.0`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_service_routing_ospfv3_ipv4_feature` to `20.15.0`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_service_routing_ospfv3_ipv6_feature` to `20.15.0`

## 0.8.1

Expand Down
7 changes: 4 additions & 3 deletions docs/data-sources/service_routing_ospfv3_ipv4_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Read-Only:
- `always_translate_variable` (String) Variable name
- `area_number` (Number) Set OSPF area number
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- `area_type` (String) Set OSPFv3 area type
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -92,7 +92,7 @@ Read-Only:
- `authentication_key_variable` (String) Variable name
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- `authentication_type` (String) Set OSPF interface authentication configuration
- `cost` (Number) Set cost of OSPF interface
- `cost_variable` (String) Variable name
- `dead_interval` (Number) Set interval after which neighbor is declared to be down
Expand Down Expand Up @@ -135,4 +135,5 @@ Read-Only:
- `protocol` (String) Set the protocol
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Translate Rib Metric
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- `translate_rib_metric_variable` (String) Variable name
7 changes: 4 additions & 3 deletions docs/data-sources/service_routing_ospfv3_ipv6_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Read-Only:
- `always_translate_variable` (String) Variable name
- `area_number` (Number) Set OSPF area number
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- `area_type` (String) Set OSPFv3 area type
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -92,7 +92,7 @@ Read-Only:
- `authentication_key_variable` (String) Variable name
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- `authentication_type` (String) Set OSPF interface authentication configuration
- `cost` (Number) Set cost of OSPF interface
- `cost_variable` (String) Variable name
- `dead_interval` (Number) Set interval after which neighbor is declared to be down
Expand Down Expand Up @@ -131,4 +131,5 @@ Read-Only:
- `protocol` (String) Set the protocol
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Translate Rib Metric
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- `translate_rib_metric_variable` (String) Variable name
6 changes: 4 additions & 2 deletions docs/data-sources/transport_routing_ospfv3_ipv4_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Read-Only:
- `always_translate_variable` (String) Variable name
- `area_number` (Number) Set OSPF area number
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- `area_type` (String) Set OSPFv3 area type
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -92,7 +92,7 @@ Read-Only:
- `authentication_key_variable` (String) Variable name
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- `authentication_type` (String) Set OSPF interface authentication configuration
- `cost` (Number) Set cost of OSPF interface
- `cost_variable` (String) Variable name
- `dead_interval` (Number) Set interval after which neighbor is declared to be down
Expand Down Expand Up @@ -135,3 +135,5 @@ Read-Only:
- `protocol` (String) Set the protocol
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- `translate_rib_metric_variable` (String) Variable name
6 changes: 4 additions & 2 deletions docs/data-sources/transport_routing_ospfv3_ipv6_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Read-Only:
- `always_translate_variable` (String) Variable name
- `area_number` (Number) Set OSPF area number
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- `area_type` (String) Set OSPFv3 area type
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -92,7 +92,7 @@ Read-Only:
- `authentication_key_variable` (String) Variable name
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- `authentication_type` (String) Set OSPF interface authentication configuration
- `cost` (Number) Set cost of OSPF interface
- `cost_variable` (String) Variable name
- `dead_interval` (Number) Set interval after which neighbor is declared to be down
Expand Down Expand Up @@ -131,3 +131,5 @@ Read-Only:
- `protocol` (String) Set the protocol
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- `translate_rib_metric_variable` (String) Variable name
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ description: |-

- Add `sdwan_system_ca_certificate_feature` resource and data source
- Add default value for `administrative_distance` in `sdwan_transport_wan_vpn_feature`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_transport_routing_ospfv3_ipv4_feature` to `20.15.0`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_transport_routing_ospfv3_ipv6_feature` to `20.15.0`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_service_routing_ospfv3_ipv4_feature` to `20.15.0`
- BREAKING CHANGE: Bump the minimum supported version of `sdwan_service_routing_ospfv3_ipv6_feature` to `20.15.0`

## 0.8.1

Expand Down
15 changes: 8 additions & 7 deletions docs/resources/service_routing_ospfv3_ipv4_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ page_title: "sdwan_service_routing_ospfv3_ipv4_feature Resource - terraform-prov
subcategory: "Features - Service"
description: |-
This resource can manage a Service Routing OSPFv3 IPv4 Feature.
Minimum SD-WAN Manager version: 20.12.0
Minimum SD-WAN Manager version: 20.15.0
---

# sdwan_service_routing_ospfv3_ipv4_feature (Resource)

This resource can manage a Service Routing OSPFv3 IPv4 Feature.
- Minimum SD-WAN Manager version: `20.12.0`
- Minimum SD-WAN Manager version: `20.15.0`

## Example Usage

Expand Down Expand Up @@ -154,8 +154,8 @@ Optional:
- `area_number` (Number) Set OSPF area number
- Range: `0`-`4294967295`
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- Choices: `stub`
- `area_type` (String) Set OSPFv3 area type
- Choices: `stub`, `nssa`, `normal`
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -171,8 +171,8 @@ Optional:
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range: `256`-`4294967295`
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- Choices: `no-auth`
- `authentication_type` (String) Set OSPF interface authentication configuration
- Choices: `no-auth`, `ipsec-sha1`
- `cost` (Number) Set cost of OSPF interface
- Range: `1`-`65535`
- `cost_variable` (String) Variable name
Expand Down Expand Up @@ -228,8 +228,9 @@ Optional:
- Choices: `connected`, `static`, `omp`, `nat-route`, `bgp`, `eigrp`
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
- Default value: `false`
- `translate_rib_metric_variable` (String) Variable name, Attribute conditional on `protocol` being equal to `omp`

## Import

Expand Down
15 changes: 8 additions & 7 deletions docs/resources/service_routing_ospfv3_ipv6_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ page_title: "sdwan_service_routing_ospfv3_ipv6_feature Resource - terraform-prov
subcategory: "Features - Service"
description: |-
This resource can manage a Service Routing OSPFv3 IPv6 Feature.
Minimum SD-WAN Manager version: 20.12.0
Minimum SD-WAN Manager version: 20.15.0
---

# sdwan_service_routing_ospfv3_ipv6_feature (Resource)

This resource can manage a Service Routing OSPFv3 IPv6 Feature.
- Minimum SD-WAN Manager version: `20.12.0`
- Minimum SD-WAN Manager version: `20.15.0`

## Example Usage

Expand Down Expand Up @@ -152,8 +152,8 @@ Optional:
- `area_number` (Number) Set OSPF area number
- Range: `0`-`4294967295`
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- Choices: `stub`
- `area_type` (String) Set OSPFv3 area type
- Choices: `stub`, `nssa`, `normal`
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -169,8 +169,8 @@ Optional:
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range: `256`-`4294967295`
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- Choices: `no-auth`
- `authentication_type` (String) Set OSPF interface authentication configuration
- Choices: `no-auth`, `ipsec-sha1`
- `cost` (Number) Set cost of OSPF interface
- Range: `1`-`65535`
- `cost_variable` (String) Variable name
Expand Down Expand Up @@ -221,8 +221,9 @@ Optional:
- Choices: `connected`, `static`, `omp`, `bgp`, `eigrp`
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Translate Rib Metric, Attribute conditional on `protocol` being equal to `omp`
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
- Default value: `false`
- `translate_rib_metric_variable` (String) Variable name, Attribute conditional on `protocol` being equal to `omp`

## Import

Expand Down
15 changes: 9 additions & 6 deletions docs/resources/transport_routing_ospfv3_ipv4_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ page_title: "sdwan_transport_routing_ospfv3_ipv4_feature Resource - terraform-pr
subcategory: "Features - Transport"
description: |-
This resource can manage a Transport Routing OSPFv3 IPv4 Feature.
Minimum SD-WAN Manager version: 20.12.0
Minimum SD-WAN Manager version: 20.15.0
---

# sdwan_transport_routing_ospfv3_ipv4_feature (Resource)

This resource can manage a Transport Routing OSPFv3 IPv4 Feature.
- Minimum SD-WAN Manager version: `20.12.0`
- Minimum SD-WAN Manager version: `20.15.0`

## Example Usage

Expand Down Expand Up @@ -154,8 +154,8 @@ Optional:
- `area_number` (Number) Set OSPF area number
- Range: `0`-`4294967295`
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- Choices: `stub`
- `area_type` (String) Set OSPFv3 area type
- Choices: `stub`, `nssa`, `normal`
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -171,8 +171,8 @@ Optional:
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range: `256`-`4294967295`
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- Choices: `no-auth`
- `authentication_type` (String) Set OSPF interface authentication configuration
- Choices: `no-auth`, `ipsec-sha1`
- `cost` (Number) Set cost of OSPF interface
- Range: `1`-`65535`
- `cost_variable` (String) Variable name
Expand Down Expand Up @@ -228,6 +228,9 @@ Optional:
- Choices: `connected`, `static`, `omp`, `nat-route`, `bgp`, `eigrp`
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
- Default value: `false`
- `translate_rib_metric_variable` (String) Variable name, Attribute conditional on `protocol` being equal to `omp`

## Import

Expand Down
15 changes: 9 additions & 6 deletions docs/resources/transport_routing_ospfv3_ipv6_feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ page_title: "sdwan_transport_routing_ospfv3_ipv6_feature Resource - terraform-pr
subcategory: "Features - Transport"
description: |-
This resource can manage a Transport Routing OSPFv3 IPv6 Feature.
Minimum SD-WAN Manager version: 20.12.0
Minimum SD-WAN Manager version: 20.15.0
---

# sdwan_transport_routing_ospfv3_ipv6_feature (Resource)

This resource can manage a Transport Routing OSPFv3 IPv6 Feature.
- Minimum SD-WAN Manager version: `20.12.0`
- Minimum SD-WAN Manager version: `20.15.0`

## Example Usage

Expand Down Expand Up @@ -152,8 +152,8 @@ Optional:
- `area_number` (Number) Set OSPF area number
- Range: `0`-`4294967295`
- `area_number_variable` (String) Variable name
- `area_type` (String) stub area type
- Choices: `stub`
- `area_type` (String) Set OSPFv3 area type
- Choices: `stub`, `nssa`, `normal`
- `interfaces` (Attributes List) Set OSPF interface parameters (see [below for nested schema](#nestedatt--areas--interfaces))
- `no_summary` (Boolean) Do not inject inter-area routes
- `no_summary_variable` (String) Variable name
Expand All @@ -169,8 +169,8 @@ Optional:
- `authentication_spi` (Number) Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Range: `256`-`4294967295`
- `authentication_spi_variable` (String) Variable name
- `authentication_type` (String) No Authentication by default
- Choices: `no-auth`
- `authentication_type` (String) Set OSPF interface authentication configuration
- Choices: `no-auth`, `ipsec-sha1`
- `cost` (Number) Set cost of OSPF interface
- Range: `1`-`65535`
- `cost_variable` (String) Variable name
Expand Down Expand Up @@ -221,6 +221,9 @@ Optional:
- Choices: `connected`, `static`, `omp`, `bgp`, `eigrp`
- `protocol_variable` (String) Variable name
- `route_policy_id` (String)
- `translate_rib_metric` (Boolean) Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network., Attribute conditional on `protocol` being equal to `omp`
- Default value: `false`
- `translate_rib_metric_variable` (String) Variable name, Attribute conditional on `protocol` being equal to `omp`

## Import

Expand Down
20 changes: 11 additions & 9 deletions gen/definitions/profile_parcels/service_routing_ospfv3_ipv4.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Service Routing OSPFv3 IPv4
rest_endpoint: /v1/feature-profile/sdwan/service/%v/routing/ospfv3/ipv4
minimum_version: 20.12.0
test_tags: [SDWAN_2012]
minimum_version: 20.15.0
test_tags: [SDWAN_2015]
skip_minimum_test: true
parcel_type: feature
doc_category: Features - Service
Expand Down Expand Up @@ -90,14 +90,8 @@ attributes:
exclude_test: true
example: 615d948f-34ee-4a2e-810e-a9bd8d3d48ec
- model_name: translateRibMetric
tf_name: translate_rib_metric
type: Bool
description: Translate Rib Metric
example: true
exclude_test: true
no_augment_config: true
default_value_present: true
default_value: false
example: true
conditional_attribute:
name: protocol
value: omp
Expand All @@ -120,6 +114,10 @@ attributes:
- model_name: areaType
tf_name: area_type
data_path: [areaTypeConfig]
no_augment_config: true
type: String
description: Set OSPFv3 area type
enum_values: ["stub", "nssa", "normal"]
example: stub
- model_name: noSummary
data_path: [areaTypeConfig]
Expand Down Expand Up @@ -152,6 +150,10 @@ attributes:
- model_name: authType
tf_name: authentication_type
data_path: [authenticationConfig]
no_augment_config: true
type: String
description: Set OSPF interface authentication configuration
enum_values: ["no-auth", "ipsec-sha1"]
example: no-auth
- model_name: spi
tf_name: authentication_spi
Expand Down
Loading