This file contains 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
## Pull kube-ansible | |
[tohayash@tohayash-lab work]$ git clone https://github.com/redhat-nfvpe/kube-ansible.git | |
Cloning into 'kube-ansible'... | |
remote: Enumerating objects: 32, done. | |
remote: Counting objects: 100% (32/32), done. | |
remote: Compressing objects: 100% (23/23), done. | |
remote: Total 3019 (delta 8), reused 21 (delta 7), pack-reused 2987 | |
Receiving objects: 100% (3019/3019), 529.58 KiB | 658.00 KiB/s, done. | |
Resolving deltas: 100% (1382/1382), done. | |
[tohayash@tohayash-lab work]$ cd kube-ansible |
This file contains 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: |