blob: c0148098dc7142559aa78db929af9089cc676072 [file] [log] [blame]
Zack Williamsf8ffb6f2017-10-17 08:33:27 -07001---
You Wang3e6beac2017-08-31 15:12:13 -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 Pretee87ad4c2017-09-01 16:35:07 -070016cord_scenario: cord
17cord_profile: rcord
Luca Pretef3a39612017-04-11 15:30:44 -070018
Luca Pretee87ad4c2017-09-01 16:35:07 -070019vagrant_vms:
Luca Prete9af34632017-09-07 11:51:36 -070020 - 'corddev'
Luca Pretef3a39612017-04-11 15:30:44 -070021
Luca Pretee87ad4c2017-09-01 16:35:07 -070022# Variables
Luca Pretee87ad4c2017-09-01 16:35:07 -070023fabric_ip: '10.6.1.1/24'
24management_ip: '10.6.0.1/24'
25external_ip: '10.201.101.11/24'
26external_gw: '10.201.101.1'
27external_iface: 'eth2'
28management_network: 10.6.0.0/24
Luca Prete766e9402017-03-10 14:02:32 -080029
Luca Pretee87ad4c2017-09-01 16:35:07 -070030deploy_docker_registry: "10.201.101.11:5000"
Luca Pretef3a39612017-04-11 15:30:44 -070031
Luca Pretee87ad4c2017-09-01 16:35:07 -070032headnode: cord@10.201.101.11
Luca Pretef3a39612017-04-11 15:30:44 -070033
Luca Pretee87ad4c2017-09-01 16:35:07 -070034# 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
Kailash Khalasi6dfaae32018-05-01 11:49:19 -070037host_cord_profile_dir: "/var/jenkins_home_new/workspace/cord_profile"
Luca Pretee87ad4c2017-09-01 16:35:07 -070038
39build_targets:
Luca Prete9af34632017-09-07 11:51:36 -070040 - 'setup-automation'
Luca Prete8f079672017-09-05 16:40:01 -070041
42copy_cord_prereqs:
Luca Prete9af34632017-09-07 11:51:36 -070043 - 'config-ssh-key'
Luca Pretee87ad4c2017-09-01 16:35:07 -070044
45skipTags:
46 - 'set_compute_node_password'
Luca Pretee87ad4c2017-09-01 16:35:07 -070047
48# Wait until headnode prepped before building containers, for consistent DNS
49docker_images_prereqs:
Luca Prete9af34632017-09-07 11:51:36 -070050 - 'prep-headnode'
Luca Pretee87ad4c2017-09-01 16:35:07 -070051
52# node topology
53physical_node_list:
54 - name: head1
55 aliases:
56 - head
57
Luca Prete7e99eb52017-09-01 17:55:29 -070058management_ignore_names: 'eth0'
59
Luca Pretee87ad4c2017-09-01 16:35:07 -070060# Inventory for ansible, used to generate inventory.ini
61inventory_groups:
Luca Pretee87ad4c2017-09-01 16:35:07 -070062 config:
63 localhost:
64 ansible_connection: local
Luca Pretee87ad4c2017-09-01 16:35:07 -070065 build:
66 corddev:
Luca Pretee87ad4c2017-09-01 16:35:07 -070067 head:
68 head1:
69 ansible_host: 10.201.101.11
70 ansible_port: 22
71 ansible_user: cord
72 ansible_ssh_pass: cord
Luca Prete8f079672017-09-05 16:40:01 -070073 compute: