a4a7167cf963f50ecbe80e3fe82b890ff9f9be27
[infra/tools.git] / infra / jenkins / slave-setup / nordix-nsm-build-server / nordix-nsm-build-server-ubuntu1804-kna.json
1 {
2     "builders": [
3         {
4             "type": "openstack",
5             "identity_endpoint": "https://kna1.citycloud.com:5000",
6             "image_name": "nordix-nsm-build-ubuntu1804",
7             "ssh_username": "ubuntu",
8             "source_image_name": "Ubuntu 18.04 Bionic Beaver 20190724.1",
9             "flavor": "2C-4GB",
10             "networks": [
11                 "f9bdffa1-bd17-43d8-9eb5-c4ff09947bfe"
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 }