Don't set security groups in openstackci-packethost

This account is an admin account and sees every project's default
security group. This leads to:

  FAILED! => {"changed": false, "msg": "Multiple matches found for default"}

When attempting to set the properties of the default security group for
this account. There doesn't appear to be a good way to filter the other
default security groups out currently so avoid setting them for now.

Change-Id: I9a8cc7d59c0295caa71bf107b9b78745a4617981
This commit is contained in:
Clark Boylan 2018-09-06 14:37:01 -07:00
parent 4e0784a1bd
commit ca8e738e3e

View File

@ -377,7 +377,13 @@ clouds:
region_name: us-west-1 region_name: us-west-1
profiles: profiles:
- openstackci-keypairs - openstackci-keypairs
- openstackci-security # Disabled because this account is an admin account and sees
# the default security group for every project in the cloud.
# Results in:
# FAILED! => {"changed": false, "msg": "Multiple matches found for default"}
# Reenable if os_security_group grows a project filter or some other
# method of deduplication.
#- openstackci-security
- name: openstackzuul-packethost - name: openstackzuul-packethost
oscc_cloud: openstackzuul-packethost oscc_cloud: openstackzuul-packethost
region_name: us-west-1 region_name: us-west-1