Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0E2AA200AF1 for ; Wed, 11 May 2016 18:43:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0CEAB160A09; Wed, 11 May 2016 16:43:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 55225160A18 for ; Wed, 11 May 2016 18:43:14 +0200 (CEST) Received: (qmail 71432 invoked by uid 500); 11 May 2016 16:43:13 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 71349 invoked by uid 99); 11 May 2016 16:43:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 16:43:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EA2EC2C1F70 for ; Wed, 11 May 2016 16:43:12 +0000 (UTC) Date: Wed, 11 May 2016 16:43:12 +0000 (UTC) From: "Jose Carrasco (JIRA)" To: dev@brooklyn.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BROOKLYN-263) Explicit ports are not open for BrooklynNode in cloud MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 May 2016 16:43:15 -0000 [ https://issues.apache.org/jira/browse/BROOKLYN-263?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15= 280402#comment-15280402 ]=20 Jose Carrasco commented on BROOKLYN-263: ---------------------------------------- I have added a PR which tries to solve this issue [brooklyn-server#136|https://github.com/apache/brooklyn-server/pull/136] > Explicit ports are not open for BrooklynNode in cloud > ----------------------------------------------------- > > Key: BROOKLYN-263 > URL: https://issues.apache.org/jira/browse/BROOKLYN-263 > Project: Brooklyn > Issue Type: Bug > Affects Versions: 0.9.0, 0.10.0 > Reporter: Jose Carrasco > Priority: Minor > Labels: easyfix > > I tried to deploy a BrooklynNode entity with an explicit web console port= (8082) over a AWS VM machine. Using the following plan: > {code:title=3DBluePrint|borderStyle=3Dsolid} > name: BrooklynNode > location: aws-ec2:us-west-2 > services: > - type: org.apache.brooklyn.entity.brooklynnode.BrooklynNode > id: brooklynNode > brooklyn.config: > onExistingProperties: do_not_use > brooklynnode.webconsole.nosecurity: true > brooklynnode.webconsole.httpPort: 8082=20 > {code} > However I found an error because the entity did not look to be up (SERVIC= E_UP retrieved false). Then, I tried to figure out a bit. The BrooklynNode = instance was installed and executed correctly but the VM=E2=80=99s security= group did not have any rule to enable the 8082 port. -- This message was sent by Atlassian JIRA (v6.3.4#6332)