blob: ed82da43bb53b192c66b6df3d1fd0aefbacd965d [file] [log] [blame]
Andy Baviera40e82b2018-05-07 17:00:36 -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 vmme.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
22nameOverride: ""
23fullnameOverride: ""
24
Andy Bavier5dd3d922018-06-18 14:10:33 -070025imagePullPolicy: 'Always'
Andy Baviera40e82b2018-05-07 17:00:36 -070026
27synchronizerImage: "xosproject/vmme-synchronizer:master"
28
29xosAdminUser: "admin@opencord.org"
30xosAdminPassword: "letmein"
31
Andy Bavierfcde7c62018-06-18 17:16:55 -070032vnfImageURL: "https://github.com/opencord/vMME/releases/download/vms/image-mme.qcow2.v0.1.1"
33vnfImageVersion: "v0.1.1"
Andy Baviera40e82b2018-05-07 17:00:36 -070034vnfImageFlavor: "m1.large"
35
36publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL5L5vDsQ1bmSeisxMf/GZEqv85oHHu6RFE17VYoTAuBBsHQnETOccbQT85qSBy5NAMAICtOd15iXYfmul0eFeSHoQr1H3IAXT0if6ANxXOm8/Z2rlRNthOEgsjDQU9foNxQ4wksygy5epKmbEhMqbFZjuj4zYfStPzE/gkFSE9QjhKMWaJmyLFfq9f8DnC+TTE41K5iGbtramr7qHSWsKKy75XV6MZZLLFExrQqlYDlLA2V0aYezCql3fB96KJmf6GJRT3j3Y7oWaj7gEzMCycA2QgP8ZNFL/2Q1qgvQRc6I46/HUiOh3IT8LVDdo2ZUn9qrNameQ1zR7a+wBvYIV Insecure M-CORD keypair"
37privateKeyFile: "files/id_rsa"
38
Andy Bavier0fe2e7a2018-05-30 11:54:46 -070039# These variables can be overridden by the profile chart
40global:
41 proxySshEnabled: true
42 proxySshUser: "root"
43
Andy Baviera40e82b2018-05-07 17:00:36 -070044resources: {}
45
46nodeSelector: {}
47
48tolerations: []
49
50affinity: {}