blob: b65b20f5b238ba866a59c45cbbb3fcf5d8aa3868 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
asdc.nodes.module.MMSC:
derived_from: asdc.nodes.Module
requirements:
- oam_connection:
capability: asdc.capabilities.NetworkInterface
node: asdc.nodes.network.OAM
- cinder_connection:
capability: asdc.capabilities.NetworkInterface
node: asdc.nodes.network.Cinder
- traffic_connection:
capability: asdc.capabilities.NetworkInterface
node: asdc.nodes.network.Traffic
|