-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathns.yml
More file actions
62 lines (55 loc) · 1.29 KB
/
ns.yml
File metadata and controls
62 lines (55 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
ns_groups:
- name: lb_group01
ns_instance:
address: 192.168.121.50
user: nsroot
pass: nsroot
service_groups:
- name: taiga_web
servers:
- name: taiga_01
port: 80
- name: taiga_02
port: 80
protocol: HTTP
- name: taiga_api
servers:
- name: taiga_01
port: 8001
- name: taiga_02
port: 8001
protocol: HTTP
servers:
- name: taiga_01
ip_address: 192.168.121.229
- name: taiga_02
ip_address: 192.168.121.129
lbvservers:
- name: taiga_web
vip_address: 192.168.121.20
port: 80
protocol: HTTP
service_group_bindings:
- taiga_web
- name: taiga_api
vip_address: 192.168.121.30
port: 8001
protocol: HTTP
service_group_bindings:
- taiga_api
csvservers:
- name: taiga
vip_address: 192.168.121.40
port: 80
protocol: HTTP
policy_bindings:
- name: taiga
priority: 100
default_lbvserver: taiga_web
cs_policies:
- name: taiga
expression: "HTTP.REQ.URL.PATH.STARTSWITH(\"/api/\")"
action: taiga
cs_actions:
- name: taiga
target_lbvserver: taiga_api