From 5df66f2025e50bfc254e36a503556a202ee7247f Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Fri, 18 Mar 2016 20:49:58 +0300 Subject: [PATCH] [Gerrit] Open port Open Gerrit port for the security group Change-Id: Ide3c1b22ac7ca31926444c4fcd8c553be2c4a458 --- murano-apps/Gerrit/Classes/Gerrit.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/murano-apps/Gerrit/Classes/Gerrit.yaml b/murano-apps/Gerrit/Classes/Gerrit.yaml index 7c04531..da417c6 100644 --- a/murano-apps/Gerrit/Classes/Gerrit.yaml +++ b/murano-apps/Gerrit/Classes/Gerrit.yaml @@ -32,14 +32,19 @@ Methods: FromPort: 80 IpProtocol: tcp External: true - - ToPort: 8081 - FromPort: 8081 - IpProtocol: tcp - External: true - ToPort: 443 FromPort: 443 IpProtocol: tcp External: true + - ToPort: 8081 + FromPort: 8081 + IpProtocol: tcp + External: true + - ToPort: 29418 + FromPort: 29418 + IpProtocol: tcp + External: true + - $._environment.securityGroupManager.addGroupIngress($securityGroupIngress) - $._environment.reporter.report($this, 'Creating VM for Gerrit {0}'.format($.instance.openstackId)) - $.instance.deploy()