X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=descriptor-packages%2Fvnfd%2Fpong_vnf%2Fsrc%2Fpong_vnfd.yaml;fp=descriptor-packages%2Fvnfd%2Fpong_vnf%2Fsrc%2Fpong_vnfd.yaml;h=0000000000000000000000000000000000000000;hb=e5245336823411b71968e72c32b3bf33cc07638f;hp=f824f203a3d0e79c13709440871e1096bd11a7e7;hpb=84fe31f632166d2fbf566968bd25aa9545e96fdc;p=osm%2Fdevops.git diff --git a/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml b/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml deleted file mode 100644 index f824f203..00000000 --- a/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml +++ /dev/null @@ -1,115 +0,0 @@ -# -# Copyright 2016 RIFT.io Inc -# -# 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-catalog: - vnfd: - - id: rift_pong_vnf - name: pong_vnf - short-name: pong_vnf - logo: rift_logo.png - vendor: RIFT.io - version: '1.1' - description: This is an example RIFT.ware VNF - connection-point: - - name: pong_vnfd/cp0 - - - name: pong_vnfd/cp1 - - http-endpoint: - - path: api/v1/pong/stats - port: '18889' - mgmt-interface: - dashboard-params: - path: api/v1/pong/stats - port: '18889' - port: '18889' - cp: pong_vnfd/cp0 - placement-groups: - - member-vdus: - - member-vdu-ref: iovdu_0 - name: Weywot - requirement: Place this VM on the Kuiper belt object Weywot - strategy: COLOCATION - vdu: - - cloud-init-file: pong_cloud_init.cfg - count: '1' - interface: - - name: eth0 - position: 0 - type: EXTERNAL - virtual-interface: - type: PARAVIRT - external-connection-point-ref: pong_vnfd/cp0 - - name: eth1 - position: 1 - type: EXTERNAL - virtual-interface: - type: PARAVIRT - external-connection-point-ref: pong_vnfd/cp1 - id: iovdu_0 - image: Fedora-x86_64-20-20131211.1-sda-pong.qcow2 - name: iovdu_0 - vm-flavor: - memory-mb: '512' - storage-gb: '4' - vcpu-count: '1' - vnf-configuration: - config-primitive: - - name: start - - name: stop - - name: restart - - name: config - parameter: - - data-type: STRING - default-value: - name: ssh-hostname - - data-type: STRING - default-value: fedora - name: ssh-username - - data-type: STRING - default-value: fedora - name: ssh-password - - data-type: STRING - name: ssh-private-key - - data-type: STRING - default-value: pong - name: mode - read-only: 'true' - - name: set-server - parameter: - - data-type: STRING - name: server-ip - - data-type: INTEGER - name: server-port - - name: start-traffic - - name: stop-traffic - initial-config-primitive: - - name: config - parameter: - - name: ssh-hostname - value: - - name: ssh-username - value: fedora - - name: ssh-password - value: fedora - - name: mode - value: pong - seq: '1' - - name: start - seq: '2' - juju: - charm: pingpong