From 83eb674de339e24ed413ceeb91830a704494a075 Mon Sep 17 00:00:00 2001 From: Tim Weidner Date: Wed, 25 Apr 2018 12:49:07 +0200 Subject: [PATCH] Open Mesos and Marathon ports --- .../templates/vpc-cluster-template.json | 24 +++++++++++++++++++ .../vpc-ebs-only-cluster-template.json | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/dcos_launch/templates/vpc-cluster-template.json b/dcos_launch/templates/vpc-cluster-template.json index 8c890dc6..7990032e 100644 --- a/dcos_launch/templates/vpc-cluster-template.json +++ b/dcos_launch/templates/vpc-cluster-template.json @@ -162,6 +162,30 @@ "Ref": "AllowAccessFrom" } }, + { + "IpProtocol": "tcp", + "FromPort": "5050", + "ToPort": "5050", + "CidrIp": { + "Ref": "AllowAccessFrom" + } + }, + { + "IpProtocol": "tcp", + "FromPort": "8080", + "ToPort": "8080", + "CidrIp": { + "Ref": "AllowAccessFrom" + } + }, + { + "IpProtocol": "tcp", + "FromPort": "8443", + "ToPort": "8443", + "CidrIp": { + "Ref": "AllowAccessFrom" + } + }, { "IpProtocol": "tcp", "FromPort": "61001", diff --git a/dcos_launch/templates/vpc-ebs-only-cluster-template.json b/dcos_launch/templates/vpc-ebs-only-cluster-template.json index e3a783ab..6e42a65c 100644 --- a/dcos_launch/templates/vpc-ebs-only-cluster-template.json +++ b/dcos_launch/templates/vpc-ebs-only-cluster-template.json @@ -162,6 +162,30 @@ "Ref": "AllowAccessFrom" } }, + { + "IpProtocol": "tcp", + "FromPort": "5050", + "ToPort": "5050", + "CidrIp": { + "Ref": "AllowAccessFrom" + } + }, + { + "IpProtocol": "tcp", + "FromPort": "8080", + "ToPort": "8080", + "CidrIp": { + "Ref": "AllowAccessFrom" + } + }, + { + "IpProtocol": "tcp", + "FromPort": "8443", + "ToPort": "8443", + "CidrIp": { + "Ref": "AllowAccessFrom" + } + }, { "IpProtocol": "tcp", "FromPort": "61001",