{ "_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_name": "centos-7-1907", "flavor": "m1.medium", "networks": "2d2bb4ec-58ae-47a4-8af9-f58f14533337", "use_floating_ip": true, "floating_ip_network": "ext-net", "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" } ] }