Update cirros image to 0.3.5 disk image in sample files
The patch updates the version of cirros image to the latest 0.3.5 disk image in all the sample files. Change-Id: I400c7ac9d9fd9d295c6996b2935d0a1e0095fa77 Closes-Bug: #1671982
This commit is contained in:
parent
e1bc853b72
commit
bfda511b05
@ -2,7 +2,7 @@
|
|||||||
"body":{
|
"body":{
|
||||||
"vnfd":{
|
"vnfd":{
|
||||||
"attributes":{
|
"attributes":{
|
||||||
"vnfd":"tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n\ndescription: Demo example\n\nmetadata:\n template_name: sample-tosca-vnfd\n\ntopology_template:\n node_templates:\n VDU1:\n type: tosca.nodes.nfv.VDU.Tacker\n properties:\n image: cirros-0.3.4-x86_64-uec\n flavor: m1.tiny\n availability_zone: nova\n mgmt_driver: noop\n config: |\n param0: key1\n param1: key2\n\n CP1:\n type: tosca.nodes.nfv.CP.Tacker\n properties:\n management: true\n anti_spoofing_protection: false\n requirements:\n - virtualLink:\n node: VL1\n - virtualBinding:\n node: VDU1\n\n CP2:\n type: tosca.nodes.nfv.CP.Tacker\n properties:\n anti_spoofing_protection: false\n requirements:\n - virtualLink:\n node: VL2\n - virtualBinding:\n node: VDU1\n\n CP3:\n type: tosca.nodes.nfv.CP.Tacker\n properties:\n anti_spoofing_protection: false\n requirements:\n - virtualLink:\n node: VL3\n - virtualBinding:\n node: VDU1\n\n VL1:\n type: tosca.nodes.nfv.VL\n properties:\n network_name: net_mgmt\n vendor: Tacker\n\n VL2:\n type: tosca.nodes.nfv.VL\n properties:\n network_name: net0\n vendor: Tacker\n\n VL3:\n type: tosca.nodes.nfv.VL\n properties:\n network_name: net1\n vendor: Tacker\n"
|
"vnfd":"tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n\ndescription: Demo example\n\nmetadata:\n template_name: sample-tosca-vnfd\n\ntopology_template:\n node_templates:\n VDU1:\n type: tosca.nodes.nfv.VDU.Tacker\n properties:\n image: cirros-0.3.5-x86_64-disk\n flavor: m1.tiny\n availability_zone: nova\n mgmt_driver: noop\n config: |\n param0: key1\n param1: key2\n\n CP1:\n type: tosca.nodes.nfv.CP.Tacker\n properties:\n management: true\n anti_spoofing_protection: false\n requirements:\n - virtualLink:\n node: VL1\n - virtualBinding:\n node: VDU1\n\n CP2:\n type: tosca.nodes.nfv.CP.Tacker\n properties:\n anti_spoofing_protection: false\n requirements:\n - virtualLink:\n node: VL2\n - virtualBinding:\n node: VDU1\n\n CP3:\n type: tosca.nodes.nfv.CP.Tacker\n properties:\n anti_spoofing_protection: false\n requirements:\n - virtualLink:\n node: VL3\n - virtualBinding:\n node: VDU1\n\n VL1:\n type: tosca.nodes.nfv.VL\n properties:\n network_name: net_mgmt\n vendor: Tacker\n\n VL2:\n type: tosca.nodes.nfv.VL\n properties:\n network_name: net0\n vendor: Tacker\n\n VL3:\n type: tosca.nodes.nfv.VL\n properties:\n network_name: net1\n vendor: Tacker\n"
|
||||||
},
|
},
|
||||||
"name":"tacker-create-vnfd"
|
"name":"tacker-create-vnfd"
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
VDU1:
|
VDU1:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
flavor: m1.tiny
|
flavor: m1.tiny
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
@ -38,7 +38,7 @@ topology_template:
|
|||||||
VDU2:
|
VDU2:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
flavor: m1.medium
|
flavor: m1.medium
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
|
@ -15,7 +15,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
metadata: {metering.vnf: VDU1}
|
metadata: {metering.vnf: VDU1}
|
||||||
|
@ -15,7 +15,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
metadata: {metering.vnf: SG1}
|
metadata: {metering.vnf: SG1}
|
||||||
@ -39,7 +39,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
metadata: {metering.vnf: SG1}
|
metadata: {metering.vnf: SG1}
|
||||||
|
@ -18,7 +18,7 @@ topology_template:
|
|||||||
cpu_allocation:
|
cpu_allocation:
|
||||||
cpu_affinity: dedicated
|
cpu_affinity: dedicated
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
|
|
||||||
CP1:
|
CP1:
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
type: tosca.nodes.nfv.CP.Tacker
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
config: |
|
config: |
|
||||||
|
@ -17,7 +17,7 @@ topology_template:
|
|||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
mem_page_size: large
|
mem_page_size: large
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
|
|
||||||
CP1:
|
CP1:
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
type: tosca.nodes.nfv.CP.Tacker
|
||||||
|
@ -24,7 +24,7 @@ topology_template:
|
|||||||
artifacts:
|
artifacts:
|
||||||
VNFImage:
|
VNFImage:
|
||||||
type: tosca.artifacts.Deployment.Image.VM
|
type: tosca.artifacts.Deployment.Image.VM
|
||||||
file: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz
|
file: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.tar.gz
|
||||||
|
|
||||||
CP1:
|
CP1:
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
type: tosca.nodes.nfv.CP.Tacker
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
key_name: userKey
|
key_name: userKey
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
key_name: userKey
|
key_name: userKey
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
config: |
|
config: |
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
config: |
|
config: |
|
||||||
@ -60,7 +60,7 @@ topology_template:
|
|||||||
VDU2:
|
VDU2:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
flavor: m1.medium
|
flavor: m1.medium
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
@ -104,7 +104,7 @@ topology_template:
|
|||||||
VDU3:
|
VDU3:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
flavor: m1.tiny
|
flavor: m1.tiny
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
|
@ -10,7 +10,7 @@ topology_template:
|
|||||||
VDU1:
|
VDU1:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
flavor: m1.tiny
|
flavor: m1.tiny
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
|
@ -10,7 +10,7 @@ topology_template:
|
|||||||
VDU1:
|
VDU1:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
flavor: m1.tiny
|
flavor: m1.tiny
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
|
@ -17,7 +17,7 @@ topology_template:
|
|||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
numa_node_count: 2
|
numa_node_count: 2
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
|
|
||||||
CP1:
|
CP1:
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
type: tosca.nodes.nfv.CP.Tacker
|
||||||
|
@ -25,7 +25,7 @@ topology_template:
|
|||||||
vcpus: [2,3,4,5]
|
vcpus: [2,3,4,5]
|
||||||
mem_size: 3072
|
mem_size: 3072
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
image_name: 'cirros-0.3.4-x86_64-uec',
|
image_name: 'cirros-0.3.5-x86_64-disk',
|
||||||
flavor: 'm1.tiny',
|
flavor: 'm1.tiny',
|
||||||
zone: 'nova',
|
zone: 'nova',
|
||||||
network: 'net_mgmt',
|
network: 'net_mgmt',
|
||||||
|
@ -10,7 +10,7 @@ topology_template:
|
|||||||
VDU1:
|
VDU1:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
flavor: m1.tiny
|
flavor: m1.tiny
|
||||||
@ -30,7 +30,7 @@ topology_template:
|
|||||||
VDU2:
|
VDU2:
|
||||||
type: tosca.nodes.nfv.VDU.Tacker
|
type: tosca.nodes.nfv.VDU.Tacker
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
flavor: m1.tiny
|
flavor: m1.tiny
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
key_name: userKey
|
key_name: userKey
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
config: |
|
config: |
|
||||||
param0: key1
|
param0: key1
|
||||||
param1: key2
|
param1: key2
|
||||||
|
@ -20,7 +20,7 @@ topology_template:
|
|||||||
thread_count: 2
|
thread_count: 2
|
||||||
core_count: 2
|
core_count: 2
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
|
|
||||||
CP1:
|
CP1:
|
||||||
type: tosca.nodes.nfv.CP.Tacker
|
type: tosca.nodes.nfv.CP.Tacker
|
||||||
|
@ -26,7 +26,7 @@ topology_template:
|
|||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
name: {get_input : vdu-name}
|
name: {get_input : vdu-name}
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
config: |
|
config: |
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
config: |
|
config: |
|
||||||
|
@ -16,7 +16,7 @@ topology_template:
|
|||||||
mem_size: 512 MB
|
mem_size: 512 MB
|
||||||
disk_size: 1 GB
|
disk_size: 1 GB
|
||||||
properties:
|
properties:
|
||||||
image: cirros-0.3.4-x86_64-uec
|
image: cirros-0.3.5-x86_64-disk
|
||||||
availability_zone: nova
|
availability_zone: nova
|
||||||
mgmt_driver: noop
|
mgmt_driver: noop
|
||||||
config: |
|
config: |
|
||||||
|
Loading…
Reference in New Issue
Block a user