[Build 14]:Ubuntu:SG: default ingress rule for default SG not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juniper Openstack |
Fix Released
|
Critical
|
Sachin Bansal |
Bug Description
in my current setup, default ingress rule in default SG is not working.
its allowing traffic from VMs outside the default SG too.
As per Naveen and Praveen, its happening because somehow default SG index is currently 0, which is invalid.
acl entry in api server:
"access_
"dynamic": null,
"acl_rule": [
{
},
},
},
}
},
}
for acl entry in agent see the attachment.
setup info:
env.roledefs = {
'all': [host1,
'cfgm': [host1,
'
'control': [host2,host1],
'compute': [host3,host4],
'collector': [host2,host1],
'webui': [host1],
'database': [host1,host2],
'build': [host_build],
}
env.hostnames = {
'all': ['nodeh1', 'nodeg18', 'nodeh8', 'nodec11', 'nodec12']
}
all logs are @nodeb11:
Changed in juniperopenstack: | |
milestone: | none → r1.06-fcs |
status: | New → Incomplete |
status: | Incomplete → New |
tags: | added: blocker |
Changed in juniperopenstack: | |
status: | In Progress → Fix Committed |
information type: | Proprietary → Public |
Changed in juniperopenstack: | |
status: | Fix Committed → Fix Released |
Fixed under /github. com/Juniper/ contrail- controller/ commit/ 40d47a8e8673cb3 905409049123f15 dcaf086f65
https:/