De-branding in starlingx/metal: 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 batch1 changes. Story: 2006387 Task: 36207 Change-Id: Ifa4dc5c7aa3189815e00b796fc833852e88c8fe3 Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
This commit is contained in:
parent
b235d3c111
commit
b725a0974b
@ -126,7 +126,7 @@ install -v -m 0644 \
|
||||
%{_datadir}/syslinux/gpxelinux.0 \
|
||||
%{buildroot}/pxeboot
|
||||
|
||||
# Copy Titanium grub.cfg. It will be used to create ISO on the Controller.
|
||||
# Copy StarlingX grub.cfg. It will be used to create ISO on the Controller.
|
||||
install -v -m 0644 %{_sourcedir}/grub.cfg \
|
||||
%{buildroot}/pxeboot/EFI/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Worker Goenable Ready
|
||||
Description=StarlingX Maintenance Worker Goenable Ready
|
||||
After=config.service worker-config-gate.service
|
||||
|
||||
[Service]
|
||||
|
@ -3,7 +3,7 @@
|
||||
Name: mtce-control
|
||||
Version: 1.0
|
||||
Release: %{tis_patch_ver}%{?_tis_dist}
|
||||
Summary: Titanium Cloud Platform Controller Node Maintenance Package
|
||||
Summary: StarlingX Platform Controller Node Maintenance Package
|
||||
|
||||
Group: base
|
||||
License: Apache-2.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Heartbeat Agent
|
||||
Description=StarlingX Maintenance Heartbeat Agent
|
||||
After=network.target syslog.service config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
Name: mtce-storage
|
||||
Version: 1.0
|
||||
Release: %{tis_patch_ver}%{?_tis_dist}
|
||||
Summary: Titanium Cloud Platform Storage Node Maintenance Package
|
||||
Summary: StarlingX Platform Storage Node Maintenance Package
|
||||
|
||||
Group: base
|
||||
License: Apache-2.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Storage Goenable Ready
|
||||
Description=StarlingX Maintenance Storage Goenable Ready
|
||||
After=config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -69,7 +69,7 @@ Requires: /usr/bin/ipmitool
|
||||
Requires: /usr/bin/redfishtool
|
||||
|
||||
%description
|
||||
Titanium Cloud Host Maintenance services. A suite of daemons that provide
|
||||
StarlingX Host Maintenance services. A suite of daemons that provide
|
||||
host maintainability and a high level of fault detection with automatic
|
||||
notification and recovery.The Maintenance Service (mtcAgent/mtcClient)
|
||||
manages hosts according to an abbreviated version of the CCITT X.731 ITU
|
||||
@ -131,7 +131,7 @@ Requires: libpthread.so.0()(64bit)
|
||||
Provides: libamon.so.1()(64bit)
|
||||
|
||||
%description -n mtce-pmon
|
||||
Titanium Cloud Maintenance Process Monitor service (pmond) with
|
||||
StarlingX Maintenance Process Monitor service (pmond) with
|
||||
passive (pid), active (msg) and status (qry) process monitoring with
|
||||
automatic recovery and failure reporting of registered failed processes.
|
||||
|
||||
@ -171,7 +171,7 @@ Requires: libpthread.so.0()(64bit)
|
||||
Requires: /usr/bin/redfishtool
|
||||
|
||||
%description -n mtce-hwmon
|
||||
Titanium Cloud Host Maintenance Hardware Monitor Service (hwmond) adds
|
||||
StarlingX Host Maintenance Hardware Monitor Service (hwmond) adds
|
||||
in and out of service hardware sensor monitoring, alarming and recovery
|
||||
handling.
|
||||
|
||||
@ -201,7 +201,7 @@ Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
|
||||
Requires: libpthread.so.0()(64bit)
|
||||
|
||||
%description -n mtce-hostw
|
||||
Titanium Cloud Host Maintenance services. A suite of daemons that provide
|
||||
StarlingX Host Maintenance services. A suite of daemons that provide
|
||||
host maintainability and a high level of fault detection with automatic
|
||||
notification and recovery.The Maintenance Service (mtcAgent/mtcClient)
|
||||
manages hosts according to an abbreviated version of the CCITT X.731 ITU
|
||||
@ -250,7 +250,7 @@ Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)
|
||||
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
|
||||
|
||||
%description -n mtce-lmon
|
||||
Titanium Cloud Maintenance Link Monitor service (lmond) provides
|
||||
StarlingX Maintenance Link Monitor service (lmond) provides
|
||||
netlink monitoring for provisioned oam, mgmt and cluster-host interfaces.
|
||||
|
||||
%define local_dir /usr/local
|
||||
|
@ -106,7 +106,7 @@ Requires: dpkg
|
||||
Requires: ipmitool
|
||||
|
||||
%description -n mtce-hostw
|
||||
Titanium Cloud Host Maintenance services. A suite of daemons that provide
|
||||
StarlingX Host Maintenance services. A suite of daemons that provide
|
||||
host maintainability and a high level of fault detection with automatic
|
||||
notification and recovery.The Maintenance Service (mtcAgent/mtcClient)
|
||||
manages hosts according to an abbreviated version of the CCITT X.731 ITU
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Alarm Handler Client
|
||||
Description=StarlingX Maintenance Alarm Handler Client
|
||||
After=network.target syslog.service config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Filesystem Monitor
|
||||
Description=StarlingX Maintenance Filesystem Monitor
|
||||
After=network.target syslog.service config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Host Watchdog
|
||||
Description=StarlingX Maintenance Host Watchdog
|
||||
After=syslog.service network.target hbsClient.service mtcClient.service sm.service fsmon.service
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Hardware Monitor
|
||||
Description=StarlingX Hardware Monitor
|
||||
After=network.target syslog.service
|
||||
|
||||
[Service]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Process Monitor
|
||||
Description=StarlingX Maintenance Process Monitor
|
||||
After=config.service
|
||||
# The following thirdparty service files are not modified by Titanium Cloud,
|
||||
# The following thirdparty service files are not modified by StarlingX,
|
||||
# so add "After" clauses here rather than "Before=pmon.service" to those
|
||||
After=sshd.service acpid.service syslog-ng.service
|
||||
After=ntpd.service ptp4l.service phc2sys.service
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Goenable Ready
|
||||
Description=StarlingX Maintenance Goenable Ready
|
||||
After=config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Heartbeat Client
|
||||
Description=StarlingX Maintenance Heartbeat Client
|
||||
After=network.target syslog.service config.service
|
||||
Before=pmon.service mtcClient.service
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Command Handler Client
|
||||
Description=StarlingX Maintenance Command Handler Client
|
||||
After=network.target syslog.service config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Maintenance Logger
|
||||
Description=StarlingX Maintenance Logger
|
||||
After=network.target syslog.service config.service
|
||||
Before=pmon.service
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Titanium Cloud Run Host Services
|
||||
Description=StarlingX Run Host Services
|
||||
After=network.target syslog.service
|
||||
|
||||
[Service]
|
||||
|
Loading…
Reference in New Issue
Block a user