From 180afdd04499f0a5c6b4c93cd269be526373880d Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Mon, 27 Feb 2017 13:08:33 -0800 Subject: Update vHello_Tacker for Danube JIRA: MODELS-23 Verified on devstack. Use current xenial cloud image link. Tests as part of asserts are not working - refactor. Correct URL for OPNFV logo. Fix if statements as needed. Loop on VNF deletion (response is 0 so can't use that as success indication). Increase VNF creation loop timeout. Use presence of dockerenv as "running in container" indication. Change-Id: I7cdc0719b1d5bac7cfb90efed9a8ce092a63ec86 Signed-off-by: Bryan Sullivan --- tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml (limited to 'tests/blueprints') diff --git a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml old mode 100755 new mode 100644 index bf570cc..edd2042 --- a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml +++ b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml @@ -12,7 +12,7 @@ topology_template: 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 + file: https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img capabilities: nfv_compute: properties: @@ -50,12 +50,13 @@ topology_template: Hello World!
- +
-

Instance ID fom config drive file /mnt/openstack/latest/meta_data.json>

+

Instance ID from config drive file /mnt/openstack/latest/meta_data.json>

           $id
           
+

Server setup completed at $(date)

EOM -- cgit