blob: 48ab4f223fe7fa790730c234329e1852a41a624e [file] [log] [blame]
Matteo Scandolo60b640f2017-08-08 13:05:22 -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
Zack Williamsce63eb02017-02-28 10:46:22 -070017---
18# rcord-physical-example Pod Config
19# Example configuration for a physical R-CORD pod
20
21cord_scenario: cord
22cord_profile: rcord
23
24# Variables
25credentials_dir: '/opt/credentials'
26pki_dir: '/opt/pki'
27ssh_pki_dir: '/opt/ssh_pki'
28
29fabric_ip: '10.6.1.1/24'
30management_ip: '10.6.0.1/24'
31external_ip: '47.135.132.21/24'
32management_network: 10.6.0.0/24
33
34headnode: headnode.site1.opencord.org
35
36# Inventory for ansible, used to generate inventory.ini
37inventory_groups:
38
39 config:
40 localhost:
41 ansible_connection: local
42
43 build:
44 localhost:
45 ansible_connection: local
46
47 head:
48 headnode.site1.opencord.org:
49 ansible_host: 10.90.0.2
50 ansible_port: 22
51 ansible_user: ubuntu
52 ansible_ssh_pass: ubuntu
53
54 compute:
55