1
1
---
2
2
name : Device Cluster
3
3
rest_endpoint : /api/fmc_config/v1/domain/{DOMAIN_UUID}/deviceclusters/ftddevicecluster
4
- doc_category : Device
4
+ doc_category : Devices
5
5
res_description : This device manages FTD Device Cluster configuration. This is resource may be re-designed in future releases.
6
6
test_tags : [TF_VAR_device_id, TF_VAR_device_interface_name]
7
7
attributes :
@@ -87,34 +87,34 @@ attributes:
87
87
type : List
88
88
description : List of data nodes where hardware needs to match the control node hardware.
89
89
attributes :
90
- - model_name : id
91
- tf_name : data_node_device_id
92
- data_path : [deviceDetails]
93
- type : String
94
- mandatory : true
95
- description : Cluster Data Node device ID.
96
- example : 76d24097-41c4-4558-a4d0-a8c07ac08470
97
- - model_name : cclIp
98
- tf_name : data_node_ccl_ipv4_address
99
- data_path : [clusterNodeBootstrap]
100
- type : String
101
- mandatory : true
102
- description : Cluster Data Node link IPv4 address / VTEP IPv4 address.
103
- example : 10.10.4.2
104
- - model_name : priority
105
- tf_name : data_node_priority
106
- data_path : [clusterNodeBootstrap]
107
- type : Int64
108
- mandatory : true
109
- min_int : 1
110
- max_int : 255
111
- example : 2
112
- description : Priority of cluster data node.
90
+ - model_name : id
91
+ tf_name : data_node_device_id
92
+ data_path : [deviceDetails]
93
+ type : String
94
+ mandatory : true
95
+ description : Cluster Data Node device ID.
96
+ example : 76d24097-41c4-4558-a4d0-a8c07ac08470
97
+ - model_name : cclIp
98
+ tf_name : data_node_ccl_ipv4_address
99
+ data_path : [clusterNodeBootstrap]
100
+ type : String
101
+ mandatory : true
102
+ description : Cluster Data Node link IPv4 address / VTEP IPv4 address.
103
+ example : 10.10.4.2
104
+ - model_name : priority
105
+ tf_name : data_node_priority
106
+ data_path : [clusterNodeBootstrap]
107
+ type : Int64
108
+ mandatory : true
109
+ min_int : 1
110
+ max_int : 255
111
+ example : 2
112
+ description : Priority of cluster data node.
113
113
114
114
test_prerequisites : |-
115
115
data "fmc_device_physical_interface" "test" {
116
116
device_id = var.device_id
117
117
id = var.device_interface_name
118
118
}
119
119
variable "device_id" { default = null } // tests will set $TF_VAR_device_id
120
- variable "device_interface_name" { default = null } // tests will set $TF_VAR_device_interface_name
120
+ variable "device_interface_name" { default = null } // tests will set $TF_VAR_device_interface_name
0 commit comments