Test improvements and fixes for image creation
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / openstackrapid / centos.json
1 {
2 "_Copyright": "Copyright (c) 2010-2018 Intel Corporation",
3 "_License":   "SPDX-License-Identifier: Apache-2.0",
4 "builders": [
5    {
6 "type": "openstack",
7 "ssh_username": "centos",
8 "image_name": "ProxDPDK1802VM",
9 "source_image": "aa0f8333-d8e1-42db-8210-6b39d9ee7267",
10 "flavor": "7aaec028-eccc-4612-8f9b-29a1e039943a",
11 "networks": "97bbe96f-ee1b-4789-ace8-e922f76bea3f",
12 "use_floating_ip": true,
13 "floating_ip_pool": "1f564356-8c23-41e2-8292-7696ffd98adf",
14 "security_groups": "8fd498fc-5bd8-4be6-94e4-a2cc3b02d151"
15    }
16 ],
17 "provisioners": [
18    {
19    "type": "file",
20    "source": "./check_prox_system_setup.sh",
21    "destination": "/home/centos/"
22    },
23    {
24    "type": "file",
25    "source": "./check-prox-system-setup.service",
26    "destination": "/home/centos/"
27    },
28    {
29    "type": "shell",
30    "script": "deploycentos1.sh",
31    "expect_disconnect": true
32    },
33    {
34    "type": "shell",
35    "script": "deploycentos2.sh",
36    "pause_before": "20s"
37    }
38 ]
39 }