146 lines
3.7 KiB
HCL
146 lines
3.7 KiB
HCL
resource "towerops_site" "culleoka" {
|
|
name = "Culleoka"
|
|
latitude = 33.113678
|
|
longitude = -96.487871
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_router" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka Router"
|
|
ip_address = "10.254.254.104"
|
|
snmp_enabled = true
|
|
device_role = "router"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_sw_ac_1" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka SW AC-1"
|
|
ip_address = "10.10.111.1"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_sw_ac2" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka SW AC2"
|
|
ip_address = "10.10.111.2"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_se" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka SE"
|
|
ip_address = "10.10.111.11"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_sw_120" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka sw 120"
|
|
ip_address = "10.10.111.12"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_north_ubnt" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka North UBNT"
|
|
ip_address = "10.10.111.14"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_epmp_n" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "culleoka epmp N"
|
|
ip_address = "10.10.111.30"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_epmp_se" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka ePMP SE"
|
|
ip_address = "10.10.111.31"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_epmp_sw" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka ePMP SW"
|
|
ip_address = "10.10.111.32"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_ne" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka NE"
|
|
ip_address = "10.10.111.33"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_epmp_se_34" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka ePMP SE"
|
|
ip_address = "10.10.111.34"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_epmp_nw" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka ePMP NW"
|
|
ip_address = "10.10.111.35"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "clayton_estates_ap" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Clayton Estates AP"
|
|
ip_address = "10.10.111.50"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
}
|
|
|
|
resource "towerops_device" "clayton_to_culleoka" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "clayton to culleoka"
|
|
ip_address = "10.10.111.60"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
device_role = "backhaul"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_to_clayton" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "culleoka to clayton"
|
|
ip_address = "10.10.111.61"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
device_role = "backhaul"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_to_380_11g" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka to 380 11g"
|
|
ip_address = "10.250.1.50"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
device_role = "backhaul"
|
|
}
|
|
|
|
resource "towerops_device" "culleoka_to_climax_11ghz" {
|
|
site_id = towerops_site.culleoka.id
|
|
name = "Culleoka to Climax 11ghz"
|
|
ip_address = "10.250.1.10"
|
|
snmp_enabled = true
|
|
snmp_version = "1"
|
|
device_role = "backhaul"
|
|
monitoring_enabled = false
|
|
}
|