From b2fa0753985fdee61d37c229c7f4aaccf7b8bdf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 13 Mar 2015 10:19:32 +0000 Subject: [PATCH] security groups have to have unique name accross all tenant this is limitation of ansible module https://github.com/openstack-ansible/openstack-ansible-modules/issues/37 --- playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index a756c75ab..44ffcd025 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -778,7 +778,7 @@ login_tenant_name: "admin" auth_url: "https://{{controller_hostname}}:35357/v2.0" state: "present" - name: 'ssh-internal' + name: 'ssh-internal-{{item}}' description: "allow ssh from {{item.name}}-network" tenant_name: "{{ item.name }}" rules: @@ -807,7 +807,7 @@ login_tenant_name: "admin" auth_url: "https://{{controller_hostname}}:35357/v2.0" state: "present" - name: 'web-80-anywhere' + name: 'web-80-anywhere-{{item}}' description: "allow web-80 from anywhere" tenant_name: "{{item}}" rules: @@ -835,7 +835,7 @@ login_tenant_name: "admin" auth_url: "https://{{controller_hostname}}:35357/v2.0" state: "present" - name: 'web-443-anywhere' + name: 'web-443-anywhere-{{item}}' description: "allow web-443 from anywhere" tenant_name: "{{item}}" rules: @@ -863,7 +863,7 @@ login_tenant_name: "admin" auth_url: "https://{{controller_hostname}}:35357/v2.0" state: "present" - name: 'wide-open' + name: 'wide-open-{{item}}' description: "allow anything from anywhere" tenant_name: "{{item}}" rules: