blob: a351bf546ec3544d9d5300c1740b7431208aaa07 [file] [log] [blame]
Luca Pretebd566d02017-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 Williams3c255fe2017-10-19 08:17:32 -070020# Variables
21# shared between podconfigs, for root/intermediate CA setup
22pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_pki' ) | realpath }}"
23
24# different, as passwords/SSH keys/cord_profile should be different
25credentials_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_credentials' ) | realpath }}"
26ssh_pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_ssh_pki' ) | realpath }}"
27config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_profile' ) | realpath }}"
28
Luca Pretebd566d02017-10-17 10:53:22 -070029start_xos_prereqs:
30 - deploy-onos
31
32vagrant_vms: []
33
34cord_config_prereqs:
35 - config-ssh-key
36
37copy_cord_prereqs:
38 - config-ssh-key
39
40prep_buildnode_prereqs:
41 - copy-cord
42 - copy-config
43
Zack Williams3c255fe2017-10-19 08:17:32 -070044headnode: cord@10.90.1.10
45buildnode: cord@10.90.1.10
46
Luca Pretebd566d02017-10-17 10:53:22 -070047# Inventory for ansible, used to generate inventory.ini
48inventory_groups:
49 config:
50 localhost:
51 ansible_connection: local
52 build:
53 head1:
54 ansible_host: 10.90.1.10
55 ansible_port: 22
56 ansible_user: cord
57 ansible_ssh_pass: cord
58 head:
59 head1:
60 ansible_host: 10.90.1.10
61 ansible_port: 22
62 ansible_user: cord
63 ansible_ssh_pass: cord
64 compute: