Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 1 | |
| 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 Baker | 58e88a8 | 2016-11-18 13:39:09 -0800 | [diff] [blame] | 17 | --- |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 18 | # onos-cord-install/defaults/main.yml |
Scott Baker | 58e88a8 | 2016-11-18 13:39:09 -0800 | [diff] [blame] | 19 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 20 | # paths |
| 21 | pki_dir: "{{ playbook_dir }}/pki" |
| 22 | ssh_pki_dir: "{{ playbook_dir }}/ssh_pki" |
| 23 | head_onos_cord_dir: "/opt/onos_cord" |
| 24 | |
Zack Williams | 1396aa3 | 2017-06-06 10:28:29 -0700 | [diff] [blame] | 25 | # ONOS docker image to use |
Andy Bavier | 75e1712 | 2017-07-26 09:07:19 -0700 | [diff] [blame] | 26 | pull_docker_registry: "" |
| 27 | pull_docker_tag: "candidate" |
| 28 | onos_docker_image: "{{ pull_docker_registry }}onosproject/onos:{{ pull_docker_tag }}" |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 29 | |
| 30 | # log level for ONOS |
| 31 | onos_log_level: "INFO" |
| 32 | |
| 33 | # name of master ssh key for this pod |
| 34 | pod_sshkey_name: "headnode" |
| 35 | |
| 36 | # used for Java KeyStore within ONOS image |
Jonathan Hart | a383c7c | 2017-08-18 13:58:16 -0700 | [diff] [blame] | 37 | trust_store_pw: "changeit" |
Scott Baker | 58e88a8 | 2016-11-18 13:39:09 -0800 | [diff] [blame] | 38 | |
Zack Williams | 275e48b | 2017-03-24 12:16:00 -0700 | [diff] [blame] | 39 | # logging_host should be set to DNS or IP addr of logstash host |
| 40 | logging_host: "cordloghost" |
Zack Williams | 30c01f9 | 2017-02-19 23:38:52 -0700 | [diff] [blame] | 41 | log4j_port: 4560 |
| 42 | |