6256b0d106
This update replaced the compute personality & subfunction to worker, and updated internal and customer visible references. In addition, the compute-huge package has been renamed to worker-utils as it contains various scripts/services that used to affine running tasks or interface IRQ to specific CPUs. The worker_reserved.conf is now installed to /etc/platform. The cpu function 'VM' has also been renamed to 'Application'. Tests Performed: Non-containerized deployment AIO-SX: Sanity and Nightly automated test suite AIO-DX: Sanity and Nightly automated test suite 2+2 System: Sanity and Nightly automated test suite 2+2 System: Horizon Patch Orchestration Kubernetes deployment: AIO-SX: Create, delete, reboot and rebuild instances 2+2+2 System: worker nodes are unlock enable and no alarms Story: 2004022 Task: 27013 Change-Id: I0e0be6b3a6f25f7fb8edf64ea4326854513aa396 Signed-off-by: Tao Liu <tao.liu@windriver.com>
23 lines
509 B
Desktop File
23 lines
509 B
Desktop File
[Unit]
|
|
Description=workerconfig service
|
|
After=syslog.target network.service remote-fs.target
|
|
After=sw-patch.service
|
|
After=affine-platform.sh.service
|
|
After=opt-platform.service
|
|
After=sysinv-agent.service
|
|
After=network-online.target
|
|
Before=config.service worker-config-gate.service
|
|
Before=goenabled.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/etc/init.d/worker_config start
|
|
ExecStop=
|
|
ExecReload=
|
|
StandardOutput=syslog+console
|
|
StandardError=syslog+console
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|