blob: bdad17b1e1803610a6010577deffc4dca4a50e73 [file] [log] [blame]
Andy Bavierd0480392018-03-21 07:52:14 -07001---
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
22xosAdminUser: &adminuser "cordadmin@foobar.com"
23xosAdminPassword: &adminpass "AVerySecurePassword"
24
Andy Bavierd0480392018-03-21 07:52:14 -070025# Update the username / password for all the services
Andy Bavierda6e0952018-05-01 13:48:56 -070026addressmanager:
27 xosAdminUser: *adminuser
28 xosAdminPassword: *adminpass
29fabric:
30 xosAdminUser: *adminuser
31 xosAdminPassword: *adminpass
32onos-service:
33 xosAdminUser: *adminuser
34 xosAdminPassword: *adminpass
35volt:
36 xosAdminUser: *adminuser
37 xosAdminPassword: *adminpass
38vsg-hw:
39 xosAdminUser: *adminuser
40 xosAdminPassword: *adminpass
Scott Baker0219e692018-04-10 07:50:23 -070041kubernetes:
42 xosAdminUser: *adminuser
43 xosAdminPassword: *adminpass
Scott Baker6a4fd492018-06-19 08:12:42 -070044exampleservice:
45 xosAdminUser: *adminuser
46 xosAdminPassword: *adminpass
Scott Baker22e46b72018-05-07 09:06:53 -070047simpleexampleservice:
48 xosAdminUser: *adminuser
49 xosAdminPassword: *adminpass