Change of openstackrapid directory name
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / 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": "rapidVM",
9 "source_image": "06101dd4-f162-49c0-a072-2fe32ac446a9",
10 "flavor": "3ea20ea9-855c-4a6e-b454-63ad6e8e0db9",
11 "networks": "451a030a-eb1e-4c74-85b8-782ef8a6ad38",
12 "use_floating_ip": true,
13 "floating_ip_pool": "d629619f-8f96-4f32-9b90-1b62e5ea3809",
14 "security_groups": "460b7929-c6de-4b1c-ae83-901c2042a894"
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": "deploycentos.sh"
31    }
32 ]
33 }