File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ctx 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
55ctx instance runtime-properties vm_image " ` pwd` /${DISK} "
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments