blob: aefd2bbbbeffca75e28ba17877fcaafa67ddb249 [file] [log] [blame]
Andy Baviereb418af2018-01-29 11:32:31 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15head_cord_profile_dir: "/opt/cord_profile"
16cord_use_case: rcord
17
18config_credentials_dir: "{{ playbook_dir }}/credentials"
19
20xos_admin_user: "xosadmin@opencord.org"
21xos_admin_pass: "{{ lookup('file', config_credentials_dir ~ '/' ~ xos_admin_user) }}"
22
23xos_tosca_url: "http://xos-tosca/xos-tosca"