blob: d5c1d864a35b46eb3b4fb78508a4b8163880d39f [file] [log] [blame]
Andy Bavierc0aa0b92018-04-23 11:28:38 -07001---
2# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Default values for the base-openstack profile.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
22nameOverride: ""
23fullnameOverride: ""
24
Matteo Scandoloe2965c92018-05-08 13:22:20 -070025imagePullPolicy: 'Always'
Andy Bavierc0aa0b92018-04-23 11:28:38 -070026
Zack Williamsacea1082018-07-06 13:09:06 -070027tosca_loaderImage: "xosproject/tosca-loader:master"
Andy Bavierc0aa0b92018-04-23 11:28:38 -070028
Andy Bavier43cdc662018-05-15 14:50:47 -070029xosAdminUser: "admin@opencord.org"
30xosAdminPassword: "letmein"
31
32cordSiteName: &site "mysite"
33cordDeploymentName: &deployment "mydeployment"
34
35keystoneAdminUser: "admin"
36keystoneAdminPassword: "password"
37keystoneAdminTenant: "admin"
38keystoneDomain: "Default"
Andy Bavierc0aa0b92018-04-23 11:28:38 -070039
Andy Bavier67a6e7f2018-05-30 12:17:45 -070040nodeKeyFile: "files/node_key"
41
Andy Bavier6e6191a2018-05-22 14:53:10 -070042# List of compute nodes to add to XOS
43computeNodes:
44 master:
45 name: node0.opencord.org
46 bridgeId: of:00000000abcdef01
47 dataPlaneIntf: fabric
48 dataPlaneIp: 10.6.1.1/24