You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Harry Metske <ha...@gmail.com> on 2015/08/29 13:58:32 UTC

new GCE networks created despite predefine networkName

Hi,

I have specified a network in GCE (named brooklyn-default-network) and
added a firewall rule for "tcp:1-65535; udp:1-65535; icmp" and all IPs.
I put the following line in brooklyn.properties (as suggested by the
comments):

brooklyn.location.jclouds.google-compute-engine.networkName=brooklyn-default-network

Recycled the brooklyn daemon and redeployed my app.
However, brooklyn keeps creating new networks (hitting my network quota now
right away).

Am I doing something wrong, or can this be worked around or fixed somehow ?

kind regards,
Harry