Luca Prete | bd566d0 | 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 global |
| 17 | cord_scenario: single |
| 18 | cord_profile: ecord-global |
| 19 | |
Zack Williams | 3c255fe | 2017-10-19 08:17:32 -0700 | [diff] [blame] | 20 | # Variables |
| 21 | # shared between podconfigs, for root/intermediate CA setup |
| 22 | pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_pki' ) | realpath }}" |
| 23 | |
| 24 | # different, as passwords/SSH keys/cord_profile should be different |
| 25 | credentials_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_credentials' ) | realpath }}" |
| 26 | ssh_pki_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_ssh_pki' ) | realpath }}" |
| 27 | config_cord_profile_dir: "{{ ( playbook_dir ~ '/../../../onf_ecord_global_profile' ) | realpath }}" |
| 28 | |
Luca Prete | bd566d0 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 29 | start_xos_prereqs: |
| 30 | - deploy-onos |
| 31 | |
| 32 | vagrant_vms: [] |
| 33 | |
| 34 | cord_config_prereqs: |
| 35 | - config-ssh-key |
| 36 | |
| 37 | copy_cord_prereqs: |
| 38 | - config-ssh-key |
| 39 | |
| 40 | prep_buildnode_prereqs: |
| 41 | - copy-cord |
| 42 | - copy-config |
| 43 | |
Zack Williams | 3c255fe | 2017-10-19 08:17:32 -0700 | [diff] [blame] | 44 | headnode: cord@10.90.1.10 |
| 45 | buildnode: cord@10.90.1.10 |
| 46 | |
Luca Prete | bd566d0 | 2017-10-17 10:53:22 -0700 | [diff] [blame] | 47 | # Inventory for ansible, used to generate inventory.ini |
| 48 | inventory_groups: |
| 49 | config: |
| 50 | localhost: |
| 51 | ansible_connection: local |
| 52 | build: |
| 53 | head1: |
| 54 | ansible_host: 10.90.1.10 |
| 55 | ansible_port: 22 |
| 56 | ansible_user: cord |
| 57 | ansible_ssh_pass: cord |
| 58 | head: |
| 59 | head1: |
| 60 | ansible_host: 10.90.1.10 |
| 61 | ansible_port: 22 |
| 62 | ansible_user: cord |
| 63 | ansible_ssh_pass: cord |
| 64 | compute: |