Zack Williams | a88041c | 2017-09-13 10:11:55 -0700 | [diff] [blame] | 1 | --- |
Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 2 | |
| 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 Williams | 6f5a6e7 | 2016-08-10 17:45:27 -0700 | [diff] [blame] | 17 | # juju-setup/defaults/main.yml |
Zack Williams | a88041c | 2017-09-13 10:11:55 -0700 | [diff] [blame] | 18 | # |
Zack Williams | 6f5a6e7 | 2016-08-10 17:45:27 -0700 | [diff] [blame] | 19 | # note: juju_config_path and charm_versions are also set in |
| 20 | # `juju-compute-setup/defaults/main.yml`. Keep these in sync. |
| 21 | |
| 22 | juju_config_path: /usr/local/src/juju_config.yml |
Zack Williams | 684aa4c | 2016-04-14 07:04:38 -0700 | [diff] [blame] | 23 | charm_versions: {} |
Zack Williams | c047c87 | 2017-01-11 08:38:15 -0700 | [diff] [blame] | 24 | |
Zack Williams | 44845c6 | 2017-04-21 13:57:14 -0700 | [diff] [blame] | 25 | pki_dir: "{{ playbook_dir }}/pki" |
Zack Williams | 7928696 | 2017-07-10 12:24:37 -0700 | [diff] [blame] | 26 | credentials_dir: "{{ playbook_dir }}/credentials" |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 27 | |
| 28 | site_name: placeholder-sitename |
| 29 | site_suffix: "{{ site_name }}.test" |
| 30 | |
| 31 | keystone_admin_password: "{{ lookup('password', credentials_dir ~ '/cord_keystone_admin chars=ascii_letters,digits') }}" |
schowdhury | 26bf70b | 2017-07-18 07:19:56 -0700 | [diff] [blame] | 32 | |
Zack Williams | a88041c | 2017-09-13 10:11:55 -0700 | [diff] [blame] | 33 | use_dpdk: False |
schowdhury | 26bf70b | 2017-07-18 07:19:56 -0700 | [diff] [blame] | 34 | vcpu_pin_set: "^0,^2" |
Andy Bavier | 43c54c8 | 2017-08-01 20:10:26 -0700 | [diff] [blame] | 35 | hugepages: "60%" |
| 36 | dpdk_socket_memory: "1024,0" |
| 37 | dpdk_lcore_mask: "0x1" |
| 38 | fabric_interfaces: "eth2" |
| 39 | pmd_cpu_mask: "0x2" |