| Ragavi D | 17621f9 | 2019-12-06 10:31:07 +0000 | [diff] [blame] | 1 | # -*- coding: utf-8 -*- |
| 2 | |
| 3 | ## |
| 4 | # Copyright 2019 TATA ELXSI |
| 5 | # |
| 6 | # All Rights Reserved. |
| 7 | # |
| 8 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 9 | # not use this file except in compliance with the License. You may obtain |
| 10 | # a copy of the License at |
| 11 | # |
| 12 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | # |
| 14 | # Unless required by applicable law or agreed to in writing, software |
| 15 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 16 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 17 | # License for the specific language governing permissions and limitations |
| 18 | # under the License. |
| 19 | ## |
| 20 | |
| 21 | ## |
| 22 | # Author: Ragavi D (ragavi.d@tataelxsi.co.in) |
| 23 | |
| 24 | # VNFD Details |
| 25 | vnfdPckgPath = "/descriptor-packages/vnfd/ubuntu-cloudinit_vnf" |
| 26 | vnfdPckg = '/build/ubuntu-cloudinit_vnf.tar.gz' |
| 27 | |
| 28 | # NSD Details |
| 29 | nsdPckgPath = "/descriptor-packages/nsd/ubuntu-cloudinit_ns" |
| 30 | nsdPckg = '/build/ubuntu-cloudinit_ns.tar.gz' |