diff --git a/acc-dev-testcases/data-sources/load_balancer.yaml b/acc-dev-testcases/data-sources/load_balancer.yaml index b291b84b..23c8f390 100644 --- a/acc-dev-testcases/data-sources/load_balancer.yaml +++ b/acc-dev-testcases/data-sources/load_balancer.yaml @@ -1,5 +1,5 @@ acc: - config: | - name = "tf_lb_DND" + name = "tf_lb_DO_NOT_DELETE" validations: - json.loadBalancer.id: 26 \ No newline at end of file + json.loadBalancer.id: 19 \ No newline at end of file diff --git a/acc-dev-testcases/data-sources/load_balancer_monitor.yaml b/acc-dev-testcases/data-sources/load_balancer_monitor.yaml index abebe512..b437d0f2 100644 --- a/acc-dev-testcases/data-sources/load_balancer_monitor.yaml +++ b/acc-dev-testcases/data-sources/load_balancer_monitor.yaml @@ -1,6 +1,6 @@ acc: - config: | name = "default-http-lb-monitor" - lb_id = 26 + lb_id = 19 validations: - json.loadBalancerMonitor.id: 156 \ No newline at end of file + json.loadBalancerMonitor.id: 152 \ No newline at end of file diff --git a/acc-dev-testcases/data-sources/load_balancer_pool.yaml b/acc-dev-testcases/data-sources/load_balancer_pool.yaml index 51b87af0..1613689a 100644 --- a/acc-dev-testcases/data-sources/load_balancer_pool.yaml +++ b/acc-dev-testcases/data-sources/load_balancer_pool.yaml @@ -1,6 +1,6 @@ acc: - config: | - name = "PCE-testLB-Pool" - lb_id = 26 + name = "tf_pool_DO_NOT_DELETE" + lb_id = 19 validations: - json.loadBalancerPool.id: 86 + json.loadBalancerPool.id: 108 diff --git a/acc-dev-testcases/data-sources/load_balancer_profile.yaml b/acc-dev-testcases/data-sources/load_balancer_profile.yaml index e164a4a2..7e1a0d63 100644 --- a/acc-dev-testcases/data-sources/load_balancer_profile.yaml +++ b/acc-dev-testcases/data-sources/load_balancer_profile.yaml @@ -1,21 +1,21 @@ acc: - config: | name = "default-http-lb-app-profile" - lb_id = 26 + lb_id = 19 validations: - json.loadBalancerProfile.id: 379 + json.loadBalancerProfile.id: 504 - config: | name = "default-cookie-lb-persistence-profile" - lb_id = 26 + lb_id = 19 validations: - json.loadBalancerProfile.id: 385 + json.loadBalancerProfile.id: 527 - config: | name = "default-balanced-server-ssl-profile" - lb_id = 26 + lb_id = 19 validations: - json.loadBalancerProfile.id: 398 + json.loadBalancerProfile.id: 571 - config: | name = "default-balanced-client-ssl-profile" - lb_id = 26 + lb_id = 19 validations: - json.loadBalancerProfile.id: 393 + json.loadBalancerProfile.id: 552 diff --git a/acc-dev-testcases/data-sources/load_balancer_ssl_ca_certs.yaml b/acc-dev-testcases/data-sources/load_balancer_ssl_ca_certs.yaml index f23b573b..95d24fe9 100644 --- a/acc-dev-testcases/data-sources/load_balancer_ssl_ca_certs.yaml +++ b/acc-dev-testcases/data-sources/load_balancer_ssl_ca_certs.yaml @@ -1,5 +1,5 @@ acc: - config: | - name = "test-cert" + name = "Test SSL Cert" validations: - json.certificates.id: 9 \ No newline at end of file + json.certificates.id: 8 \ No newline at end of file diff --git a/acc-dev-testcases/resources/instance.yaml b/acc-dev-testcases/resources/instance.yaml index ab12810a..376d9ce8 100644 --- a/acc-dev-testcases/resources/instance.yaml +++ b/acc-dev-testcases/resources/instance.yaml @@ -10,7 +10,7 @@ acc: plan_id = 216 instance_type_code = "vmware" network { - id = 84 + id = 137 } volume { name = "root_vol" @@ -19,8 +19,7 @@ acc: } config { resource_pool_id = 5 - no_agent = true - template_id = 752 + template_id = 1044 folder_code = "group-v1042" } scale = 1 diff --git a/acc-dev-testcases/resources/instance_clone.yaml b/acc-dev-testcases/resources/instance_clone.yaml index 10c39156..ddef312c 100644 --- a/acc-dev-testcases/resources/instance_clone.yaml +++ b/acc-dev-testcases/resources/instance_clone.yaml @@ -2,8 +2,8 @@ vars: instance_name: tf_acc_clone_%rand_int acc: - config: | - source_instance_id = 2 + source_instance_id = 11 name = "$(instance_name)" network { - id = 84 + id = 137 } diff --git a/acc-dev-testcases/resources/load_balancer_monitor.yaml b/acc-dev-testcases/resources/load_balancer_monitor.yaml index 70a71639..2622264f 100644 --- a/acc-dev-testcases/resources/load_balancer_monitor.yaml +++ b/acc-dev-testcases/resources/load_balancer_monitor.yaml @@ -7,7 +7,7 @@ vars: udp_name: tf_UDP-MONITOR_%rand_int acc: - config: | - lb_id = 26 + lb_id = 19 name = "$(http_name)" description = "HTTP_MONITOR creating using tf" type = "LBHttpMonitorProfile" @@ -27,7 +27,7 @@ acc: validations: json.loadBalancerMonitor.monitorType: "LBHttpMonitorProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(https_name)" description = "HTTPS_MONITOR creating using tf" type = "LBHttpsMonitorProfile" @@ -47,14 +47,14 @@ acc: validations: json.loadBalancerMonitor.monitorType: "LBHttpsMonitorProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(icmp_name)" description = "ICMP_MONITOR update using tf" type = "LBIcmpMonitorProfile" icmp_monitor { fall_count = 30 interval = 50 - monitor_port = 8 + monitor_port = 80 rise_count = 3 timeout = 15 data_length = 32 @@ -62,7 +62,7 @@ acc: validations: json.loadBalancerMonitor.monitorType: "LBIcmpMonitorProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(passive_name)" description = "PASSIVE_MONITOR create using tf" type = "LBPassiveMonitorProfile" @@ -73,7 +73,7 @@ acc: validations: json.loadBalancerMonitor.monitorType: "LBPassiveMonitorProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(tcp_name)" description = "TCP_MONITOR create using tf" type = "LBTcpMonitorProfile" @@ -89,7 +89,7 @@ acc: validations: json.loadBalancerMonitor.monitorType: "LBTcpMonitorProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(udp_name)" description = "UDP_MONITOR create using tf" type = "LBUdpMonitorProfile" diff --git a/acc-dev-testcases/resources/load_balancer_pool.yaml b/acc-dev-testcases/resources/load_balancer_pool.yaml index 2d72be7e..4448158c 100644 --- a/acc-dev-testcases/resources/load_balancer_pool.yaml +++ b/acc-dev-testcases/resources/load_balancer_pool.yaml @@ -2,7 +2,7 @@ vars: pool_name: tf_POOL_%rand_int acc: - config: | - lb_id = 26 + lb_id = 19 name = "$(pool_name)" description = "POOL creating using tf" min_active_members = 1 diff --git a/acc-dev-testcases/resources/load_balancer_profile.yaml b/acc-dev-testcases/resources/load_balancer_profile.yaml index 7c8f3511..dd0ed562 100644 --- a/acc-dev-testcases/resources/load_balancer_profile.yaml +++ b/acc-dev-testcases/resources/load_balancer_profile.yaml @@ -9,7 +9,7 @@ vars: server_name: tf_SERVER-PROFILE_%rand_int acc: - config: | - lb_id = 26 + lb_id = 19 name = "$(http_name)" description = "HTTP_PROFILE creating using tf" profile_type = "application-profile" @@ -33,7 +33,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBHttpProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(tcp_name)" description = "TCP_PROFILE creating using tf" profile_type = "application-profile" @@ -52,7 +52,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBFastTcpProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(udp_name)" description = "UDP_PROFILE creating using tf" profile_type = "application-profile" @@ -70,7 +70,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBFastUdpProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(cookie_name)" description = "COOKIE_PROFILE creating using tf" profile_type = "persistence-profile" @@ -94,7 +94,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBCookiePersistenceProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(generic_name)" description = "GENERIC_PROFILE creating using tf" profile_type = "persistence-profile" @@ -113,7 +113,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBGenericPersistenceProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(source_name)" description = "SOURCE_PROFILE creating using tf" profile_type = "persistence-profile" @@ -133,7 +133,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBSourceIpPersistenceProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(client_name)" description = "CLIENT_PROFILE creating using tf" profile_type = "ssl-profile" @@ -153,7 +153,7 @@ acc: validations: json.loadBalancerProfile.serviceType: "LBClientSslProfile" - config: | - lb_id = 26 + lb_id = 19 name = "$(server_name)" description = "SERVER_PROFILE creating using tf" profile_type = "ssl-profile" diff --git a/acc-dev-testcases/resources/load_balancer_virtual_server.yaml b/acc-dev-testcases/resources/load_balancer_virtual_server.yaml index 094a9b5a..6faef96c 100644 --- a/acc-dev-testcases/resources/load_balancer_virtual_server.yaml +++ b/acc-dev-testcases/resources/load_balancer_virtual_server.yaml @@ -2,7 +2,7 @@ vars: vs_name: tf_VS_%rand_int acc: - config: | - lb_id = 26 + lb_id = 19 name = "$(vs_name)" description = "tf_virtual-server created by tf" vip_address = "11.10.52.14" @@ -11,22 +11,22 @@ acc: type = "http" http_application_profile { - application_profile = 379 + application_profile = 504 } persistence = "COOKIE" cookie_persistence_profile { - persistence_profile = 385 + persistence_profile = 527 } - ssl_server_cert = 9 + ssl_server_cert = 8 ssl_server_config { - ssl_server_profile = 398 + ssl_server_profile = 571 } - ssl_client_cert = 9 + ssl_client_cert = 8 ssl_client_config { - ssl_client_profile = 393 + ssl_client_profile = 552 } validations: json.loadBalancerInstance.vipProtocol: "http" diff --git a/acc-dev-testcases/resources/router_bgp_neighbor.yaml b/acc-dev-testcases/resources/router_bgp_neighbor.yaml index d52cf4cf..621419ec 100644 --- a/acc-dev-testcases/resources/router_bgp_neighbor.yaml +++ b/acc-dev-testcases/resources/router_bgp_neighbor.yaml @@ -1,7 +1,7 @@ acc: - config: | router_id = 3 - ip_address = "10.201.227.84" + ip_address = "10.201.227.87" remote_as = 65000 keepalive = 60 holddown = 180 @@ -13,5 +13,5 @@ acc: hop_limit = 1 restart_mode = "HELPER_ONLY" validations: - json.networkRouterBgpNeighbor.ipAddress="10.201.227.84" + json.networkRouterBgpNeighbor.ipAddress="10.201.227.87" json.networkRouterBgpNeighbor.remoteAs=65000 \ No newline at end of file diff --git a/acc-dev-testcases/resources/router_nat_rule.yaml b/acc-dev-testcases/resources/router_nat_rule.yaml index dc054fda..62af24d5 100644 --- a/acc-dev-testcases/resources/router_nat_rule.yaml +++ b/acc-dev-testcases/resources/router_nat_rule.yaml @@ -2,7 +2,7 @@ vars: nat_name: tf_router_nat_%rand_int acc: - config: | - router_id = 4 + router_id = 3 name = "$(nat_name)" enabled = true description = "NAT rule created via terraform" @@ -19,7 +19,7 @@ acc: validations: json.networkRouterNAT.sourceNetwork : "1.1.3.0/24" - config: | - router_id = 4 + router_id = 3 name = "$(nat_name)" enabled = true description = "NAT rule created via terraform" diff --git a/acc-dev-testcases/resources/router_route.yaml b/acc-dev-testcases/resources/router_route.yaml index 8db0d573..55a8337a 100644 --- a/acc-dev-testcases/resources/router_route.yaml +++ b/acc-dev-testcases/resources/router_route.yaml @@ -3,7 +3,7 @@ vars: acc: - config: | name = "$(route_name)" - router_id = 4 + router_id = 3 description = "router route created using terraform" enabled = true default_route = false diff --git a/acc-testcases/resources/instance.yaml b/acc-testcases/resources/instance.yaml index 5ad4c6fe..906e54ca 100644 --- a/acc-testcases/resources/instance.yaml +++ b/acc-testcases/resources/instance.yaml @@ -20,7 +20,6 @@ acc: } config { resource_pool_id = 4 - no_agent = true template_id = 1696 folder_code = "group-v1036" }