Hello SO team, With Casablanca release, there is no way to synchronize OpenStack resources into AAI post create VF module building block automatically.
Today’s heatbridge is hardcoded to be disabled https://github.com/onap/so/blob/f2afd9880e409317626f393ab6d0a414a80653de/adapters/mso-openstack-adapters/src/test/java/org/onap/so/adapters/vnf/VolumeGroupAdapterCommon.java My understanding is that there is a python script that is triggered by robot and I believe we need a more robust way of achieving this through SO request. I would like to propose that we implement something more robust for Dublin release. Please let me know about the next steps on this. The flag to enable heatbridge can come from SO request and the default can be false. As for implementation, I believe we should not trigger the python script from java through Runtime execute as there are some security vulnerabilities and we need to mitigate OS injection attack. https://github.com/onap/so/blob/6bfb4b9a77b8ed2ebf94c9e8c1ad683b211e680d/adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/vnf/MsoVnfAdapterImpl.java As an alternative, this can be implemented in java and stitched within one of the appropriate building blocks. Thanks Munir -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13895): https://lists.onap.org/g/onap-discuss/message/13895 Mute This Topic: https://lists.onap.org/mt/28269904/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
