Support FM integration and harden adapter initialization
Summary
- Extend SRM role in FM integration flow so FM can rely on SRM as runtime entry point.
- Improve runtime robustness by making network adapter initialization non-fatal for otherwise valid deployments.
- Keep SRM behavior compatible with working dual-OP VM setup used for FM/OEG validation.
Included Changes
- support FM-facing integration path used by federation workflows
- keep SRM startup and request handling alive when network adapter configuration is incomplete or not required for tested flow
- preserve working kubernetes-backed deployment behavior used in current VM validation setup
Why
This makes SRM better suited as integration boundary between FM and runtime services while avoiding unnecessary failures in deployments that do not depend on full network adapter initialization.