Skip to content

Instantly share code, notes, and snippets.

View atyronesmith's full-sized avatar
🏠
Working from home

Aaron Smith atyronesmith

🏠
Working from home
  • Red Hat
View GitHub Profile
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:
@atyronesmith
atyronesmith / nsd.yaml
Last active June 18, 2016 16:25 — forked from Ladas/cloud_router_vnfd.yaml
Working NSD and VNFD
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:
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
@atyronesmith
atyronesmith / cr-nsd.yaml
Last active June 2, 2016 07:59
NSD and related translated VNFDs for demo, the cf-vnfd-xlate-N.yaml files are what the translated files should look like. The cr-vnfd.yaml file is the base untranslated file.
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:
@atyronesmith
atyronesmith / cr-vnfd-xlate.hot.yaml
Last active June 1, 2016 20:47
Sample VNFD with notes on translating to tacker
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: