blob: 315f4e0f7bcb41dc0537f6447b15069d9631cc92 [file] [log] [blame]
Luca Pretebd566d02017-10-17 10:53:22 -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
16# POD config for ONF E-CORD POD, E-CORD local POD 3
17cord_scenario: cord
18cord_profile: ecord
Luca Pretebd566d02017-10-17 10:53:22 -070019# Variables
Zack Williams093ff982017-10-19 08:56:32 -070020# shared between podconfigs, for root/intermediate CA setup
21pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_pki' ) | realpath }}"
22
23# different, as passwords/SSH keys/cord_profile should be different
24credentials_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_credentials' ) | realpath }}"
25ssh_pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_ssh_pki' ) | realpath }}"
26config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod3_profile' ) | realpath }}"
27
28# path created on local system, mounted into corddev by Vagrant
29host_cord_profile_dir: "/var/jenkins_home/workspace/onf_ecord_local_pod3_profile"
Luca Pretebd566d02017-10-17 10:53:22 -070030
31fabric_ip: '10.6.1.1/24'
32management_ip: '10.6.0.1/24'
33external_ip: '10.90.1.70/16'
34external_gw: '10.90.0.1'
Luca Prete85501ff2017-10-17 16:30:37 -070035external_iface: 'eth0'
Luca Pretebd566d02017-10-17 10:53:22 -070036management_network: 10.6.0.0/24
37
38deploy_docker_registry: "10.90.1.70:5000"
39
Zack Williams093ff982017-10-19 08:56:32 -070040vagrant_vms:
41 - 'corddev'
Luca Pretebd566d02017-10-17 10:53:22 -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
Zack Williams093ff982017-10-19 08:56:32 -070056# headnode to ssh to for some make tasks
57headnode: cord@10.90.1.70
Luca Pretebd566d02017-10-17 10:53:22 -070058
59# Inventory for ansible, used to generate inventory.ini
60inventory_groups:
61 config:
62 localhost:
63 ansible_connection: local
64 build:
65 corddev:
66 head:
67 head1:
68 ansible_host: 10.90.1.70
69 ansible_port: 22
70 ansible_user: cord
71 ansible_ssh_pass: cord
72 compute: