| garciaale | 76f6a62 | 2020-11-19 17:57:42 -0300 | [diff] [blame] | 1 | # Copyright 2020 Whitestack LLC |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 12 | # implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | vnfd-catalog: |
| 17 | schema-version: "3.0" |
| 18 | vnfd: |
| 19 | - id: fb_magma_knf |
| 20 | name: fb_magma_knf |
| 21 | short-name: fb_magma_knf |
| 22 | description: KNF with KDU using a helm-chart for Facebook magma orc8r |
| 23 | vendor: ATOS |
| 24 | version: "1.0" |
| 25 | mgmt-interface: |
| 26 | cp: mgmt |
| 27 | connection-point: |
| 28 | - name: mgmt |
| 29 | k8s-cluster: |
| 30 | nets: |
| 31 | - id: mgmtnet |
| 32 | external-connection-point-ref: mgmt |
| 33 | kdu: |
| 34 | - name: orc8r |
| 35 | helm-chart: magma/orc8r |
| garciaale | 0a517b9 | 2021-01-12 15:44:44 -0300 | [diff] [blame] | 36 | description: Facebook magma orc8r |