X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=examples%2Fvnfs%2Fsimple_charmed_vnfd%2Fsimple_charmed_vnfd.yaml;fp=examples%2Fvnfs%2Fsimple_charmed_vnfd%2Fsimple_charmed_vnfd.yaml;h=14b8e39c08075a0269ed2e3dbb280588020bf8f2;hb=962219995947a8b9c14b4fed0813ca91c9ad0af7;hp=0000000000000000000000000000000000000000;hpb=f8f135c271341479200232641823520a541f33b0;p=osm%2Fvim-emu.git diff --git a/examples/vnfs/simple_charmed_vnfd/simple_charmed_vnfd.yaml b/examples/vnfs/simple_charmed_vnfd/simple_charmed_vnfd.yaml new file mode 100644 index 0000000..14b8e39 --- /dev/null +++ b/examples/vnfs/simple_charmed_vnfd/simple_charmed_vnfd.yaml @@ -0,0 +1,61 @@ +# Copyright (c) 2019 Erik Schilling +# 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. + +vnfd:vnfd-catalog: + vnfd: + - id: charmed-vnf + short-name: charmed-vnf + name: charmed-vnf + vdu: + - id: charmed-vnf-vdu + vm-flavor: + vcpu-count: 1 + memory-mb: 256 + storage-gb: 6 + image: sshcontainer + interface: + - name: eth0 + type: EXTERNAL + position: 0 + external-connection-point-ref: eth0 + mgmt-interface: + vdu-id: charmed-vnf-vdu + connection-point: + - name: eth0 + type: VPORT + vnf-configuration: + juju: + charm: simple + initial-config-primitive: + - seq: '1' + name: config + parameter: + - name: ssh-hostname + value: + - name: ssh-username + value: root + - name: ssh-password + value: test + - seq: '2' + name: touch + parameter: + - name: filename + value: /test + config-primitive: + - name: touch + parameter: + - name: filename + data-type: STRING + default-value: '/testmanual'