Merge "Swarm agent to get templated proxy values"
This commit is contained in:
commit
8bb2f5f2c9
@ -156,6 +156,9 @@ resources:
|
|||||||
"$NODE_IP": {get_attr: [swarm_node_eth0, fixed_ips, 0, ip_address]}
|
"$NODE_IP": {get_attr: [swarm_node_eth0, fixed_ips, 0, ip_address]}
|
||||||
"$DISCOVERY_URL": {get_param: discovery_url}
|
"$DISCOVERY_URL": {get_param: discovery_url}
|
||||||
"$WAIT_HANDLE": {get_resource: node_agent_wait_handle}
|
"$WAIT_HANDLE": {get_resource: node_agent_wait_handle}
|
||||||
|
"$HTTP_PROXY": {get_param: http_proxy}
|
||||||
|
"$HTTPS_PROXY": {get_param: https_proxy}
|
||||||
|
"$NO_PROXY": {get_param: no_proxy}
|
||||||
|
|
||||||
enable_services:
|
enable_services:
|
||||||
type: "OS::Heat::SoftwareConfig"
|
type: "OS::Heat::SoftwareConfig"
|
||||||
|
Loading…
Reference in New Issue
Block a user