Skip to content

Commit b29740b

Browse files
committed
Enabled to set health_check parameter at the add_slb_server action
We can't set `health-check` configuration for added real-server by add_slb_server action because there is no associated parameter to set it. The acos-client has feature to set it, so this commit add `health_check` parameter to this action to pass it.
1 parent 734ead3 commit b29740b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.8.0
4+
* Enabled to set health_check parameter at the add_slb_server action.
5+
36
## v1.7.0
47
* Added an action (update_slb_virtul_server) to update SLB virtual-server.
58

actions/add_slb_server.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ parameters:
3939
specified_target:
4040
type: object
4141
description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')"
42+
health_check:
43+
type: string
44+
description: name of health monitor for adding Server
45+
default: ping

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- load balancer
88
- ADC
99
- network
10-
version: 1.7.0
10+
version: 1.8.0
1111
author: Hiroyasu OHYAMA
1212
1313
python_versions:

0 commit comments

Comments
 (0)