blob: ce606cd861e6b4108c9401032ddfbbd79510bd10 [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
40inventory_groups:
41
42 config:
43 localhost:
44 ansible_connection: local
45
46 build:
47 localhost:
48 ansible_connection: local
49
50 head:
51 head1:
52
53 compute: