blob: 06f1c26bec5f806ea357f05ae52589bab015aa65 [file] [log] [blame]
Luca Pretee8756fd2017-10-12 11:23:42 -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
18cord_scenario: cord
19cord_profile: rcord
20
21vagrant_vms:
22 - 'corddev'
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: '192.168.18.61/24'
32external_gw: '192.168.18.251'
33external_iface: 'eno1'
34management_network: 10.6.0.0/24
35
36deploy_docker_registry: "192.168.18.61:5000"
37
38headnode: cord@192.168.18.61
39
40# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
41# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
42# one level up from the `cord` directory
43host_cord_profile_dir: "/var/jenkins_home/workspace/cord_profile"
44
45build_targets:
46 - 'setup-automation'
47
48copy_cord_prereqs:
49 - 'config-ssh-key'
50
51skipTags:
52 - 'set_compute_node_password'
53
54# Wait until headnode prepped before building containers, for consistent DNS
55docker_images_prereqs:
56 - 'prep-headnode'
57
Luca Prete0e89a002017-10-23 16:24:42 -070058# Node topology
Luca Pretee8756fd2017-10-12 11:23:42 -070059physical_node_list:
60 - name: head1
61 aliases:
62 - head
63
Luca Prete0e89a002017-10-23 16:24:42 -070064# Extra network config
65'fabric_include_names': 'eth4'
66'management_ignore_names': 'eth0,eth1,eth3,eth5'
67
Luca Pretee8756fd2017-10-12 11:23:42 -070068# Inventory for ansible, used to generate inventory.ini
69inventory_groups:
70 config:
71 localhost:
72 ansible_connection: local
73 build:
74 corddev:
75 head:
76 head1:
77 ansible_host: 192.168.18.61
78 ansible_port: 22
79 ansible_user: cord
80 ansible_ssh_pass: cord
81 compute: