Skip to content

Commit 99b395b

Browse files
authored
Merge pull request #175 from ksaipr036/3431
REFPLTB-3431: Request to address the port number change as part of XCONF server migration
2 parents 63e871e + 0d89044 commit 99b395b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/util/utopia.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
#Defaults for Telemetry T2 Enable
3232
\$T2Enable=true
3333
\$T2Version=2.0.1
34-
\$T2ConfigURL=https://xconf.rdkcentral.com:19092/loguploader/getT2Settings" >> ${D}${sysconfdir}/utopia/system_defaults
34+
\$T2ConfigURL=https://xconf.rdkcentral.com/loguploader/getT2Settings" >> ${D}${sysconfdir}/utopia/system_defaults
3535

3636
#lan0 used for WAN Connectivity
3737
sed -i "s/\$\$lan_ethernet_physical_ifnames=lan0 lan1 lan2 lan3 lan4/\$\$lan_ethernet_physical_ifnames=lan1 lan2 lan3 lan4/g" ${D}${sysconfdir}/utopia/system_defaults
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
do_install_append() {
22
#Set the RFC_CONFIG_SERVER_URL by sed
3-
sed -i -e 's/RFC_CONFIG_SERVER_URL=.*$/RFC_CONFIG_SERVER_URL=https:\/\/xconf.rdkcentral.com:19092\/featureControl\/getSettings/' ${D}${sysconfdir}/rfc.properties
3+
sed -i -e 's/RFC_CONFIG_SERVER_URL=.*$/RFC_CONFIG_SERVER_URL=https:\/\/xconf.rdkcentral.com\/featureControl\/getSettings/' ${D}${sysconfdir}/rfc.properties
44
}

meta-rdk-mtk-bpir4/recipes-rdkb/sysint-broadband/sysint-broadband.bbappend

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ do_install_append () {
1818
install -m 0755 ${S}/devicebpi/scripts/self_heal_connectivity_test.sh ${D}/usr/ccsp/tad
1919
install -m 0755 ${S}/devicebpi/scripts/resource_monitor.sh ${D}/usr/ccsp/tad
2020
install -m 0755 ${S}/devicebpi/scripts/task_health_monitor.sh ${D}/usr/ccsp/tad
21+
22+
# Changing CLOUDURL and DCM_LOG_SERVER_URL values with migrated server
23+
sed -i -e 's|^CLOUDURL=.*$|CLOUDURL="https://xconf.rdkcentral.com/xconf/swu/stb?eStbMac="|' ${D}${sysconfdir}/include.properties
24+
sed -i -e 's|^DCM_LOG_SERVER_URL=.*$|DCM_LOG_SERVER_URL=https://xconf.rdkcentral.com/loguploader/getSettings|' ${D}${sysconfdir}/dcm.properties
2125
}

0 commit comments

Comments
 (0)