blob: 142ae21869b1deaf7b9a9440059d28c1c0eaac78 [file] [log] [blame]
Woojoong Kim1bc3eb52017-12-20 14:37:42 -08001---
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
Pingping Lin4fc4e7d2018-05-09 17:08:43 -070016# This file is for M-CORD 5.0
17
Woojoong Kim1bc3eb52017-12-20 14:37:42 -080018cord_scenario: cord
19cord_profile: mcord-cavium
20
21vagrant_vms:
22 - 'corddev'
23
24# Variables
25fabric_ip: '10.6.1.1/24'
26management_ip: '10.6.0.1/24'
27external_ip: '10.90.2.10/16'
28external_gw: '10.90.0.1'
29external_iface: 'eth0'
30management_network: 10.6.0.0/24
Pingping Lin4fc4e7d2018-05-09 17:08:43 -070031fabric_include_module_types: 'ixgbe'
32fabric_exclude_module_types: 'igb'
33management_include_module_types: 'igb'
34management_exclude_module_types: 'ixgbe'
Woojoong Kim1bc3eb52017-12-20 14:37:42 -080035
36deploy_docker_registry: "10.90.2.10:5000"
37
38headnode: cord@10.90.2.10
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
Suchitra Vemuri983b6932018-05-11 16:03:43 -070043host_cord_profile_dir: "/var/jenkins_home_new/workspace/cord_profile"
Woojoong Kim1bc3eb52017-12-20 14:37:42 -080044
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
58# node topology
59physical_node_list:
60 - name: head1
61 aliases:
62 - head
63
64# Inventory for ansible, used to generate inventory.ini
65inventory_groups:
66 config:
67 localhost:
68 ansible_connection: local
69 build:
70 corddev:
71 head:
72 head1:
73 ansible_host: 10.90.2.10
74 ansible_port: 22
75 ansible_user: cord
76 ansible_ssh_pass: cord
77 compute: