blob: a14f616f7267ae1d78d82d01fbdccb9cae4f856e [file] [log] [blame]
Zack Williams70c03e62017-10-04 10:56:57 -07001---
Luca Pretec5a27792017-09-28 15:26:11 -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 Williams70c03e62017-10-04 10:56:57 -070016# POD config for QCT POD3, E-CORD global
Luca Prete3f0dcd12017-09-29 10:00:21 -070017cord_scenario: single
Luca Pretec5a27792017-09-28 15:26:11 -070018cord_profile: ecord-global
19
Zack Williams70c03e62017-10-04 10:56:57 -070020start_xos_prereqs:
21 - deploy-onos
Luca Pretec5a27792017-09-28 15:26:11 -070022
Zack Williamsf41522b2017-10-16 23:15:38 -070023vagrant_vms: []
24
Zack Williams89c02372017-10-17 09:38:15 -070025cord_config_prereqs:
26 - config-ssh-key
27
Zack Williamsf8ffb6f2017-10-17 08:33:27 -070028copy_cord_prereqs:
29 - config-ssh-key
30
Zack Williamsf41522b2017-10-16 23:15:38 -070031prep_buildnode_prereqs:
Zack Williams89c02372017-10-17 09:38:15 -070032 - copy-cord
Zack Williamsf41522b2017-10-16 23:15:38 -070033 - copy-config
34
Zack Williams89c02372017-10-17 09:38:15 -070035headnode: cord@10.201.101.31
36buildnode: cord@10.201.101.31
37
Andy Bavier0d866df2018-01-10 17:02:52 -070038# node topology
Andy Bavier04f78732018-01-10 18:15:56 -070039# this is unusual, but needed because we're running a "single" scenario on a physical node instead of a VM
Andy Bavier0d866df2018-01-10 17:02:52 -070040physical_node_list:
41 - name: cord-head-03
Andy Bavier04f78732018-01-10 18:15:56 -070042 ipv4_last_octet: 1
Andy Bavier0d866df2018-01-10 17:02:52 -070043 aliases:
44 - head
45 - head1
46
Luca Pretec5a27792017-09-28 15:26:11 -070047# Inventory for ansible, used to generate inventory.ini
48inventory_groups:
49 config:
50 localhost:
51 ansible_connection: local
52 build:
Andy Bavier0d866df2018-01-10 17:02:52 -070053 head1:
Zack Williamsc6fb3d22017-10-12 08:58:20 -070054 ansible_host: 10.201.101.31
55 ansible_port: 22
56 ansible_user: cord
57 ansible_ssh_pass: cord
Luca Pretec5a27792017-09-28 15:26:11 -070058 head:
Andy Bavier0d866df2018-01-10 17:02:52 -070059 head1:
Luca Pretec5a27792017-09-28 15:26:11 -070060 ansible_host: 10.201.101.31
61 ansible_port: 22
62 ansible_user: cord
63 ansible_ssh_pass: cord
64 compute: