From c63ad80c232918fb58fe351b59cdb309163f685b Mon Sep 17 00:00:00 2001 From: Sharath Kumar K Date: Fri, 3 Apr 2020 08:19:21 +0200 Subject: [PATCH] De-branding in starlingx/fault: Titanium Cloud -> StarlingX 1. Rename Titanium Cloud to StarlingX for .spec files 2. Rename Titanium Cloud to StarlingX for .service file Test: After the de-brand change, bootimage.iso has built in the flock layer and installed on the dev machine to validate the changes. Please note, doing de-brand changes in batches, this is batch2 changes. Change-Id: I63ab8cda38c45240198f37d1f30c95e0b02da3e1 Story: 2006387 Task: 36204 Signed-off-by: Sharath Kumar K --- fm-common/centos/fm-common.spec | 4 ++-- fm-doc/centos/fm-doc.spec | 2 +- fm-mgr/sources/fminit.service | 2 +- snmp-ext/centos/snmp-ext.spec | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fm-common/centos/fm-common.spec b/fm-common/centos/fm-common.spec index 8f1dc81c..324fb304 100644 --- a/fm-common/centos/fm-common.spec +++ b/fm-common/centos/fm-common.spec @@ -26,11 +26,11 @@ Group: devel Requires: fm-common = %{version}-%{release} %description -Titanium Cloud platform Fault Management Client Library that provides APIs for +StarlingX platform Fault Management Client Library that provides APIs for applications to raise/clear/update active alarms. %description -n fm-common-dev -Titanium Cloud platform Fault Management Client Library that provides APIs for +StarlingX platform Fault Management Client Library that provides APIs for applications to raise/clear/update active alarms. This package contains symbolic links, header files, and related items necessary for software development. diff --git a/fm-doc/centos/fm-doc.spec b/fm-doc/centos/fm-doc.spec index 271446b8..3134fb45 100644 --- a/fm-doc/centos/fm-doc.spec +++ b/fm-doc/centos/fm-doc.spec @@ -16,7 +16,7 @@ Source0: %{name}-%{version}.tar.gz %description A yaml file description of the CGTS Alarms and Customer Logs generated by -the Titanium Cloud System. Also included and used at build time is a simple syntax +the StarlingX System. Also included and used at build time is a simple syntax checker to ensure no duplicate IDs are used, and generally the correct field values are documented. diff --git a/fm-mgr/sources/fminit.service b/fm-mgr/sources/fminit.service index 7d7cc96a..3d35e3ce 100644 --- a/fm-mgr/sources/fminit.service +++ b/fm-mgr/sources/fminit.service @@ -1,5 +1,5 @@ [Unit] -Description=Titanium Cloud Fault Management Initialization +Description=StarlingX Fault Management Initialization After=network.target syslog.target [Service] diff --git a/snmp-ext/centos/snmp-ext.spec b/snmp-ext/centos/snmp-ext.spec index 0db16ebd..5cdc0abe 100644 --- a/snmp-ext/centos/snmp-ext.spec +++ b/snmp-ext/centos/snmp-ext.spec @@ -16,17 +16,17 @@ Requires: net-snmp %define mib_ver 2.0 %description -Titanium Cloud platform SNMP extension provides Wind River enterprise MIBs support +StarlingX platform SNMP extension provides Wind River enterprise MIBs support and it serves as SNMP based alarm surveillance module for Network Manager System. %package -n snmp-ext-devel -Summary: Titanium Cloud Platform SNMP extension Package - Development files +Summary: StarlingX Platform SNMP extension Package - Development files Group: devel Requires: snmp-ext = %{version}-%{release} %description -n snmp-ext-devel -Titanium Cloud platform SNMP extension provides Wind River enterprise MIBs support +StarlingX platform SNMP extension provides Wind River enterprise MIBs support and it serves as SNMP based alarm surveillance module for Network Manager System. This package contains symbolic links, header files, and related items necessary for software development.