summaryrefslogtreecommitdiffstats
path: root/tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
diff options
context:
space:
mode:
authorbryan <bryan.sullivan@att.com>2017-03-03 01:08:36 -0800
committerbryan <bryan.sullivan@att.com>2017-03-03 01:08:36 -0800
commiteccb06d7f47dea1b2bfe7b94348b4a3a3ca0a510 (patch)
treea76c9c60a73f5ead698ba9fdfad279ae1dfcee69 /tests/blueprints/tosca-vnfd-hello-world-tacker/blueprint.yaml
parent70aff432c893fc3ae1e04c08a1ba81082193a14a (diff)
Various fixes so tests run on constrained envs, e.g. Devstack
JIRA: MODELS-23 vHello_3node blueprint.yaml: Switch to pre-built image to speed up VDU activation. Various updates to webserver setup procedure. Fix docker setup. Address line wrapping issues with blueprint user data. vHello blueprint.yaml: Switch to pre-built image to speed up VDU activation. tacker-setup.sh Correct nfv-orchestration endpoint setup. vHello_3Node_Tacker.sh: Copy script on setup and start steps. Add create image models-xenial-server. Increase timeout onwebserver response. Wait for VDU1 to startup before testing all webservers. vHello_Tacker.sh: Copy script on setup and start steps. Add create image models-xenial-server. Increase timeout onwebserver response. Wait for VDU1 to startup before testing all webservers. Change-Id: I97c26248de45845afb30ada3bc284b4389be1b63 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
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