summaryrefslogtreecommitdiffstats
path: root/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-02-27 13:08:33 -0800
committerBryan Sullivan <bryan.sullivan@att.com>2017-02-28 10:59:34 -0800
commit180afdd04499f0a5c6b4c93cd269be526373880d (patch)
treef872852a7da1c7eee5607e8333346c3dc8f5c8fc /tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
parented5d8f79a473ba75e63eccc6a7ecdba434835a66 (diff)
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 <bryan.sullivan@att.com>
Diffstat (limited to 'tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml')
-rw-r--r--[-rwxr-xr-x]tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml b/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
index bf570cc..edd2042 100755..100644
--- 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:
</head>
<body>
Hello World!<br>
- <a href="http://wiki.opnfv.org"><img src="https://www.opnfv.org/sites/all/themes/opnfv/logo.png"></a>
+ <a href="http://wiki.opnfv.org"><img src="https://www.opnfv.org/wp-content/uploads/2016/11/opnfv_logo_wp.png"></a>
<div>
- <p>Instance ID fom config drive file /mnt/openstack/latest/meta_data.json></p>
+ <p>Instance ID from config drive file /mnt/openstack/latest/meta_data.json></p>
<pre>
$id
</pre>
+ <p>Server setup completed at $(date)</p>
</div>
</body></html>
EOM