summaryrefslogtreecommitdiffstats
path: root/tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml
diff options
context:
space:
mode:
authorbryan <bryan.sullivan@att.com>2017-03-07 08:16:46 -0800
committerbryan <bryan.sullivan@att.com>2017-03-07 08:16:46 -0800
commit93bf70421d2a8abbfbc3889e3e65b0ca4447673f (patch)
tree2e4b082b7396d0891ea6930a789d6c82d5cdac83 /tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml
parentaaaa9301f4ddb0d48926cccf7cd89be196b383cb (diff)
Setup monitor before agents (otherwise they exit)
JIRA: VES-1 Setup config drive for LB agent access to UUID. Change-Id: Ieb877d48007bf02c01a6b763143347ab69207924 Signed-off-by: bryan <bryan.sullivan@att.com>
Diffstat (limited to 'tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml')
-rwxr-xr-xtests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml b/tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml
index c652423..a998dad 100755
--- a/tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml
+++ b/tests/blueprints/tosca-vnfd-hello-ves/blueprint.yaml
@@ -203,6 +203,7 @@ topology_template:
image: models-xenial-server
availability_zone: nova
mgmt_driver: noop
+ config_drive: true
user_data_format: RAW
user_data: |
#!/bin/bash
@@ -213,6 +214,7 @@ topology_template:
cat << EOM >/home/ubuntu/.ssh/authorized_keys
<pubkey>
EOM
+ sudo mount /dev/sr0 /mnt/
cat << EOF >/tmp/setup.sh
echo "1" | sudo tee /proc/sys/net/ipv4/ip_forward
sudo sysctl net.ipv4.ip_forward=1