Remove floating IP from nordix-nsm-build packer image
[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 x86_64",
11             "flavor": "2C-4GB",
12             "temporary_key_pair_type": "ed25519",
13             "networks": [
14                 "f9bdffa1-bd17-43d8-9eb5-c4ff09947bfe"
15             ]
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-ubuntu2204.sh",
26             "type": "shell"
27         }
28     ]
29 }