You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IBM cloud security group cant have more than 50 rules and unfortunately is_security_group module in IBM Ansible collection is not idempotent. So if we run the jenkins job multiple times on the same cluster, we end up hitting more than 50 rules issues. We should first try to delete the rules and then add them back in each run. That way we never go > 50.
The text was updated successfully, but these errors were encountered:
#26
skip if SG exists and has right number of rules
Working around more problems w/ the ibmcloud ansible collection
get rules from vpc.security_group var
IBM cloud security group cant have more than 50 rules and unfortunately is_security_group module in IBM Ansible collection is not idempotent. So if we run the jenkins job multiple times on the same cluster, we end up hitting more than 50 rules issues. We should first try to delete the rules and then add them back in each run. That way we never go > 50.
The text was updated successfully, but these errors were encountered: