Packer: Add Infra build slave Ubuntu 18.04 image
[infra/tools.git] / infra / jenkins / slave-setup / geode-build-server2004 / geode-build-ubuntu2004.json
1 {
2     "builders": [
3         {
4             "type": "openstack",
5             "region": "Kna1",
6             "domain_name": "CCP_Domain_34201",
7             "identity_endpoint": "https://kna1.citycloud.com:5000",
8             "image_name": "geode-build-ubuntu2004",
9             "ssh_username": "ubuntu",
10             "source_image_name": "Ubuntu 20.04 Focal Fossa 20200423",
11             "flavor": "1C-2GB",
12             "networks": [
13                 "e310fab3-cfef-4107-b40e-791e9c01903d"
14             ],
15             "floating_ip_network": "ext-net"
16         }
17     ],
18     "provisioners": [
19         {
20             "type": "file",
21             "source": "authorized_keys",
22             "destination": "/home/ubuntu/authorized_keys.packer"
23         },
24         {
25             "script": "configure-image.sh",
26             "type": "shell"
27         }
28     ]
29 }