blob: 8316fe71e4b632fc3a3c18305b873d7ec28c9d7b [file] [log] [blame]
Matteo Scandolo3fc188e2017-10-02 18:05:58 -07001---
Matteo Scandolo3fc188e2017-10-02 18:05:58 -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
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070016# xos-config/defaults/main.yml
17
Matteo Scandolo7831f802017-11-28 16:46:30 -080018xos_tosca_url: "http://xos-tosca/xos-tosca"
Zack Williams2d325cb2017-10-23 11:21:05 -070019
Matteo Scandolo7831f802017-11-28 16:46:30 -080020credentials_dir: "{{ playbook_dir }}/credentials"
21
22head_cord_profile_dir: "/opt/cord_profile"
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070023
24xos_admin_user: "xosadmin@opencord.org"
Matteo Scandolo7831f802017-11-28 16:46:30 -080025xos_admin_pass: "{{ lookup('password', credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}"
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070026
27xos_tosca_config_templates: []
28
29xos_new_tosca_config_templates: []
30
31use_openstack: True