Fix for container .env file and small updates
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / centos.json
1 {
2 "_Copyright": "Copyright (c) 2010-2020 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_name": "CentOS",
10 "flavor": "packer_flavor",
11 "network_discovery_cidrs":"10.6.6.0/24",
12 "floating_ip_network": "admin_floating_net",
13 "security_groups": "prox_security_group",
14 "ssh_timeout":"1000s",
15 "ssh_pty":"true"
16    }
17 ],
18 "provisioners": [
19    {
20    "type": "file",
21    "source": "./check_prox_system_setup.sh",
22    "destination": "~/"
23    },
24    {
25    "type": "file",
26    "source": "./check-prox-system-setup.service",
27    "destination": "~/"
28    },
29    {
30    "type": "file",
31    "source": "./sharkproxlog.sh",
32    "destination": "~/"
33    },
34    {
35    "type": "file",
36    "source": "./deploycentostools.sh",
37    "destination": "~/"
38    },
39    {
40    "type": "shell",
41    "inline": [
42      "chmod a+x ~/deploycentostools.sh",
43      "~/deploycentostools.sh -u deploy" ]
44    }
45 ]
46 }