This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 | |
| description: OPNFV demo NSD | |
| metadata: | |
| ID: OPNFV demo # ID of this Network Service Descriptor | |
| vendor: Red Hat Inc. # Provider or vendor of the Network Service | |
| version: 1 # Version of the Network Service Descriptor | |
| topology_template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 | |
| description: OPNFV demo NSD | |
| metadata: | |
| ID: OPNFV demo # ID of this Network Service Descriptor | |
| vendor: Red Hat Inc. # Provider or vendor of the Network Service | |
| version: 1 # Version of the Network Service Descriptor | |
| topology_template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| heat_template_version: 2013-05-23 | |
| description: > | |
| HOT template to create a new neutron network plus a router to the public | |
| network, and for deploying two servers into the new network. The template also | |
| assigns floating IP addresses to each server so they are routable from the | |
| public network. | |
| parameters: | |
| ext_net_name: | |
| type: string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 | |
| description: OPNFV demo NSD | |
| metadata: | |
| ID: OPNFV demo # ID of this Network Service Descriptor | |
| vendor: Red Hat Inc. # Provider or vendor of the Network Service | |
| version: 1 # Version of the Network Service Descriptor | |
| topology_template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| escription: 'OPNFV-Demo-flavor | |
| ' | |
| heat_template_version: '2013-05-23' | |
| outputs: {} | |
| parameters: | |
| image: {default: cirros, type: string} | |
| service_type: {default: router, type: string} | |
| resources: | |
| CP1: |
NewerOlder