Andy Bavier | afaa530 | 2017-08-15 08:56:15 -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 | |
| 17 | --- |
| 18 | # rcord-virtual Pod Config |
| 19 | # Creates a virtual multi-node R-CORD pod, aka "rcord-in-a-box" |
| 20 | # Uses the local server as the "build host", assumes Ubuntu 14.04 server |
| 21 | |
| 22 | cord_scenario: cord |
| 23 | cord_profile: rcord |
| 24 | |
| 25 | buildnode: localhost |
| 26 | |
| 27 | prep_buildnode_prereqs: |
| 28 | - build-local-bootstrap |
| 29 | |
gopinath | 9b8850d | 2017-08-25 18:02:12 -0700 | [diff] [blame] | 30 | vagrant_up_prereqs: |
| 31 | - prereqs-check |
| 32 | - ciab-ovs |
| 33 | |
Andy Bavier | afaa530 | 2017-08-15 08:56:15 -0700 | [diff] [blame] | 34 | # Override setting in scenarios/cord/config.yml with noop |
| 35 | docker_image_prereqs: |
| 36 | - prep-buildnode |
| 37 | |
Andy Bavier | fb724fc | 2017-08-22 07:37:51 -0700 | [diff] [blame] | 38 | deploy_docker_registry: "10.100.198.201:5000" |
Andy Bavier | afaa530 | 2017-08-15 08:56:15 -0700 | [diff] [blame] | 39 | |
| 40 | inventory_groups: |
| 41 | |
| 42 | config: |
| 43 | localhost: |
| 44 | ansible_connection: local |
| 45 | |
| 46 | build: |
| 47 | localhost: |
| 48 | ansible_connection: local |
| 49 | |
| 50 | head: |
| 51 | head1: |
| 52 | |
| 53 | compute: |