blob: 882473d8bfc0cddd7a2cad648af44e12f568bc0a [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
Zack Williams0df6f2c2016-02-29 14:48:52 -070017---
Zack Williams6f5a6e72016-08-10 17:45:27 -070018# juju-setup/defaults/main.yml
Zack Williams0df6f2c2016-02-29 14:48:52 -070019
Zack Williams6f5a6e72016-08-10 17:45:27 -070020# note: juju_config_path and charm_versions are also set in
21# `juju-compute-setup/defaults/main.yml`. Keep these in sync.
22
23juju_config_path: /usr/local/src/juju_config.yml
Zack Williams684aa4c2016-04-14 07:04:38 -070024charm_versions: {}
Zack Williamsc047c872017-01-11 08:38:15 -070025
Zack Williams44845c62017-04-21 13:57:14 -070026pki_dir: "{{ playbook_dir }}/pki"
Zack Williams79286962017-07-10 12:24:37 -070027credentials_dir: "{{ playbook_dir }}/credentials"
Zack Williams3eca6472017-06-22 18:18:38 -070028
29site_name: placeholder-sitename
30site_suffix: "{{ site_name }}.test"
31
32keystone_admin_password: "{{ lookup('password', credentials_dir ~ '/cord_keystone_admin chars=ascii_letters,digits') }}"
schowdhury26bf70b2017-07-18 07:19:56 -070033
34enable_dpdk: False
35vcpu_pin_set: "^0,^2"
Andy Bavier43c54c82017-08-01 20:10:26 -070036hugepages: "60%"
37dpdk_socket_memory: "1024,0"
38dpdk_lcore_mask: "0x1"
39fabric_interfaces: "eth2"
40pmd_cpu_mask: "0x2"