blob: cb0e1bdddd1e441ba0abf95896c43686bd4ccc34 [file] [log] [blame]
Andy Bavierafaa5302017-08-15 08:56:15 -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
17---
18# rcord-virtual Pod Config
19# Creates a virtual multi-node R-CORD pod, aka "rcord-in-a-box"
20# Uses the local server as the "build host", assumes Ubuntu 14.04 server
21
22cord_scenario: cord
23cord_profile: rcord
24
25buildnode: localhost
26
27prep_buildnode_prereqs:
28 - build-local-bootstrap
29
gopinath9b8850d2017-08-25 18:02:12 -070030vagrant_up_prereqs:
31 - prereqs-check
32 - ciab-ovs
33
Andy Bavierafaa5302017-08-15 08:56:15 -070034# Override setting in scenarios/cord/config.yml with noop
35docker_image_prereqs:
36 - prep-buildnode
37
Andy Bavierfb724fc2017-08-22 07:37:51 -070038deploy_docker_registry: "10.100.198.201:5000"
Andy Bavierafaa5302017-08-15 08:56:15 -070039
Jonathan Hart37a119c2017-09-13 16:07:24 -070040external_iface: 'eth0'
41
42build_targets:
43 - compute1-up
44
45skipTags:
46 - 'set_compute_node_password'
47 - 'switch_support'
48 - 'reboot'
49 - 'interface_config'
50
51# Other old config carried over
52cord_in_a_box: True # what is this for?
53fabric_include_names: eth2
54fabric_include_module_types: omit
55fabric_exclude_names: eth0,eth1
56management_include_names: eth1
57management_exclude_names: eth0,eth2
58
Andy Bavierafaa5302017-08-15 08:56:15 -070059inventory_groups:
60
61 config:
62 localhost:
63 ansible_connection: local
64
65 build:
66 localhost:
67 ansible_connection: local
68
69 head:
70 head1:
71
72 compute: