Skip to content

Instantly share code, notes, and snippets.

@jasonnerothin
Created May 29, 2015 16:55
Show Gist options
  • Save jasonnerothin/2a560c74b49b9beeab9e to your computer and use it in GitHub Desktop.
Save jasonnerothin/2a560c74b49b9beeab9e to your computer and use it in GitHub Desktop.
mongod_security_group:
type: cloudify.openstack.nodes.SecurityGroup
properties:
security_group:
name: mongod_security_group
description: A security group for Mongo
rules:
- remote_ip_prefix: 0.0.0.0/0
port: { get_property: [ mongod, port ] }
- remote_ip_prefix: 0.0.0.0/0
port: 28017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment