Scott Baker | c9d3d84 | 2021-09-17 11:32:53 -0700 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org> |
| 2 | # |
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 4 | |
| 5 | apiVersion: config.onosproject.org/v1beta1 |
| 6 | kind: Model |
| 7 | metadata: |
| 8 | name: {{ template "aether.fullname" . }} |
| 9 | namespace: {{ .Release.Namespace }} |
| 10 | labels: |
| 11 | {{- include "aether.labels" . | nindent 4 }} |
| 12 | spec: |
| 13 | plugin: |
| 14 | type: Aether |
| 15 | version: {{ .Chart.AppVersion | quote }} |
| 16 | modules: |
| 17 | - name: aether-subscriber |
| 18 | organization: Open Networking Foundation |
| 19 | revision: 2020-10-22 |
| 20 | file: aether-subscriber.yang |
| 21 | - name: apn-profile |
| 22 | organization: Open Networking Foundation |
| 23 | revision: 2021-03-04 |
| 24 | file: apn-profile.yang |
| 25 | - name: up-profile |
| 26 | organization: Open Networking Foundation |
| 27 | revision: 2020-10-22 |
| 28 | file: up-profile.yang |
| 29 | - name: qos-profile |
| 30 | organization: Open Networking Foundation |
| 31 | revision: 2020-10-22 |
| 32 | file: qos-profile.yang |
| 33 | - name: access-profile |
| 34 | organization: Open Networking Foundation |
| 35 | revision: 2020-10-22 |
| 36 | file: access-profile.yang |
| 37 | - name: enterprise |
| 38 | organization: Open Networking Foundation |
| 39 | revision: 2020-11-30 |
| 40 | file: enterprise.yang |
| 41 | - name: connectivity-service |
| 42 | organization: Open Networking Foundation |
| 43 | revision: 2021-03-18 |
| 44 | file: connectivity-service.yang |
| 45 | - name: security-profile |
| 46 | organization: Open Networking Foundation |
| 47 | revision: 2021-05-10 |
| 48 | file: security-profile.yang |
| 49 | - name: service-group |
| 50 | organization: Open Networking Foundation |
| 51 | revision: 2021-03-04 |
| 52 | file: service-group.yang |
| 53 | - name: service-policy |
| 54 | organization: Open Networking Foundation |
| 55 | revision: 2021-03-04 |
| 56 | file: service-policy.yang |
| 57 | - name: service-rule |
| 58 | organization: Open Networking Foundation |
| 59 | revision: 2021-03-04 |
| 60 | file: service-rule.yang |
| 61 | files: |
| 62 | {{- range $path, $_ := $.Files.Glob "files/yang/*.yang" }} |
| 63 | {{ base $path }}: | |
| 64 | {{ $.Files.Get $path | indent 6 }} |
| 65 | {{- end }} |