summaryrefslogtreecommitdiffstats
path: root/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml')
-rw-r--r--tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
index edd2042..96b923d 100644
--- a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
+++ b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
@@ -9,10 +9,11 @@ topology_template:
node_templates:
VDU1:
type: tosca.nodes.nfv.VDU.Tacker
- artifacts:
- VNFImage:
- type: tosca.artifacts.Deployment.Image.VM
- file: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img
+# commented out as this option seems to cause instance creation to timeout. These options will be covered in separate tests.
+# artifacts:
+# VNFImage:
+# type: tosca.artifacts.Deployment.Image.VM
+# file: http://cloud-images.ubuntu.com/releases/xenial/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img
capabilities:
nfv_compute:
properties:
@@ -20,8 +21,7 @@ topology_template:
mem_size: 1024 MB
disk_size: 4 GB
properties:
-# commented out to test the VNFImage attribute above. These options will be covered in separate tests.
-# image: models-xenial-server
+ image: models-xenial-server
availability_zone: nova
mgmt_driver: noop
config_drive: true