[jboss-jira] [JBoss JIRA] (SWSQE-948) install-ocp4 jenkins job is failing because of full provider_net_shared_2 network

Filip Brychta (Jira) issues at jboss.org
Tue Sep 10 09:02:00 EDT 2019


     [ https://issues.jboss.org/browse/SWSQE-948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filip Brychta resolved SWSQE-948.
---------------------------------
    Resolution: Done


Both shared networks are full, we can use following to see free IPs in networks:
    openstack network list -c ID -c Name -f value | awk '{print $1}' | xargs -n1 openstack ip availability show -f shell | awk -F ',' '/ip_version='\''4'\''|^id=/{ if ($0 ~ /^id=/) {split($0,uuid,"="); gsub(/"/,"",uuid[2]); printf uuid[2]" "} else { split($5,total,"="); split($6,used,"="); gsub(/'\''/,"",total[2]); gsub(/'\''/,"",used[2]); free=total[2]-used[2]; print free} }'

I used provider_net_cci_7 for now which has enough of free IPs

> install-ocp4 jenkins job is failing because of full provider_net_shared_2 network
> ---------------------------------------------------------------------------------
>
>                 Key: SWSQE-948
>                 URL: https://issues.jboss.org/browse/SWSQE-948
>             Project: Kiali QE
>          Issue Type: QE Task
>            Reporter: Filip Brychta
>            Assignee: Filip Brychta
>            Priority: Critical
>              Labels: infrastructure
>




--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the jboss-jira mailing list