Change compute node to worker node personality
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>
This commit is contained in:
parent
249ffb3a1c
commit
010913e62d
@ -2,13 +2,13 @@
|
||||
# If these have dependencies, they will be pulled in automatically
|
||||
#
|
||||
|
||||
# compute-huge
|
||||
compute-huge
|
||||
# worker-utils
|
||||
worker-utils
|
||||
|
||||
# computeconfig
|
||||
computeconfig
|
||||
computeconfig-standalone
|
||||
computeconfig-subfunction
|
||||
# workerconfig
|
||||
workerconfig
|
||||
workerconfig-standalone
|
||||
workerconfig-subfunction
|
||||
|
||||
# configutilities
|
||||
configutilities
|
||||
@ -30,7 +30,7 @@ sysinv
|
||||
|
||||
# config-gate
|
||||
config-gate
|
||||
config-gate-compute
|
||||
config-gate-worker
|
||||
|
||||
# puppet-manifests
|
||||
puppet-manifests
|
||||
|
@ -1,5 +1,5 @@
|
||||
compute-huge
|
||||
computeconfig
|
||||
worker-utils
|
||||
workerconfig
|
||||
configutilities
|
||||
controllerconfig
|
||||
storageconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user