ONAP jenkins build server image defintion for Nordix
[infra/tools.git] / infra / jenkins / slave-setup / nordix-onap-jenkins-build-server / onap-build-ubuntu1804.json
1 {
2     "builders": [
3         {
4             "type": "openstack",
5             "image_name": "onap-build-ubuntu1804",
6             "region": "Kna1",
7             "domain_name": "CCP_Domain_34201",
8             "identity_endpoint": "https://kna1.citycloud.com:5000",
9             "ssh_username": "ubuntu",
10             "security_groups": "infra-ssh-ext",
11             "source_image_name": "Ubuntu 18.04 Bionic Beaver",
12             "flavor": "2C-4GB-50GB",
13             "networks": [
14                 "e310fab3-cfef-4107-b40e-791e9c01903d"
15             ],
16                 "floating_ip_network": "ext-net"
17         }
18     ],
19     "provisioners": [
20         {
21             "type": "file",
22             "source": "authorized_keys",
23             "destination": "/home/ubuntu/authorized_keys.packer"
24         },
25         {
26             "script": "configure-image.sh",
27             "type": "shell"
28         }
29     ]
30 }