blob: e7f2be142f5d5c91567116ffb1eeeea287075166 [file] [log] [blame]
Zack Williams2e650942018-01-23 13:29:24 -07001---
Scott Baker1862ba82017-10-12 08:57:55 -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 Williams2e650942018-01-23 13:29:24 -070016# test-ecord-subscriber-enable/defaults/main.yml
Scott Baker1862ba82017-10-12 08:57:55 -070017
Zack Williams2e650942018-01-23 13:29:24 -070018xos_tosca_url: "http://xos-tosca/xos-tosca"
19
20head_credentials_dir: "/opt/credentials"
21
22head_cord_profile_dir: "/opt/cord_profile"
Scott Baker1862ba82017-10-12 08:57:55 -070023
24xos_admin_user: "xosadmin@opencord.org"
Zack Williams2e650942018-01-23 13:29:24 -070025head_xos_admin_pass: "{{ lookup('file', head_credentials_dir ~ '/' ~ xos_admin_user) }}"
26