blob: 80f47d838634475d7076a09ef94f4a28d0d147e0 [file] [log] [blame]
gopinath9b8850d2017-08-25 18:02:12 -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-physical-example Pod Config
19# Example configuration for a physical R-CORD pod
20
21cord_scenario: cord
22cord_profile: rcord
23
24
25vagrant_vms:
26 - corddev
27
28# Variables
29credentials_dir: '/opt/credentials'
30pki_dir: '/opt/pki'
31ssh_pki_dir: '/opt/ssh_pki'
32
33fabric_ip: '10.6.1.1/24'
34management_ip: '10.6.0.1/24'
35external_ip: '10.90.0.252/16'
36external_gw: '10.90.0.1'
37external_iface: 'eth0'
38management_network: 10.6.0.0/24
39
40deploy_docker_registry: "10.90.0.252:5000"
41
42headnode: cord@10.90.0.252
43
44# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
45# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
46# one level up from the `cord` directory
47host_cord_profile_dir: "~/dev/cord_profile"
48
49build_targets:
50 - setup-automation
51
52skipTags:
53 - 'set_compute_node_password'
54 - 'switch_support'
55
56# Wait until headnode prepped before building containers, for consistent DNS
57docker_images_prereqs:
58 - prep-headnode
59
60# node topology
61physical_node_list:
62 - name: head1
63 aliases:
64 - head
65
66# Inventory for ansible, used to generate inventory.ini
67inventory_groups:
68
69 config:
70 localhost:
71 ansible_connection: local
72
73 build:
74 corddev:
75
76 head:
77 head1:
78 ansible_host: 10.90.0.252
79 ansible_port: 22
80 ansible_user: cord
81 ansible_ssh_pass: cord
82
83 compute: