df43393a3d8b73ccb875f02df264166bc523928f
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / centos.json
1 {
2 "_Copyright": "Copyright (c) 2010-2019 Intel Corporation",
3 "_License":   "SPDX-License-Identifier: Apache-2.0",
4 "builders": [
5    {
6 "type": "openstack",
7 "ssh_username": "centos",
8 "image_name": "rapidVM",
9 "source_image": "09ada6c0-21aa-49aa-ad7b-d364f279ee92",
10 "flavor": "2d198ea9-7cbc-4211-9983-531493b07a96",
11 "networks": "2d2bb4ec-58ae-47a4-8af9-f58f14533337",
12 "use_floating_ip": true,
13 "floating_ip_pool": "ff966059-9dd2-4ed1-ad9a-5fae516eb0fa",
14 "security_groups": "1da93e77-29c2-42d7-b611-f2ae094aa8df",
15 "ssh_timeout":"1000s",
16 "ssh_pty":"true"
17    }
18 ],
19 "provisioners": [
20    {
21    "type": "file",
22    "source": "./check_prox_system_setup.sh",
23    "destination": "/home/centos/"
24    },
25    {
26    "type": "file",
27    "source": "./check-prox-system-setup.service",
28    "destination": "/home/centos/"
29    },
30    {
31    "type": "file",
32    "source": "./sharkproxlog.sh",
33    "destination": "/home/centos/"
34    },
35    {
36    "type": "file",
37    "source": "./deploycentostools.sh",
38    "destination": "/home/centos/"
39    },
40    {
41    "type": "shell",
42    "script": "deploycentostools.sh"
43    }
44 ]
45 }