From 2a33a256751f80405865ad212a9c3111042dd9ba Mon Sep 17 00:00:00 2001 From: wangqun Date: Thu, 14 Jan 2016 03:09:42 +0000 Subject: [PATCH] Proxy support for Mesos cluster For OpenStack environment behind a firewall, services such as google/docker cannot be accessed directly so a proxy server is needed to provide access.Proxy support is already available for Kubernetes and Swarm clusters. This series of patches adds the proxy support for Mesos cluster. This particular patch covers the Mesos master node. Implements: blueprint add-proxy-mesos Change-Id: I1c6e212e1477801d6f0d3c4a48df4f0bba5223d4 --- .../fragments/write-heat-params-master.sh | 3 +++ magnum/templates/mesos/mesoscluster.yaml | 25 ++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/magnum/templates/mesos/fragments/write-heat-params-master.sh b/magnum/templates/mesos/fragments/write-heat-params-master.sh index 5584479038..6b0a8898e5 100644 --- a/magnum/templates/mesos/fragments/write-heat-params-master.sh +++ b/magnum/templates/mesos/fragments/write-heat-params-master.sh @@ -5,4 +5,7 @@ cat > /etc/sysconfig/heat-params <