blob: afe94819d55e4cf359aa29f334f963bd05785a50 [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 Scandolo95cc3e12017-11-30 14:04:23 -080020head_credentials_dir: "/opt/credentials"
Matteo Scandolo7831f802017-11-28 16:46:30 -080021
22head_cord_profile_dir: "/opt/cord_profile"
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070023
24xos_admin_user: "xosadmin@opencord.org"
Zack Williamsfc6b64b2017-12-22 15:57:50 -070025head_xos_admin_pass: "{{ lookup('file', head_credentials_dir ~ '/' ~ xos_admin_user) }}"
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070026
27xos_tosca_config_templates: []
28
29xos_new_tosca_config_templates: []
30
31use_openstack: True