blob: af602dc0ffe3af8a57b12a1602eb4a76247406c5 [file] [log] [blame]
Zack Williams2b26e562017-09-05 16:14:04 -07001---
gopinath9b8850d2017-08-25 18:02:12 -07002
3# Copyright 2017-present Open Networking Foundation
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16
17
gopinath9b8850d2017-08-25 18:02:12 -070018# 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
Zack Williams2b26e562017-09-05 16:14:04 -070060copy_cord_prereqs:
61 - config-ssh-key
62
gopinath9b8850d2017-08-25 18:02:12 -070063# node topology
64physical_node_list:
65 - name: head1
66 aliases:
67 - head
68
69# Inventory for ansible, used to generate inventory.ini
70inventory_groups:
71
72 config:
73 localhost:
74 ansible_connection: local
75
76 build:
77 corddev:
78
79 head:
80 head1:
81 ansible_host: 10.90.0.252
82 ansible_port: 22
83 ansible_user: cord
84 ansible_ssh_pass: cord
85
Zack Williams2b26e562017-09-05 16:14:04 -070086 compute: