Skip to content

Commit 82b568b

Browse files
committed
[ignore] remove parent_dn attribute with default single valid dn pointing to infra
1 parent 6b5e5db commit 82b568b

14 files changed

+21
-174
lines changed

docs/data-sources/fex_profile.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ data "aci_fex_profile" "example" {
4242

4343
* `name` (name) - (string) The name of the FEX Profile object.
4444

45-
### Optional ###
46-
47-
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
48-
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
49-
- [infraInfra](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraInfra/overview)
50-
51-
- Default: `uni/infra`
52-
5345
### Read-Only ###
5446

5547
* `id` - (string) The distinguished name (DN) of the FEX Profile object.

docs/data-sources/leaf_interface_profile.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ data "aci_leaf_interface_profile" "example" {
4242

4343
* `name` (name) - (string) The name of the Leaf Interface Profile object.
4444

45-
### Optional ###
46-
47-
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
48-
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
49-
- [infraInfra](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraInfra/overview)
50-
51-
- Default: `uni/infra`
52-
5345
### Read-Only ###
5446

5547
* `id` - (string) The distinguished name (DN) of the Leaf Interface Profile object.

docs/data-sources/spine_interface_profile.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ data "aci_spine_interface_profile" "example" {
4242

4343
* `name` (name) - (string) The name of the Spine Interface Profile object.
4444

45-
### Optional ###
46-
47-
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
48-
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
49-
- [infraInfra](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraInfra/overview)
50-
51-
- Default: `uni/infra`
52-
5345
### Read-Only ###
5446

5547
* `id` - (string) The distinguished name (DN) of the Spine Interface Profile object.

docs/resources/fex_profile.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ All examples for the FEX Profile resource can be found in the [examples](https:/
8282

8383
### Optional ###
8484

85-
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
86-
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
87-
- [infraInfra](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraInfra/overview)
88-
89-
- Default: `uni/infra`
9085
* `annotation` (annotation) - (string) The annotation of the FEX Profile object. This attribute is supported in ACI versions: 3.2(1l) and later.
9186
- Default: `"orchestrator:terraform"`
9287
* `description` (descr) - (string) The description of the FEX Profile object.

docs/resources/leaf_interface_profile.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ All examples for the Leaf Interface Profile resource can be found in the [exampl
8282

8383
### Optional ###
8484

85-
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
86-
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
87-
- [infraInfra](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraInfra/overview)
88-
89-
- Default: `uni/infra`
9085
* `annotation` (annotation) - (string) The annotation of the Leaf Interface Profile object. This attribute is supported in ACI versions: 3.2(1l) and later.
9186
- Default: `"orchestrator:terraform"`
9287
* `description` (descr) - (string) The description of the Leaf Interface Profile object.

docs/resources/spine_interface_profile.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ All examples for the Spine Interface Profile resource can be found in the [examp
8282

8383
### Optional ###
8484

85-
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
86-
- The distinguished name (DN) of classes below can be used but currently there is no available resource for it:
87-
- [infraInfra](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraInfra/overview)
88-
89-
- Default: `uni/infra`
9085
* `annotation` (annotation) - (string) The annotation of the Spine Interface Profile object. This attribute is supported in ACI versions: 3.2(1l) and later.
9186
- Default: `"orchestrator:terraform"`
9287
* `description` (descr) - (string) The description of the Spine Interface Profile object.

gen/definitions/classes.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,20 +1144,29 @@ infraAccPortP:
11441144
ui_locations:
11451145
- "Fabric -> Access Policies -> Interfaces -> Leaf Interfaces -> Profiles -> Interfaces"
11461146
migration_version: 1
1147+
contained_by:
1148+
- "polUni"
1149+
rn_prepend: "infra"
11471150

11481151
infraSpAccPortP:
11491152
resource_name: "spine_interface_profile"
11501153
sub_category: "Access Policies"
11511154
ui_locations:
11521155
- "Fabric -> Access Policies -> Interfaces -> Spine Interfaces -> Profiles"
11531156
migration_version: 1
1157+
contained_by:
1158+
- "polUni"
1159+
rn_prepend: "infra"
11541160

11551161
infraFexP:
11561162
resource_name: "fex_profile"
11571163
sub_category: "Access Policies"
11581164
ui_locations:
11591165
- "Fabric -> Access Policies -> Interfaces -> Leaf Interfaces -> Profiles -> Fex Interfaces"
11601166
migration_version: 1
1167+
contained_by:
1168+
- "polUni"
1169+
rn_prepend: "infra"
11611170

11621171
infraHPortS:
11631172
resource_name: "access_port_selector"

gen/definitions/properties.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,18 +2746,6 @@ vnsLDevIf:
27462746
logical_device: "uni/tn-test_tenant_imported_device/lDevVip-test_imported_device"
27472747
custom_test_dependency_name: "ImportedVnsLDevVipWithFvTenant"
27482748

2749-
infraAccPortP:
2750-
default_values:
2751-
parent_dn: "uni/infra"
2752-
2753-
infraSpAccPortP:
2754-
default_values:
2755-
parent_dn: "uni/infra"
2756-
2757-
infraFexP:
2758-
default_values:
2759-
parent_dn: "uni/infra"
2760-
27612749
infraHPortS:
27622750
overwrites:
27632751
type: port_selector_type

internal/provider/data_source_aci_fex_profile.go

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/data_source_aci_leaf_interface_profile.go

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)