diff options
author | 2017-02-28 19:18:45 +0000 | |
---|---|---|
committer | 2017-02-28 19:18:45 +0000 | |
commit | 844e9f8d518137f0c34fe84b060c2dc201515b76 (patch) | |
tree | 5e1754051218ab0a3c94259aca8f4a134843cca7 /tests/blueprints | |
parent | 486c8bf6e381ee6ba4e4151fe7c658245407a1d7 (diff) | |
parent | 180afdd04499f0a5c6b4c93cd269be526373880d (diff) |
Merge "Update vHello_Tacker for Danube"
Diffstat (limited to 'tests/blueprints')
-rw-r--r--[-rwxr-xr-x] | tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml | 7 |
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 |