blob: f70c9b189a06e4eae6eda419d6774cfdf2066046 [file] [log] [blame]
Yi Tseng0dbb3972017-12-11 11:23:27 -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
16cord_scenario: cord
17cord_profile: mcord-ng40
18
19vagrant_vms:
20 - 'corddev'
21
22# Variables
23fabric_ip: '10.6.1.1/24'
24management_ip: '10.6.0.1/24'
25external_ip: '10.92.0.20/24'
26external_gw: '10.92.0.1'
27external_iface: 'enp8s0f0'
28management_network: 10.6.0.0/24
Yi Tseng109d1972017-12-13 09:57:25 -080029management_exclude_names: 'enp8s0f0'
30fabric_include_module_types: 'ixgbe'
31fabric_exclude_module_types: 'igb'
32management_include_module_types: 'igb'
33management_exclude_module_types: 'ixgbe'
Yi Tseng0dbb3972017-12-11 11:23:27 -080034
35deploy_docker_registry: "10.92.0.20:5000"
36
37headnode: cord@10.92.0.20
38
39# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
40# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
41# one level up from the `cord` directory
42host_cord_profile_dir: "/var/jenkins_home/workspace/cord_profile"
43
44build_targets:
45 - 'setup-automation'
46
47copy_cord_prereqs:
48 - 'config-ssh-key'
49
50skipTags:
51 - 'set_compute_node_password'
52
53# Wait until headnode prepped before building containers, for consistent DNS
54docker_images_prereqs:
55 - 'prep-headnode'
56
57# node topology
58physical_node_list:
59 - name: head1
60 aliases:
61 - head
62
63# Inventory for ansible, used to generate inventory.ini
64inventory_groups:
65 config:
66 localhost:
67 ansible_connection: local
68 build:
69 corddev:
70 head:
71 head1:
72 ansible_host: 10.92.0.20
73 ansible_port: 22
74 ansible_user: cord
75 ansible_ssh_pass: cord
76 compute: