Skip to content

Commit

Permalink
Revert "Add port 5000 security group rule for modularity"
Browse files Browse the repository at this point in the history
This reverts commit 94f7206.
  • Loading branch information
nirik committed Jul 26, 2016
1 parent 94f7206 commit 94e28c4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,24 +1184,6 @@
protocol: "tcp"
remote_ip_prefix: "172.25.32.1/20"

- name: "Create '5000-anywhere-persistent' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"
login_tenant_name: "admin"
auth_url: "https://{{controller_publicname}}:35357/v2.0"
state: "present"
name: '5000-anywhere-persistent'
description: "port 5000 access"
tenant_name: "persistent"
rules:
- direction: "ingress"
port_range_min: "5000"
port_range_max: "5000"
ethertype: "IPv4"
protocol: "tcp"
remote_ip_prefix: "0.0.0.0/0"

- name: "Create 'pg-5432-anywhere' security group"
neutron_sec_group:
login_username: "admin"
Expand Down

0 comments on commit 94e28c4

Please sign in to comment.