67c00591bb79217fe4ab55325afb594e9a027fe6
[infra/tools.git] / infra / jenkins / slave-setup / nordix-nsm-build-server / nordix-nsm-build-server-ubuntu2204-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-ubuntu2204",
9             "ssh_username": "ubuntu",
10             "source_image_name": "Ubuntu 22.04 Jammy Jellyfish 20220810",
11             "flavor": "2C-4GB",
12             "temporary_key_pair_type": "ed25519",
13             "networks": [
14                 "f9bdffa1-bd17-43d8-9eb5-c4ff09947bfe"
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-ubuntu2204.sh",
27             "type": "shell"
28         }
29     ]
30 }