blob: 0802ced160e6e638a1930d0ed7702e65e214ba12 [file] [log] [blame]
Zack Williamsa88041c2017-09-13 10:11:55 -07001---
Matteo Scandolo3896c472017-08-01 13:31:42 -07002
3# Copyright 2017-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
Zack Williams6f5a6e72016-08-10 17:45:27 -070017# juju-setup/defaults/main.yml
Zack Williamsa88041c2017-09-13 10:11:55 -070018#
Zack Williams6f5a6e72016-08-10 17:45:27 -070019# note: juju_config_path and charm_versions are also set in
20# `juju-compute-setup/defaults/main.yml`. Keep these in sync.
21
22juju_config_path: /usr/local/src/juju_config.yml
Zack Williams684aa4c2016-04-14 07:04:38 -070023charm_versions: {}
Zack Williamsc047c872017-01-11 08:38:15 -070024
Zack Williams44845c62017-04-21 13:57:14 -070025pki_dir: "{{ playbook_dir }}/pki"
Zack Williams79286962017-07-10 12:24:37 -070026credentials_dir: "{{ playbook_dir }}/credentials"
Zack Williams3eca6472017-06-22 18:18:38 -070027
28site_name: placeholder-sitename
29site_suffix: "{{ site_name }}.test"
30
31keystone_admin_password: "{{ lookup('password', credentials_dir ~ '/cord_keystone_admin chars=ascii_letters,digits') }}"
schowdhury26bf70b2017-07-18 07:19:56 -070032
Zack Williamsa88041c2017-09-13 10:11:55 -070033use_dpdk: False
schowdhury26bf70b2017-07-18 07:19:56 -070034vcpu_pin_set: "^0,^2"
Andy Bavier43c54c82017-08-01 20:10:26 -070035hugepages: "60%"
36dpdk_socket_memory: "1024,0"
37dpdk_lcore_mask: "0x1"
38fabric_interfaces: "eth2"
39pmd_cpu_mask: "0x2"