blob: d524a7f9c8d7acf93c10e7164879f48ab4cf358d [file] [log] [blame]
Luca Prete5d23ef92018-01-11 16:50:46 -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: rcord
18
19vagrant_vms:
20 - 'corddev'
21
22# Variables
23fabric_ip: '10.6.1.1/24'
24management_ip: '10.255.20.1/24'
25external_ip: '10.255.21.2/24'
26external_gw: '10.255.21.254'
27external_iface: 'eno3'
28management_network: 10.255.20.0/24
29
30deploy_docker_registry: "10.255.21.2:5000"
31
32headnode: cord@10.255.21.2
33
34# NOTE: The `host_cord_profile_dir` variable below is the path to the cord_profile dir that
35# gets mounted to corddev VM.This `cord_profile` dir typically lives in a directory
36# one level up from the `cord` directory
37host_cord_profile_dir: "/var/jenkins_home/workspace/cord_profile"
38
Luca Prete86178852018-01-12 10:19:58 -080039# Extra network config
40fabric_include_module_types: 'ixgbe'
41
Luca Prete5d23ef92018-01-11 16:50:46 -080042build_targets:
43 - 'setup-automation'
44
45copy_cord_prereqs:
46 - 'config-ssh-key'
47
48skipTags:
49 - 'set_compute_node_password'
50
51# Wait until headnode prepped before building containers, for consistent DNS
52docker_images_prereqs:
53 - 'prep-headnode'
54
55# node topology
56physical_node_list:
57 - name: head1
58 aliases:
59 - head
60
61password_compute_node: ubuntu
62password_maas_admin: admin
63password_maas_user: cord
64
65# Inventory for ansible, used to generate inventory.ini
66inventory_groups:
67 config:
68 localhost:
69 ansible_connection: local
70 build:
71 corddev:
72 head:
73 head1:
74 ansible_host: 10.255.21.2
75 ansible_port: 22
76 ansible_user: cord
77 ansible_ssh_pass: cord
78 compute: