| montesmoreno | 2a1fc4e | 2017-01-09 16:46:04 +0000 | [diff] [blame] | 1 | ## |
| tierno | 9202102 | 2018-09-12 16:29:23 +0200 | [diff] [blame] | 2 | # Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U. |
| montesmoreno | 2a1fc4e | 2017-01-09 16:46:04 +0000 | [diff] [blame] | 3 | # This file is part of openmano |
| 4 | # All Rights Reserved. |
| 5 | # |
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 7 | # not use this file except in compliance with the License. You may obtain |
| 8 | # a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 14 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 15 | # License for the specific language governing permissions and limitations |
| 16 | # under the License. |
| 17 | # |
| 18 | # For those usages not covered by the Apache License, Version 2.0 please |
| 19 | # contact with: nfvlabs@tid.es |
| 20 | ## |
| 21 | --- |
| 22 | schema_version: 2 |
| 23 | scenario: |
| 24 | name: vnf_floating_ip |
| 25 | description: vnf_floating_ip |
| 26 | public: false # if available for other tenants |
| 27 | vnfs: |
| 28 | vnf_floating_ip: # vnf name in the scenario |
| 29 | #identify an already openmano uploaded VNF either by vnf_id (uuid, prefered) or vnf_name |
| 30 | #vnf_id: 0c0dcc20-c5d5-11e6-a9fb-fa163e2ae06e #prefered id method |
| 31 | vnf_name: vnf_floating_ip #can fail if several vnfs matches this name |
| 32 | #graph: {"y":399,"x":332,"ifaces":{"left":[["xe0","d"],["xe1","d"]],"bottom":[["eth0","v"],["eth1","m"]]}} |
| 33 | networks: |
| 34 | internal: |
| 35 | # Connections based on external networks (datacenter nets) must include the external network in the list of nodes |
| 36 | type: bridge |
| 37 | external: true #this will be connected outside |
| 38 | interfaces: |
| 39 | - vnf_floating_ip: mgmt0 |
| 40 | |