Andy Bavier | d048039 | 2018-03-21 07:52:14 -0700 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2018-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 | # Override XOS admin user and password values set in values.yaml |
| 18 | # |
| 19 | # helm install -f examples/adminuser-values.yaml xos-core -n xos-core |
| 20 | # helm install -f examples/adminuser-values.yaml xos-profiles/rcord-lite -n rcord-lite |
| 21 | |
| 22 | xosAdminUser: &adminuser "cordadmin@foobar.com" |
| 23 | xosAdminPassword: &adminpass "AVerySecurePassword" |
| 24 | |
Andy Bavier | d048039 | 2018-03-21 07:52:14 -0700 | [diff] [blame] | 25 | # Update the username / password for all the services |
Andy Bavier | da6e095 | 2018-05-01 13:48:56 -0700 | [diff] [blame] | 26 | addressmanager: |
| 27 | xosAdminUser: *adminuser |
| 28 | xosAdminPassword: *adminpass |
| 29 | fabric: |
| 30 | xosAdminUser: *adminuser |
| 31 | xosAdminPassword: *adminpass |
| 32 | onos-service: |
| 33 | xosAdminUser: *adminuser |
| 34 | xosAdminPassword: *adminpass |
| 35 | volt: |
| 36 | xosAdminUser: *adminuser |
| 37 | xosAdminPassword: *adminpass |
| 38 | vsg-hw: |
| 39 | xosAdminUser: *adminuser |
| 40 | xosAdminPassword: *adminpass |
Scott Baker | 0219e69 | 2018-04-10 07:50:23 -0700 | [diff] [blame] | 41 | kubernetes: |
| 42 | xosAdminUser: *adminuser |
| 43 | xosAdminPassword: *adminpass |
Scott Baker | 6a4fd49 | 2018-06-19 08:12:42 -0700 | [diff] [blame] | 44 | exampleservice: |
| 45 | xosAdminUser: *adminuser |
| 46 | xosAdminPassword: *adminpass |
Scott Baker | 22e46b7 | 2018-05-07 09:06:53 -0700 | [diff] [blame] | 47 | simpleexampleservice: |
| 48 | xosAdminUser: *adminuser |
| 49 | xosAdminPassword: *adminpass |