blob: a71968b69d97c908da165518a06f645a7f08c8e3 [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
Pingping Lin99861052017-11-29 17:30:17 -080017cord_profile: mcord-ng40
Luca Pretece444892017-09-28 15:26:11 -070018
19vagrant_vms:
20 - 'corddev'
21
22# Variables
23credentials_dir: '/opt/credentials'
24pki_dir: '/opt/pki'
25ssh_pki_dir: '/opt/ssh_pki'
26
27fabric_ip: '10.6.1.1/24'
28management_ip: '10.6.0.1/24'
29external_ip: '10.201.101.41/24'
30external_gw: '10.201.101.1'
31external_iface: 'eth2'
32management_network: 10.6.0.0/24
33
34deploy_docker_registry: "10.201.101.41:5000"
35
36headnode: cord@10.201.101.41
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
Kailash Khalasi7f3349c2018-05-01 11:46:36 -070041host_cord_profile_dir: "/var/jenkins_home_new/workspace/cord_profile"
Luca Pretece444892017-09-28 15:26:11 -070042
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
62management_ignore_names: 'eth0'
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.201.101.41
74 ansible_port: 22
75 ansible_user: cord
76 ansible_ssh_pass: cord
77 compute: