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