blob: 6d500783059ef74492642a1a064d99e5495dbfa4 [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
30# Override setting in scenarios/cord/config.yml with noop
31docker_image_prereqs:
32 - prep-buildnode
33
Andy Bavierfb724fc2017-08-22 07:37:51 -070034deploy_docker_registry: "10.100.198.201:5000"
Andy Bavierafaa5302017-08-15 08:56:15 -070035
36inventory_groups:
37
38 config:
39 localhost:
40 ansible_connection: local
41
42 build:
43 localhost:
44 ansible_connection: local
45
46 head:
47 head1:
48
49 compute: