blob: 5151df77ce6179ba32ea8c7f17becb980e2f358d [file] [log] [blame]
Zack Williams01623162017-10-17 08:33:27 -07001---
Luca Pretece444892017-09-28 15:26:11 -07002# 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
Luca Pretece444892017-09-28 15:26:11 -070016cord_scenario: cord
17cord_profile: ecord
18
19vagrant_vms:
20 - 'corddev'
21
22# Variables
Luca Pretece444892017-09-28 15:26:11 -070023fabric_ip: '10.6.1.1/24'
24management_ip: '10.6.0.1/24'
25external_ip: '10.201.101.31/24'
26external_gw: '10.201.101.1'
27external_iface: 'eth2'
28management_network: 10.6.0.0/24
Zack Williams3c255fe2017-10-19 08:17:32 -070029management_ignore_names: 'eth0'
Luca Pretece444892017-09-28 15:26:11 -070030
31deploy_docker_registry: "10.201.101.31:5000"
32
Luca Pretece444892017-09-28 15:26:11 -070033# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
34# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
35# one level up from the `cord` directory
Kailash Khalasi7f3349c2018-05-01 11:46:36 -070036host_cord_profile_dir: "/var/jenkins_home_new/workspace/cord_profile"
Luca Pretece444892017-09-28 15:26:11 -070037
38build_targets:
39 - 'setup-automation'
40
41copy_cord_prereqs:
42 - 'config-ssh-key'
43
44skipTags:
45 - 'set_compute_node_password'
46
47# Wait until headnode prepped before building containers, for consistent DNS
48docker_images_prereqs:
49 - 'prep-headnode'
50
Zack Williams3c255fe2017-10-19 08:17:32 -070051# headnode to ssh to for some make tasks
52headnode: cord@10.201.101.31
Luca Pretece444892017-09-28 15:26:11 -070053
54# Inventory for ansible, used to generate inventory.ini
55inventory_groups:
56 config:
57 localhost:
58 ansible_connection: local
59 build:
60 corddev:
61 head:
62 head1:
63 ansible_host: 10.201.101.31
64 ansible_port: 22
65 ansible_user: cord
66 ansible_ssh_pass: cord
67 compute: