blob: c0f3674b6088687a8c63601732732bbc95118e22 [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
Zack Williams2d325cb2017-10-23 11:21:05 -070018xos_tosca_host: "xos-tosca"
19
Matteo Scandoloaf66fbc2017-10-13 15:29:02 -070020head_credentials_dir: "/opt/credentials"
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070021
22xos_admin_user: "xosadmin@opencord.org"
Matteo Scandoloaf66fbc2017-10-13 15:29:02 -070023xos_admin_pass: "{{ lookup('password', head_credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}"
Matteo Scandolo3fc188e2017-10-02 18:05:58 -070024
25xos_tosca_config_templates: []
26
27xos_new_tosca_config_templates: []
28
29use_openstack: True