UpdateController/update_psa.conf

34 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

{
2022-06-06 19:01:45 +02:00
"" : "use git without certificates",
"GIT_SSL_NO_VERIFY" : 1,
2022-06-06 19:01:45 +02:00
"" : "explicit location of customer-project",
"customer_location" : "szeged",
2022-06-06 19:01:45 +02:00
"" : "unique customer identifier",
2022-06-09 21:17:18 +02:00
"customer_id" : "customer_281",
"" : "zone file for PSA",
"zone" : "/etc/zone_nr",
2022-06-12 13:06:31 +02:00
"" : "local branches",
"local_branches" : ["master",
2023-05-24 17:27:36 +02:00
"zg1/zone1", "zg1/zone2", "zg1/zone3", "zg1/zone4"],
2022-06-12 13:06:31 +02:00
"" : "customer number of PSA",
"customer_id_" : "/etc/cust_nr",
"" : "machine id of PSA",
"machine_nr" : "/etc/machine_nr",
2022-06-06 19:01:45 +02:00
"" : "each location can have multiple",
"" : "zone-groups and/or zones",
"" : "0-index used as size of following array",
"" : ".zg[0]: #n of zones_groups",
"" : ".zg[1].z[0]: #n of zones in zg[1]",
2023-05-24 17:27:36 +02:00
"zg" : [ 1, { "z" : [ 4, 1, 2, 4] } ],
2022-06-06 19:01:45 +02:00
"" : "url of customer repository",
2022-06-09 21:17:18 +02:00
"cust_repository_path" : "https://git.mimbach49.de/GerhardHoffmann/customer_281.git"
}