c494fabfea
This change provides the code required for dynamic helm overrides based on deployment type and restricts the ptp-notification app to its supported namespace. Further updates to ptp_notification.py will be made to provide the exact overrides available, but the framework is established here. Story: 2008529 Task: 41671 Depends-On: https://review.opendev.org/c/starlingx/config/+/772123 Signed-off-by: Cole Walker <cole.walker@windriver.com> Change-Id: I3ea3b70506081552160f6d1f234741b4c23e6d73
13 lines
178 B
Python
13 lines
178 B
Python
#
|
|
# Copyright (c) 2021 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
import setuptools
|
|
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr>=2.0.0'],
|
|
pbr=True)
|