# # Copyright (c) 2018 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # # Host Aggregate Constants # Storage: Host Aggregates Groups HOST_AGG_NAME_REMOTE = 'remote_storage_hosts' HOST_AGG_META_REMOTE = 'remote' HOST_AGG_NAME_LOCAL_LVM = 'local_storage_lvm_hosts' HOST_AGG_META_LOCAL_LVM = 'local_lvm' HOST_AGG_NAME_LOCAL_IMAGE = 'local_storage_image_hosts' HOST_AGG_META_LOCAL_IMAGE = 'local_image'