Merge "Set default secgroup rules for east"

This commit is contained in:
Jenkins 2016-02-25 21:05:27 +00:00 committed by Gerrit Code Review
commit a2e4c3a6c8

View File

@ -12,3 +12,17 @@
user: root
roles:
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackjenkins-infracloud-west' }
- hosts: localhost
connection: local
gather_facts: false
user: root
roles:
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackci-infracloud-east' }
- hosts: localhost
connection: local
gather_facts: false
user: root
roles:
- { role: allow_all_traffic_default_secgroup, os_client_config_cloud: 'openstackjenkins-infracloud-east' }