blob: 2a121f02924689febbbba9961f9abe8b73cfa9cf [file] [log] [blame]
Zack Williams2f5f2bd2017-12-01 15:04:22 -07001---
Matteo Scandolo3896c472017-08-01 13:31:42 -07002# 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
Zack Williams275e48b2017-03-24 12:16:00 -070016# create-lxd/defaults/main.yml
17
Zack Williams5223dd92017-02-28 23:38:02 -070018ssh_pki_dir: "{{ playbook_dir }}/ssh_pki"
19pod_sshkey_name: "headnode"
20
21head_lxd_list: []
22
23# For programatic generation of MAC addresses for LXD containers
Zack Williams2f5f2bd2017-12-01 15:04:22 -070024management_net_cidr: "10.1.0.0/24"
25management_net_bridge: "mgmtbr"
26
27vtn_net_management_host_hwaddr_prefix: "06A6"
28vtn_net_management_host_cidr: "{{ management_net_cidr }}"
Zack Williams275e48b2017-03-24 12:16:00 -070029
Zack Williamsfe284a12017-07-01 11:00:04 -070030use_maas: False