Loading .gitmodules +6 −0 Original line number Diff line number Diff line Loading @@ -31,3 +31,9 @@ [submodule "charm-packages/native_charm_vnf/charms/simple/mod/operator"] path = charm-packages/native_charm_vnf/charms/simple/mod/operator url = https://github.com/canonical/operator [submodule "charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator"] path = charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator url = https://github.com/canonical/operator [submodule "charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator"] path = charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator url = https://github.com/canonical/operator charm-packages/vnf_relations_ns/icons/osm.png 0 → 100644 +54.6 KiB Loading image diff... charm-packages/vnf_relations_ns/vnf_relations_nsd.yaml 0 → 100755 +26 −0 Original line number Diff line number Diff line nsd:nsd-catalog: nsd: - id: vnf_relations-ns name: vnf_relations-ns short-name: vnf_relations-ns description: NS with 2 VNFs with cloudinit connected by datanet and mgmtnet VLs version: '1.0' logo: osm.png constituent-vnfd: - vnfd-id-ref: vnf_relations-vnf member-vnf-index: '1' vld: - id: mgmtnet name: mgmtnet short-name: mgmtnet type: ELAN mgmt-network: 'true' vim-network-name: osm-ext vnfd-connection-point-ref: - vnfd-id-ref: vnf_relations-vnf member-vnf-index-ref: '1' vnfd-connection-point-ref: provides-mgmt - vnfd-id-ref: vnf_relations-vnf member-vnf-index-ref: '1' vnfd-connection-point-ref: requires-mgmt charm-packages/vnf_relations_vnf/charms/simple_provides/actions.yaml 0 → 100644 +25 −0 Original line number Diff line number Diff line ## # Copyright 2020 Canonical Ltd. # All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. ## touch: description: "Touch a file on the VNF." params: filename: description: "The name of the file to touch." type: string default: "" required: - filename charm-packages/vnf_relations_vnf/charms/simple_provides/config.yaml 0 → 100644 +17 −0 Original line number Diff line number Diff line ## # Copyright 2020 Canonical Ltd. # All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. ## options: {} No newline at end of file Loading
.gitmodules +6 −0 Original line number Diff line number Diff line Loading @@ -31,3 +31,9 @@ [submodule "charm-packages/native_charm_vnf/charms/simple/mod/operator"] path = charm-packages/native_charm_vnf/charms/simple/mod/operator url = https://github.com/canonical/operator [submodule "charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator"] path = charm-packages/vnf_relations_vnf/charms/simple_requires/mod/operator url = https://github.com/canonical/operator [submodule "charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator"] path = charm-packages/vnf_relations_vnf/charms/simple_provides/mod/operator url = https://github.com/canonical/operator
charm-packages/vnf_relations_ns/vnf_relations_nsd.yaml 0 → 100755 +26 −0 Original line number Diff line number Diff line nsd:nsd-catalog: nsd: - id: vnf_relations-ns name: vnf_relations-ns short-name: vnf_relations-ns description: NS with 2 VNFs with cloudinit connected by datanet and mgmtnet VLs version: '1.0' logo: osm.png constituent-vnfd: - vnfd-id-ref: vnf_relations-vnf member-vnf-index: '1' vld: - id: mgmtnet name: mgmtnet short-name: mgmtnet type: ELAN mgmt-network: 'true' vim-network-name: osm-ext vnfd-connection-point-ref: - vnfd-id-ref: vnf_relations-vnf member-vnf-index-ref: '1' vnfd-connection-point-ref: provides-mgmt - vnfd-id-ref: vnf_relations-vnf member-vnf-index-ref: '1' vnfd-connection-point-ref: requires-mgmt
charm-packages/vnf_relations_vnf/charms/simple_provides/actions.yaml 0 → 100644 +25 −0 Original line number Diff line number Diff line ## # Copyright 2020 Canonical Ltd. # All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. ## touch: description: "Touch a file on the VNF." params: filename: description: "The name of the file to touch." type: string default: "" required: - filename
charm-packages/vnf_relations_vnf/charms/simple_provides/config.yaml 0 → 100644 +17 −0 Original line number Diff line number Diff line ## # Copyright 2020 Canonical Ltd. # All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. ## options: {} No newline at end of file