{ "_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", "flavor": "packer_flavor", "network_discovery_cidrs":"10.6.6.0/24", "floating_ip_network": "admin_floating_net", "security_groups": "prox_security_group", "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" } ] }