github.com/SUSE/skuba@v1.4.17/ci/infra/openstack/terraform.tfvars.json.ci.example (about) 1 { 2 "image_name": "SLES15-SP1-JeOS.x86_64-QU2", 3 "internal_net": "testing", 4 "internal_subnet": "testing-subnet", 5 "internal_router": "testing-router", 6 "external_net": "floating", 7 "stack_name": "testing", 8 "subnet_cidr": "172.28.0.0/24", 9 "dnsdomain": "testing.qa.caasp.suse.net", 10 "dnsentry": false, 11 "masters": 1, 12 "master_size": "m1.medium", 13 "workers": 2, 14 "worker_size": "m1.medium", 15 "workers_vol_enabled": false, 16 "workers_vol_size": 5, 17 "repositories": { 18 "caasp_devel": "http://download.suse.de/ibs/Devel:/CaaSP:/4.0/SLE_15_SP1/", 19 "suse_ca": "http://download.suse.de/ibs/SUSE:/CA/SLE_15_SP1/", 20 "sle_server_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Product-SLES/15-SP1/x86_64/product/", 21 "basesystem_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Basesystem/15-SP1/x86_64/product/", 22 "containers_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Containers/15-SP1/x86_64/product/", 23 "serverapps_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Server-Applications/15-SP1/x86_64/product/", 24 "sle_server_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Product-SLES/15-SP1/x86_64/update/", 25 "basesystem_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Basesystem/15-SP1/x86_64/update/", 26 "containers_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Containers/15-SP1/x86_64/update/", 27 "serverapps_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Server-Applications/15-SP1/x86_64/update/" 28 }, 29 "packages": [ 30 "kernel-default", 31 "-kernel-default-base" 32 ], 33 "authorized_keys": [], 34 "ntp_servers": [ 35 "0.novell.pool.ntp.org", 36 "1.novell.pool.ntp.org", 37 "2.novell.pool.ntp.org", 38 "3.novell.pool.ntp.org" 39 ] 40 }