github.com/SUSE/skuba@v1.4.17/ci/infra/vmware/terraform.tfvars.json.ci.example (about)

     1  {
     2      "vsphere_datastore_cluster": "LOCAL-DISKS-CLUSTER",
     3      "vsphere_datacenter": "NUREMBERG",
     4      "vsphere_datastore_cluster": null,
     5      "vsphere_network": "VM Network",
     6      "vsphere_resource_pool": "CaaSP_CI",
     7      "template_name": "SLES15-SP1-GM-up191203-guestinfo",
     8      "firmware": "bios",
     9      "stack_name": "caasp-jenkins-v4",
    10      "masters": 1,
    11      "workers": 2,
    12      "username": "sles",
    13      "lb_repositories": {
    14          "sle_server_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Product-SLES/15-SP1/x86_64/product/",
    15          "basesystem_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Basesystem/15-SP1/x86_64/product/",
    16          "ha_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Product-HA/15-SP1/x86_64/product/",
    17          "ha_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Product-HA/15-SP1/x86_64/update/",
    18          "sle_server_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Product-SLES/15-SP1/x86_64/update/",
    19          "basesystem_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Basesystem/15-SP1/x86_64/update/"
    20      },
    21      "repositories": {
    22          "caasp_devel": "http://download.suse.de/ibs/Devel:/CaaSP:/4.0/SLE_15_SP1/",
    23          "suse_ca": "http://download.suse.de/ibs/SUSE:/CA/SLE_15_SP1/",
    24          "sle_server_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Product-SLES/15-SP1/x86_64/product/",
    25          "basesystem_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Basesystem/15-SP1/x86_64/product/",
    26          "containers_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Containers/15-SP1/x86_64/product/",
    27          "serverapps_pool": "http://download.suse.de/ibs/SUSE/Products/SLE-Module-Server-Applications/15-SP1/x86_64/product/",
    28          "sle_server_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Product-SLES/15-SP1/x86_64/update/",
    29          "basesystem_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Basesystem/15-SP1/x86_64/update/",
    30          "containers_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Containers/15-SP1/x86_64/update/",
    31          "serverapps_updates": "http://download.suse.de/ibs/SUSE/Updates/SLE-Module-Server-Applications/15-SP1/x86_64/update/"
    32      },
    33      "packages": [
    34      ],
    35      "authorized_keys": [],
    36      "ntp_servers": [
    37          "0.novell.pool.ntp.org",
    38          "1.novell.pool.ntp.org",
    39          "2.novell.pool.ntp.org",
    40          "3.novell.pool.ntp.org"
    41      ],
    42      "cpi_enable": false
    43  }