blob: 5df6a05fb6d5cad8ed5a52adcc46d6be589bb021 [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2# Copyright 2017-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
Scott Baker58e88a82016-11-18 13:39:09 -080017---
Zack Williamsc989f262017-05-11 13:02:59 -070018# onos-cord-install/defaults/main.yml
Scott Baker58e88a82016-11-18 13:39:09 -080019
Zack Williamsc989f262017-05-11 13:02:59 -070020# paths
21pki_dir: "{{ playbook_dir }}/pki"
22ssh_pki_dir: "{{ playbook_dir }}/ssh_pki"
23head_onos_cord_dir: "/opt/onos_cord"
24
Zack Williams1396aa32017-06-06 10:28:29 -070025# ONOS docker image to use
Andy Bavier75e17122017-07-26 09:07:19 -070026pull_docker_registry: ""
27pull_docker_tag: "candidate"
28onos_docker_image: "{{ pull_docker_registry }}onosproject/onos:{{ pull_docker_tag }}"
Zack Williamsc989f262017-05-11 13:02:59 -070029
30# log level for ONOS
31onos_log_level: "INFO"
32
33# name of master ssh key for this pod
34pod_sshkey_name: "headnode"
35
36# used for Java KeyStore within ONOS image
Jonathan Harta383c7c2017-08-18 13:58:16 -070037trust_store_pw: "changeit"
Scott Baker58e88a82016-11-18 13:39:09 -080038
Zack Williams275e48b2017-03-24 12:16:00 -070039# logging_host should be set to DNS or IP addr of logstash host
40logging_host: "cordloghost"
Zack Williams30c01f92017-02-19 23:38:52 -070041log4j_port: 4560
42