blob: 361c0145fe5f2917bddc7b496f378563e9d2d325 [file] [log] [blame]
Luca Pretef57b6722017-10-30 16:54:30 -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
16cord_scenario: cord
Pingping Lind14e4b62017-11-29 17:30:17 -080017cord_profile: mcord-ng40
Luca Pretef57b6722017-10-30 16:54:30 -070018
19vagrant_vms:
20 - 'corddev'
21
22# Variables
Luca Pretef57b6722017-10-30 16:54:30 -070023fabric_ip: '10.6.1.1/24'
24management_ip: '10.6.0.1/24'
25external_ip: '10.90.2.10/16'
26external_gw: '10.90.0.1'
27external_iface: 'eth0'
28management_network: 10.6.0.0/24
Andy Bavier2e8ebc92017-10-31 16:23:25 -070029fabric_include_names: 'eth2,eth3'
30fabric_exclude_names: 'eth0,eth1'
31management_include_names: 'eth1'
32management_exclude_names: 'eth0,eth2,eth3'
Luca Pretef57b6722017-10-30 16:54:30 -070033
34deploy_docker_registry: "10.90.2.10:5000"
35
36headnode: cord@10.90.2.10
37
38# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
39# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
40# one level up from the `cord` directory
41host_cord_profile_dir: "/var/jenkins_home/workspace/cord_profile"
42
43build_targets:
44 - 'setup-automation'
45
46copy_cord_prereqs:
47 - 'config-ssh-key'
48
49skipTags:
50 - 'set_compute_node_password'
51
52# Wait until headnode prepped before building containers, for consistent DNS
53docker_images_prereqs:
54 - 'prep-headnode'
55
56# node topology
57physical_node_list:
58 - name: head1
59 aliases:
60 - head
61
62# Inventory for ansible, used to generate inventory.ini
63inventory_groups:
64 config:
65 localhost:
66 ansible_connection: local
67 build:
68 corddev:
69 head:
70 head1:
71 ansible_host: 10.90.2.10
72 ansible_port: 22
73 ansible_user: cord
74 ansible_ssh_pass: cord
75 compute: