Andy Bavier | 101e8f2 | 2021-11-11 12:09:47 -0700 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane |
| 6 | OMEC_USER_PLANE_CHART := $(WORKSPACE)/cord/aether-helm-charts/omec/omec-user-plane |
| 7 | OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision |
| 8 | 5GC_CONTROL_PLANE_CHART := aether/5g-control-plane |
| 9 | 5G_RAN_SIM_CHART := aether/5g-ran-sim |
| 10 | |
| 11 | # For installing the ROC |
| 12 | AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella |
| 13 | ATOMIX_CONTROLLER_CHART := atomix/atomix-controller |
| 14 | ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage |
| 15 | ONOS_OPERATOR_CHART := onosproject/onos-operator |