d4a3bb4c66153a73f6c57f0bbff91438977d86b8
[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             "region": "Kna1",
6             "domain_name": "CCP_Domain_34466",
7             "identity_endpoint": "https://kna1.citycloud.com:5000",
8             "image_name": "nordix-nsm-build-ubuntu1804",
9             "ssh_username": "ubuntu",
10             "source_image_name": "Ubuntu 18.04 Bionic Beaver 20190724.1",
11             "flavor": "2C-4GB",
12             "networks": [
13                 "f9bdffa1-bd17-43d8-9eb5-c4ff09947bfe"
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-ubuntu1804.sh",
26             "type": "shell"
27         }
28     ]
29 }