Skip to content

Commit

Permalink
Added terraform.tfvars.json ci examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty Daines committed Jun 11, 2019
1 parent 0488389 commit 03b200c
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ci/infra/libvirt/terraform.tfvars.json.ci.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"libvirt_uri": "qemu:///system",
"pool": "default",
"master_count": 1,
"worker_count": 2,
"username": "sles",
"img_source_url": "SLES15-SP1-JeOS-RC1-with-fixed-kernel-default.qcow2",
"repositories": {
"sle_server": "http://download.suse.de/install/SLP/SLE-15-SP1-Module-Server-Applications-RC2/x86_64/DVD1/",
"sle_base": "http://download.suse.de/install/SLP/SLE-15-SP1-Module-Basesystem-RC2/x86_64/DVD1/",
"sle_contaiers": "http://download.suse.de/install/SLP/SLE-15-SP1-Module-Containers-RC2/x86_64/DVD1/",
"sle_ha": "http://download.suse.de/install/SLP/SLE-15-SP1-Product-HA-RC1/x86_64/DVD1/",
"suse_ca": "http://download.suse.de/ibs/SUSE:/CA/SLE_15_SP1/",
"caasp_15sp1": "http://download.suse.de/ibs/SUSE:/SLE-15-SP1:/Update:/Products:/CASP40/standard/"
},
"packages": [
"ca-certificates-suse",
"patterns-caasp-Node"
],
"authorized_keys": []
}
43 changes: 43 additions & 0 deletions ci/infra/openstack/terraform.tfvars.json.ci.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"image_name": "SLE-15-SP1-JeOS-GM",
"internal_net": "testing",
"external_net": "floating",
"stack_name": "testing",
"subnet_cidr": "172.28.0.0/24",
"dnsdomain": "testing.qa.caasp.suse.net",
"dnsentry": 0,
"dns_nameservers": [
"172.28.0.2",
"8.8.8.8",
"8.8.8.4"
],
"masters": 1,
"master_size": "m1.medium",
"workers": 2,
"worker_size": "m1.medium",
"workers_vol_enabled": 0,
"workers_vol_size": 5,
"username": "sles",
"password": "linux",
"repositories": {
"caasp_40_devel_sle15sp1": "http://download.suse.de/ibs/Devel:/CaaSP:/4.0/SLE_15_SP1/",
"sle15sp1_pool": "http://download.suse.de/ibs/SUSE:/SLE-15-SP1:/GA/standard/",
"sle15sp1_update": "http://download.suse.de/ibs/SUSE:/SLE-15-SP1:/Update/standard/",
"sle15_pool": "http://download.suse.de/ibs/SUSE:/SLE-15:/GA/standard/",
"sle15_update": "http://download.suse.de/ibs/SUSE:/SLE-15:/Update/standard/",
"suse_ca": "http://download.suse.de/ibs/SUSE:/CA/SLE_15_SP1/"
},
"packages": [
"kernel-default",
"-kernel-default-base",
"ca-certificates-suse",
"patterns-caasp-Node"
],
"authorized_keys": [],
"ntp_servers": [
"0.novell.pool.ntp.org",
"1.novell.pool.ntp.org",
"2.novell.pool.ntp.org",
"3.novell.pool.ntp.org"
]
}
31 changes: 31 additions & 0 deletions ci/infra/vmware/terraform.tfvars.json.ci.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"vsphere_datastore": "3PAR",
"vsphere_datacenter": "",
"vsphere_network": "VM Network",
"vsphere_resource_pool": "CaaSP_RP",
"template_name": "SLES15-SP1-GM-guestinfo",
"stack_name": "caasp-jenkins-v4",
"masters": 1,
"workers": 2,
"username": "sles",
"password": "linux",
"repositories": {
"caasp_40_devel_sle15sp1": "http://download.suse.de/ibs/Devel:/CaaSP:/4.0/SLE_15_SP1/",
"sle15sp1_pool": "http://download.suse.de/ibs/SUSE:/SLE-15-SP1:/GA/standard/",
"sle15sp1_update": "http://download.suse.de/ibs/SUSE:/SLE-15-SP1:/Update/standard/",
"sle15_pool": "http://download.suse.de/ibs/SUSE:/SLE-15:/GA/standard/",
"sle15_update": "http://download.suse.de/ibs/SUSE:/SLE-15:/Update/standard/",
"suse_ca": "http://download.suse.de/ibs/SUSE:/CA/SLE_15_SP1/"
},
"packages": [
"patterns-caasp-Node",
"ca-certificates-suse"
],
"authorized_keys": [],
"ntp_servers": [
"0.novell.pool.ntp.org",
"1.novell.pool.ntp.org",
"2.novell.pool.ntp.org",
"3.novell.pool.ntp.org"
]
}

0 comments on commit 03b200c

Please sign in to comment.