Matteo Scandolo | 866e59b | 2021-01-22 10:49:04 -0800 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-present Open Networking Foundation |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | |
| 17 | # ATT values are the defaults, nothing to override here. |
| 18 | # This file is only useful so that during CI we can always invoke `helm install` |
| 19 | # with `-f examples/${workflow}-values.yaml` |
Matteo Scandolo | 15aa1a9 | 2021-05-04 10:37:43 -0700 | [diff] [blame] | 20 | |
| 21 | servicesConfig: |
| 22 | workflow: att |
| 23 | services: |
| 24 | - name: hsia |
| 25 | c_tag: 900 |
| 26 | c_tag_allocation: unique |
| 27 | s_tag: 900 |
| 28 | s_tag_allocation: shared |
| 29 | needs_eapol: true |
| 30 | needs_dhcp: true |
| 31 | tp_id: 64 |