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: |
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
| 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: Simple demo NSD | |
| metadata: | |
| ID: Simple 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: Simple chain demo NSD | |
| metadata: | |
| ID: Simple chain 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: Transcoding Centos-7 test NSD | |
| metadata: | |
| ID: Simple Centos-7 test 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: Multicat Application VNFD | |
| metadata: | |
| template_name: transcoding | |
| ID: multicat | |
| vendor: Red Hat Inc | |
| version: 1 | |
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
| for node in $(ironic node-list | grep -v UUID| awk '{print $2}'); do swift -U service:ironic -K $IRONIC_DISCOVERD_PASSWORD download ironic-inspector inspector_data-$node; done | |
| for node in $(ironic node-list | grep -v UUID| awk '{print $2}'); do echo "NODE: $node" ; cat inspector_data-$node | jq '.inventory.disks' ; echo "-----" ; done | |
| ironic node-update 2d618109-2a9b-4ff5-98c8-75c344cccf08 add properties/root_device='{"serial": "5000c5008e28c5b3"}' | |
| OS::TripleO::NodeUserData: /home/stack/templates/firstboot/wipe-disks.yaml |
OlderNewer