Compare commits
2 Commits
v0.0.4i-jc
...
v0.0.4j-ak
Author | SHA1 | Date | |
---|---|---|---|
|
e1cc021ee2 | ||
|
76528fad6f |
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
// We need to specify where the agent should listen to incoming HTTP
|
// We need to specify where the agent should listen to incoming HTTP
|
||||||
// queries.
|
// queries.
|
||||||
"http-host": "172.16.0.20",
|
"http-host": "172.16.64.20",
|
||||||
|
|
||||||
// This specifies the port CA will listen on.
|
// This specifies the port CA will listen on.
|
||||||
"http-port": 8000,
|
"http-port": 8000,
|
||||||
|
@@ -121,7 +121,7 @@
|
|||||||
// Control Agent must run along with this DHCPv4 server
|
// Control Agent must run along with this DHCPv4 server
|
||||||
// instance and the "http-host" and "http-port" must be
|
// instance and the "http-host" and "http-port" must be
|
||||||
// set to the corresponding values.
|
// set to the corresponding values.
|
||||||
"url": "http://172.16.0.20:8000/",
|
"url": "http://172.16.64.20:8000/",
|
||||||
// This server is primary. The other one must be
|
// This server is primary. The other one must be
|
||||||
// secondary.
|
// secondary.
|
||||||
"role": "primary"
|
"role": "primary"
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
// channel can be reached. The Control Agent is required
|
// channel can be reached. The Control Agent is required
|
||||||
// to run on the partner's machine with "http-host" and
|
// to run on the partner's machine with "http-host" and
|
||||||
// "http-port" values set to the corresponding values.
|
// "http-port" values set to the corresponding values.
|
||||||
"url": "http://172.16.0.21:8000/",
|
"url": "http://172.16.64.21:8000/",
|
||||||
// The other server is secondary. This one must be
|
// The other server is secondary. This one must be
|
||||||
// primary.
|
// primary.
|
||||||
"role": "standby"
|
"role": "standby"
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
// We need to specify where the agent should listen to incoming HTTP
|
// We need to specify where the agent should listen to incoming HTTP
|
||||||
// queries.
|
// queries.
|
||||||
"http-host": "172.16.0.21",
|
"http-host": "172.16.64.21",
|
||||||
|
|
||||||
// This specifies the port CA will listen on.
|
// This specifies the port CA will listen on.
|
||||||
"http-port": 8000,
|
"http-port": 8000,
|
||||||
|
@@ -121,7 +121,7 @@
|
|||||||
// Control Agent must run along with this DHCPv4 server
|
// Control Agent must run along with this DHCPv4 server
|
||||||
// instance and the "http-host" and "http-port" must be
|
// instance and the "http-host" and "http-port" must be
|
||||||
// set to the corresponding values.
|
// set to the corresponding values.
|
||||||
"url": "http://172.16.0.20:8000/",
|
"url": "http://172.16.64.20:8000/",
|
||||||
// This server is primary. The other one must be
|
// This server is primary. The other one must be
|
||||||
// secondary.
|
// secondary.
|
||||||
"role": "primary"
|
"role": "primary"
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
// channel can be reached. The Control Agent is required
|
// channel can be reached. The Control Agent is required
|
||||||
// to run on the partner's machine with "http-host" and
|
// to run on the partner's machine with "http-host" and
|
||||||
// "http-port" values set to the corresponding values.
|
// "http-port" values set to the corresponding values.
|
||||||
"url": "http://172.16.0.21:8000/",
|
"url": "http://172.16.64.21:8000/",
|
||||||
// The other server is secondary. This one must be
|
// The other server is secondary. This one must be
|
||||||
// primary.
|
// primary.
|
||||||
"role": "standby"
|
"role": "standby"
|
||||||
|
@@ -9,5 +9,5 @@
|
|||||||
- goss
|
- goss
|
||||||
- lb-bd
|
- lb-bd
|
||||||
- post
|
- post
|
||||||
- zabbix-cli
|
#- zabbix-cli
|
||||||
- ssh-cli
|
- ssh-cli
|
||||||
|
@@ -6,6 +6,6 @@
|
|||||||
- base
|
- base
|
||||||
- post-lb
|
- post-lb
|
||||||
- lb-web
|
- lb-web
|
||||||
- zabbix-cli
|
# - zabbix-cli
|
||||||
- ssh-cli
|
- ssh-cli
|
||||||
|
|
||||||
|
@@ -6,6 +6,6 @@
|
|||||||
- base
|
- base
|
||||||
- post-lb
|
- post-lb
|
||||||
- lb-web
|
- lb-web
|
||||||
- zabbix-cli
|
# - zabbix-cli
|
||||||
- ssh-cli
|
- ssh-cli
|
||||||
|
|
||||||
|
2
s-lb.yml
2
s-lb.yml
@@ -6,7 +6,7 @@
|
|||||||
- base
|
- base
|
||||||
- goss
|
- goss
|
||||||
- lb-front
|
- lb-front
|
||||||
- zabbix-cli
|
#- zabbix-cli
|
||||||
- ssh-cli
|
- ssh-cli
|
||||||
- post
|
- post
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user