blob: 5bc0507ea9d0cec14262f6f14f41e22bb12a0b94 [file] [log] [blame]
Luca Pretebcfdb662017-10-17 10:53:22 -07001---
2# 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
16# POD config for ONF E-CORD POD, E-CORD global
17cord_scenario: single
18cord_profile: ecord-global
19
Zack Williamsf08ac6d2017-10-19 08:17:32 -070020# Variables
Zack Williamsf08ac6d2017-10-19 08:17:32 -070021config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_profile' ) | realpath }}"
22
Luca Pretebcfdb662017-10-17 10:53:22 -070023start_xos_prereqs:
24 - deploy-onos
25
26vagrant_vms: []
27
28cord_config_prereqs:
29 - config-ssh-key
30
31copy_cord_prereqs:
32 - config-ssh-key
33
34prep_buildnode_prereqs:
35 - copy-cord
36 - copy-config
37
Zack Williamsf08ac6d2017-10-19 08:17:32 -070038headnode: cord@10.90.1.10
39buildnode: cord@10.90.1.10
40
Luca Pretebcfdb662017-10-17 10:53:22 -070041# Inventory for ansible, used to generate inventory.ini
42inventory_groups:
43 config:
44 localhost:
45 ansible_connection: local
46 build:
47 head1:
48 ansible_host: 10.90.1.10
49 ansible_port: 22
50 ansible_user: cord
51 ansible_ssh_pass: cord
52 head:
53 head1:
54 ansible_host: 10.90.1.10
55 ansible_port: 22
56 ansible_user: cord
57 ansible_ssh_pass: cord
58 compute: