|
| 1 | +--- |
| 2 | +# SPDX-license-identifier: Apache-2.0 |
| 3 | +############################################################################## |
| 4 | +# Copyright (c) 2023 The Nephio Authors. |
| 5 | +# All rights reserved. This program and the accompanying materials |
| 6 | +# are made available under the terms of the Apache License, Version 2.0 |
| 7 | +# which accompanies this distribution, and is available at |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +############################################################################## |
| 10 | + |
| 11 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 12 | +kind: PackageVariant |
| 13 | +metadata: |
| 14 | + name: oai-nrf |
| 15 | +spec: |
| 16 | + upstream: |
| 17 | + repo: oai-core-packages |
| 18 | + package: oai-nrf |
| 19 | + revision: r2 |
| 20 | + downstream: |
| 21 | + repo: core |
| 22 | + package: oai-nrf |
| 23 | + annotations: |
| 24 | + approval.nephio.org/policy: initial |
| 25 | + injectors: |
| 26 | + - name: core |
| 27 | +--- |
| 28 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 29 | +kind: PackageVariant |
| 30 | +metadata: |
| 31 | + name: oai-udm |
| 32 | +spec: |
| 33 | + upstream: |
| 34 | + repo: oai-core-packages |
| 35 | + package: oai-udm |
| 36 | + revision: r2 |
| 37 | + downstream: |
| 38 | + repo: core |
| 39 | + package: oai-udm |
| 40 | + annotations: |
| 41 | + approval.nephio.org/policy: initial |
| 42 | + injectors: |
| 43 | + - name: core |
| 44 | +--- |
| 45 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 46 | +kind: PackageVariant |
| 47 | +metadata: |
| 48 | + name: oai-ausf |
| 49 | +spec: |
| 50 | + upstream: |
| 51 | + repo: oai-core-packages |
| 52 | + package: oai-ausf |
| 53 | + revision: r2 |
| 54 | + downstream: |
| 55 | + repo: core |
| 56 | + package: oai-ausf |
| 57 | + annotations: |
| 58 | + approval.nephio.org/policy: initial |
| 59 | + injectors: |
| 60 | + - name: core |
| 61 | +--- |
| 62 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 63 | +kind: PackageVariant |
| 64 | +metadata: |
| 65 | + name: oai-udr |
| 66 | +spec: |
| 67 | + upstream: |
| 68 | + repo: oai-core-packages |
| 69 | + package: oai-udr |
| 70 | + revision: r2 |
| 71 | + downstream: |
| 72 | + repo: core |
| 73 | + package: oai-udr |
| 74 | + annotations: |
| 75 | + approval.nephio.org/policy: initial |
| 76 | + injectors: |
| 77 | + - name: core |
| 78 | +--- |
| 79 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 80 | +kind: PackageVariant |
| 81 | +metadata: |
| 82 | + name: oai-amf |
| 83 | +spec: |
| 84 | + upstream: |
| 85 | + repo: oai-core-packages |
| 86 | + package: oai-amf |
| 87 | + revision: r2 |
| 88 | + downstream: |
| 89 | + repo: core |
| 90 | + package: oai-amf |
| 91 | + annotations: |
| 92 | + approval.nephio.org/policy: initial |
| 93 | + injectors: |
| 94 | + - name: core |
| 95 | +--- |
| 96 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 97 | +kind: PackageVariant |
| 98 | +metadata: |
| 99 | + name: oai-smf |
| 100 | +spec: |
| 101 | + upstream: |
| 102 | + repo: oai-core-packages |
| 103 | + package: oai-smf |
| 104 | + revision: r2 |
| 105 | + downstream: |
| 106 | + repo: core |
| 107 | + package: oai-smf |
| 108 | + annotations: |
| 109 | + approval.nephio.org/policy: initial |
| 110 | + injectors: |
| 111 | + - name: core |
| 112 | +--- |
| 113 | +apiVersion: config.porch.kpt.dev/v1alpha1 |
| 114 | +kind: PackageVariant |
| 115 | +metadata: |
| 116 | + name: oai-upf-edge |
| 117 | +spec: |
| 118 | + upstream: |
| 119 | + repo: oai-core-packages |
| 120 | + package: oai-upf-edge |
| 121 | + revision: r2 |
| 122 | + downstream: |
| 123 | + repo: edge |
| 124 | + package: oai-upf |
| 125 | + annotations: |
| 126 | + approval.nephio.org/policy: initial |
| 127 | + injectors: |
| 128 | + - name: edge |
0 commit comments