mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
				synced 2025-11-04 04:37:46 +00:00 
			
		
		
		
	Compare commits
	
		
			30 Commits
		
	
	
		
			version_up
			...
			release/v2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					a45d351081 | ||
| 
						 | 
					7f291914bd | ||
| 
						 | 
					3edbb02187 | ||
| 
						 | 
					27beb0bd5d | ||
| 
						 | 
					24ec3259c6 | ||
| 
						 | 
					351633f215 | ||
| 
						 | 
					089446c3b4 | ||
| 
						 | 
					4abedcddf0 | ||
| 
						 | 
					3fc3af68ee | ||
| 
						 | 
					eca43e1d57 | ||
| 
						 | 
					07a64877bb | ||
| 
						 | 
					4af6427814 | ||
| 
						 | 
					2a6ec50ce1 | ||
| 
						 | 
					4497dc655b | ||
| 
						 | 
					5f3f9e93d2 | ||
| 
						 | 
					6d82ee355e | ||
| 
						 | 
					4c6a0ab9e2 | ||
| 
						 | 
					2efed5e626 | ||
| 
						 | 
					faf7881c87 | ||
| 
						 | 
					ee3aa66b11 | ||
| 
						 | 
					dbc785aca6 | ||
| 
						 | 
					5207579645 | ||
| 
						 | 
					b882f07eef | ||
| 
						 | 
					8f4e585c88 | ||
| 
						 | 
					bb519eb84b | ||
| 
						 | 
					07ed169c08 | ||
| 
						 | 
					f33b6c94be | ||
| 
						 | 
					8ed351ad17 | ||
| 
						 | 
					4a71be0558 | ||
| 
						 | 
					e3375a4510 | 
@@ -39,6 +39,10 @@ if [[ "$TEMPLATE_CONFIG" = 'true' ]]; then
 | 
			
		||||
    SYSTEM_URI_PUBLIC=${SYSTEM_URI_PUBLIC:-"https://localhost:16002"} \
 | 
			
		||||
    SYSTEM_URI_UI=${SYSTEM_URI_UI:-"http://localhost"} \
 | 
			
		||||
    SIMULATORID=${SIMULATORID:-""} \
 | 
			
		||||
    IPTOCOUNTRY_PROVIDER=${IPTOCOUNTRY_PROVIDER:-"ipinfo"} \
 | 
			
		||||
    IPTOCOUNTRY_IPINFO_TOKEN=${IPTOCOUNTRY_IPINFO_TOKEN:-""} \
 | 
			
		||||
    IPTOCOUNTRY_IPDATA_APIKEY=${IPTOCOUNTRY_IPDATA_APIKEY:-""} \
 | 
			
		||||
    AUTOPROVISIONING_PROCESS=${AUTOPROVISIONING_PROCESS:-"prov,default"} \
 | 
			
		||||
    RTTY_INTERNAL=${RTTY_INTERNAL:-"true"} \
 | 
			
		||||
    RTTY_ENABLED=${RTTY_ENABLED:-"true"} \
 | 
			
		||||
    RTTY_SERVER=${RTTY_SERVER:-"localhost"} \
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,7 @@ fullnameOverride: ""
 | 
			
		||||
images:
 | 
			
		||||
  owgw:
 | 
			
		||||
    repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw
 | 
			
		||||
    tag: master
 | 
			
		||||
    tag: v2.6.2
 | 
			
		||||
    pullPolicy: Always
 | 
			
		||||
#    regcred:
 | 
			
		||||
#      registry: tip-tip-wlan-cloud-ucentral.jfrog.io
 | 
			
		||||
 
 | 
			
		||||
@@ -52,8 +52,8 @@ openwifi.fileuploader.host.0.cert = ${FILEUPLOADER_HOST_CERT}
 | 
			
		||||
openwifi.fileuploader.host.0.key = ${FILEUPLOADER_HOST_KEY}
 | 
			
		||||
openwifi.fileuploader.host.0.key.password = ${FILEUPLOADER_HOST_KEY_PASSWORD}
 | 
			
		||||
openwifi.fileuploader.path = ${FILEUPLOADER_PATH}
 | 
			
		||||
openwifi.fileuploader.uri = ${FILEUPLOADER_URI}
 | 
			
		||||
openwifi.fileuploader.maxsize = 10000
 | 
			
		||||
openwifi.fileuploader.uri = ${FILEUPLOADER_URI}
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# Generic section that all microservices must have
 | 
			
		||||
@@ -75,8 +75,13 @@ openwifi.devicetypes.0 = AP:linksys_ea8300,edgecore_eap101,linksys_e8450-ubi
 | 
			
		||||
openwifi.devicetypes.1 = SWITCH:edgecore_ecs4100-12ph
 | 
			
		||||
openwifi.devicetypes.2 = IOT:esp32
 | 
			
		||||
oui.download.uri = https://standards-oui.ieee.org/oui/oui.txt
 | 
			
		||||
firmware.autoupdate.policy.default = auto
 | 
			
		||||
simulatorid = ${SIMULATORID}
 | 
			
		||||
iptocountry.default = US
 | 
			
		||||
iptocountry.provider = ${IPTOCOUNTRY_PROVIDER}
 | 
			
		||||
iptocountry.ipinfo.token = ${IPTOCOUNTRY_IPINFO_TOKEN}
 | 
			
		||||
iptocountry.ipdata.apikey = ${IPTOCOUNTRY_IPDATA_APIKEY}
 | 
			
		||||
 | 
			
		||||
autoprovisioning.process = ${AUTOPROVISIONING_PROCESS}
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# rtty
 | 
			
		||||
@@ -108,6 +113,7 @@ openwifi.kafka.enable = ${KAFKA_ENABLE}
 | 
			
		||||
openwifi.kafka.brokerlist = ${KAFKA_BROKERLIST}
 | 
			
		||||
openwifi.kafka.auto.commit = false
 | 
			
		||||
openwifi.kafka.queue.buffering.max.ms = 50
 | 
			
		||||
 | 
			
		||||
openwifi.kafka.ssl.ca.location = ${KAFKA_SSL_CA_LOCATION}
 | 
			
		||||
openwifi.kafka.ssl.certificate.location = ${KAFKA_SSL_CERTIFICATE_LOCATION}
 | 
			
		||||
openwifi.kafka.ssl.key.location = ${KAFKA_SSL_KEY_LOCATION}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user