Luca Prete | bcfdb66 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 1 | --- |
| 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 1 |
| 17 | cord_scenario: cord |
| 18 | cord_profile: ecord |
| 19 | |
Luca Prete | bcfdb66 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 20 | # Variables |
Zack Williams | f08ac6d | 2017-10-19 08:17:32 -0700 | [diff] [blame] | 21 | config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_local_pod1_profile' ) | realpath }}" |
| 22 | |
| 23 | # path created on local system, mounted into corddev by Vagrant |
Zack Williams | 6fe514e | 2017-10-19 08:56:32 -0700 | [diff] [blame] | 24 | host_cord_profile_dir: "/var/jenkins_home/workspace/onf_ecord_local_pod1_profile" |
Luca Prete | bcfdb66 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 25 | |
| 26 | fabric_ip: '10.6.1.1/24' |
| 27 | management_ip: '10.6.0.1/24' |
| 28 | external_ip: '10.90.1.30/16' |
| 29 | external_gw: '10.90.0.1' |
Luca Prete | be3cf31 | 2017-10-17 16:30:37 -0700 | [diff] [blame] | 30 | external_iface: 'eth0' |
Luca Prete | bcfdb66 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 31 | management_network: 10.6.0.0/24 |
| 32 | |
| 33 | deploy_docker_registry: "10.90.1.30:5000" |
| 34 | |
Zack Williams | f08ac6d | 2017-10-19 08:17:32 -0700 | [diff] [blame] | 35 | vagrant_vms: |
| 36 | - 'corddev' |
Luca Prete | bcfdb66 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 37 | |
| 38 | build_targets: |
| 39 | - 'setup-automation' |
| 40 | |
| 41 | copy_cord_prereqs: |
| 42 | - 'config-ssh-key' |
| 43 | |
| 44 | skipTags: |
| 45 | - 'set_compute_node_password' |
| 46 | |
| 47 | # Wait until headnode prepped before building containers, for consistent DNS |
| 48 | docker_images_prereqs: |
| 49 | - 'prep-headnode' |
| 50 | |
Zack Williams | f08ac6d | 2017-10-19 08:17:32 -0700 | [diff] [blame] | 51 | # headnode to ssh to for some make tasks |
| 52 | headnode: cord@10.90.1.30 |
Luca Prete | bcfdb66 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 53 | |
| 54 | # Inventory for ansible, used to generate inventory.ini |
| 55 | inventory_groups: |
| 56 | config: |
| 57 | localhost: |
| 58 | ansible_connection: local |
| 59 | build: |
| 60 | corddev: |
| 61 | head: |
| 62 | head1: |
| 63 | ansible_host: 10.90.1.30 |
| 64 | ansible_port: 22 |
| 65 | ansible_user: cord |
| 66 | ansible_ssh_pass: cord |
| 67 | compute: |
Zack Williams | f08ac6d | 2017-10-19 08:17:32 -0700 | [diff] [blame] | 68 | |
Andrea Campanella | d19090a | 2017-11-27 18:41:06 +0100 | [diff] [blame] | 69 | #Prefix for the domainId |
| 70 | carrierethernet_domainid_prefix: 10.90.1.30 |
| 71 | |