Set default secgroup rules for east
This is in preparation for the east infra-cloud rollout. Change-Id: Ie083aa5866ba60c177f95b374bee781018946be8
This commit is contained in:
parent
7e1baa120e
commit
c102e59857
@ -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' }
|
||||
|
Loading…
Reference in New Issue
Block a user