From 28962c857e7c11b23f03c5e6bf738dc182bf21f5 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Tue, 27 Nov 2018 18:31:12 +0000 Subject: [PATCH] fix a bunch of copypasta Signed-off-by: Rick Elrod --- playbooks/groups/overcloud-config.yml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/playbooks/groups/overcloud-config.yml b/playbooks/groups/overcloud-config.yml index 5d1c22dd7c..f1698e25dd 100644 --- a/playbooks/groups/overcloud-config.yml +++ b/playbooks/groups/overcloud-config.yml @@ -286,9 +286,9 @@ - { name: maintainertest, prefix: '172.25.180.1/20' } - { name: aos-ci-cd, prefix: '172.25.200.1/20' } - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (ssh-internal) os_security_group_rule: - security_group: 'ssh-from-persistent-{{item.name}}' + security_group: 'ssh-internal-{{item.name}}' cloud: "{{ os_cloud }}" direction: "ingress" port_range_min: "22" @@ -317,9 +317,9 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (web-80-anywhere) os_security_group_rule: - security_group: 'ssh-from-persistent-{{item}}' + security_group: 'web-80-anywhere-{{item}}' cloud: "{{ os_cloud }}" direction: "ingress" port_range_min: "80" @@ -339,7 +339,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (web-443-anywhere) os_security_group_rule: security_group: 'web-443-anywhere-{{item}}' cloud: "{{ os_cloud }}" @@ -361,7 +361,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (oci-registry-5000-anywhere) os_security_group_rule: security_group: 'oci-registry-5000-anywhere-{{item}}' cloud: "{{ os_cloud }}" @@ -383,7 +383,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (wide-open/tcp) os_security_group_rule: security_group: 'wide-open-{{item}}' cloud: "{{ os_cloud }}" @@ -396,7 +396,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (wide-open/udp) os_security_group_rule: security_group: 'wide-open-{{item}}' cloud: "{{ os_cloud }}" @@ -418,7 +418,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (all-icmp) os_security_group_rule: security_group: 'all-icmp-{{item}}' cloud: "{{ os_cloud }}" @@ -440,7 +440,7 @@ - copr - coprdev - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (keygen-persistent/5167) os_security_group_rule: security_group: 'keygen-persistent-{{item}}' cloud: "{{ os_cloud }}" @@ -455,7 +455,7 @@ - copr - coprdev - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (keygen-persistent/80) os_security_group_rule: security_group: 'keygen-persistent-{{item}}' cloud: "{{ os_cloud }}" @@ -479,7 +479,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (pg-5432-anywhere) os_security_group_rule: security_group: 'pg-5432-anywhere-{{item}}' cloud: "{{ os_cloud }}" @@ -501,7 +501,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (fedmsg-relay-persistent) + - name: add rule to new security group (fedmsg-relay-persistent/2003) os_security_group_rule: security_group: 'fedmsg-relay-persistent-{{item}}' cloud: "{{ os_cloud }}" @@ -514,7 +514,7 @@ project: "{{item}}" with_items: "{{all_projects}}" - - name: add rule to new security group (ssh-from-persistent) + - name: add rule to new security group (fedmsg-relay-persistent/4001) os_security_group_rule: security_group: 'fedmsg-relay-persistent-{{item}}' cloud: "{{ os_cloud }}"