...
|
...
|
@@ -66,12 +66,6 @@ public class Pch5SwitchCtrl { |
|
|
@Autowired
|
|
|
private IHostInfoService hostInfoService;
|
|
|
|
|
|
@RequestMapping(value = "/getPch5NodeHostUnderAz2")
|
|
|
@ResponseBody
|
|
|
public List<String> getPch5NodeHostIPs() {
|
|
|
return getHostByType(const_tags_for_nginx_node_az2);
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/getElbStatus")
|
|
|
@ResponseBody
|
|
|
public BaseResponse getElbStatus() {
|
...
|
...
|
@@ -324,6 +318,13 @@ public class Pch5SwitchCtrl { |
|
|
qcloudLoadBalance.deregisterInstancesWithLoadBalancer(ELB_PCH5_ID,removeIds);
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/getPch5NodeHostUnderAz2")
|
|
|
@ResponseBody
|
|
|
public List<String> getPch5NodeHostIPs() {
|
|
|
return getHostByType(const_tags_for_nginx_node_az2);
|
|
|
}
|
|
|
|
|
|
|
|
|
/**
|
|
|
* az2切换
|
|
|
* 获取productElb下面的az2类型host
|
...
|
...
|
|