Skip to content

Commit e9f0e0e

Browse files
committed
Fix small issues
1 parent 21929c4 commit e9f0e0e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/scripts/download_vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ctx logger info "Download base image ${DISK}"
22

3-
LANG=C wget -cv wget "https://cloud-images.ubuntu.com/trusty/20170919/${DISK}"
3+
LANG=C wget -cv "https://cloud-images.ubuntu.com/trusty/20170919/${DISK}"
44

55
ctx instance runtime-properties vm_image "`pwd`/${DISK}"

examples/vm_agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ node_templates:
4545
executor: central_deployment_agent
4646
inputs:
4747
DISK: trusty-server-cloudimg-amd64-disk1.img
48+
4849
disk_clone:
4950
type: cloudify.nodes.ApplicationServer
5051
capabilities:
@@ -80,7 +81,6 @@ node_templates:
8081
networks:
8182
- network: { get_attribute: [common_network, resource_id] }
8283
dev: vnet0
83-
type: rtl8139
8484
relationships:
8585
- target: common_network
8686
type: cloudify.libvirt.relationships.connected_to

examples/vm_fabric.amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ node_templates:
4646
executor: central_deployment_agent
4747
inputs:
4848
DISK: trusty-server-cloudimg-amd64-disk1.img
49+
4950
disk_clone:
5051
type: cloudify.nodes.ApplicationServer
5152
interfaces:
@@ -76,7 +77,6 @@ node_templates:
7677
networks:
7778
- network: { get_attribute: [common_network, resource_id] }
7879
dev: vnet0
79-
type: rtl8139
8080
relationships:
8181
- target: common_network
8282
type: cloudify.libvirt.relationships.connected_to

examples/vm_fabric.arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ node_templates:
3535
executor: central_deployment_agent
3636
inputs:
3737
DISK: trusty-server-cloudimg-arm64-uefi1.img
38+
3839
disk_clone:
3940
type: cloudify.nodes.ApplicationServer
4041
interfaces:
@@ -81,7 +82,6 @@ node_templates:
8182
networks:
8283
- network: { get_attribute: [common_network, resource_id] }
8384
dev: macvtap0
84-
type: direct
8585
mac: 52:54:00:c0:67:81
8686
configure:
8787
inputs:

0 commit comments

Comments
 (0)