blob: dba8023bbd54fb6fcf0689012c406fddc4893423 [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
gopinath9b8850d2017-08-25 18:02:12 -070049skipTags:
50 - 'set_compute_node_password'
51 - 'switch_support'
52
53# Wait until headnode prepped before building containers, for consistent DNS
54docker_images_prereqs:
55 - prep-headnode
56
Zack Williams2b26e562017-09-05 16:14:04 -070057copy_cord_prereqs:
58 - config-ssh-key
59
gopinath9b8850d2017-08-25 18:02:12 -070060# 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
Zack Williams2b26e562017-09-05 16:14:04 -070083 compute: