Add JDK 17 in nodes used in jenkins verify jobs in ONAP & O-RAN-SC
[infra/tools.git] / infra / jenkins / slave-setup / cloud-infra / cloud-infra-base-city-fra-ubuntu1804.json
1 {
2     "builders": [
3         {
4             "type": "openstack",
5             "identity_endpoint": "https://fra1.citycloud.com:5000",
6             "image_name": "cloud-infra-base-ubuntu1804",
7             "ssh_username": "ubuntu",
8             "source_image_name": "Ubuntu 18.04 Bionic Beaver 20190724.1",
9             "flavor": "2C-4GB-50GB",
10             "networks": [
11                 "3703a0fe-b900-4553-92ae-2913bba32ae1"
12             ],
13             "floating_ip_network": "ext-net"
14         }
15     ],
16     "provisioners": [
17         {
18             "type": "file",
19             "source": "authorized_keys",
20             "destination": "/home/ubuntu/authorized_keys.packer"
21         },
22         {
23             "script": "configure-image-ubuntu1804.sh",
24             "type": "shell"
25         }
26     ]
27 }