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