Andy Bavier | 63408b7 | 2018-01-23 16:12:07 -0800 | [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 | # mcord-ng40-test-playbook.yml |
| 19 | # Tests CiaB cord-pod XOS configuration |
| 20 | |
| 21 | - name: Run base M-CORD tests |
| 22 | hosts: head |
| 23 | become: no |
| 24 | # These variables could be elevated to the profile. Think about |
| 25 | # doing this after the E2E test framework is complete. |
| 26 | vars: |
| 27 | test_networks: |
| 28 | - management |
| 29 | - sgi_network |
| 30 | - s11_network |
| 31 | - spgw_network |
| 32 | - s6a_network |
| 33 | - db_network |
| 34 | - flat_network_s1mme |
| 35 | - flat_network_s1u |
| 36 | test_services: |
| 37 | - vmme |
| 38 | - vhss |
| 39 | - hssdb |
| 40 | - vspgwc |
| 41 | - vspgwu |
| 42 | test_ports: |
| 43 | - { vm: vmme, network: management } |
| 44 | - { vm: vmme, network: s11_network } |
| 45 | - { vm: vmme, network: s6a_network } |
| 46 | - { vm: vmme, network: flat_network_s1mme } |
| 47 | - { vm: vhss, network: management } |
| 48 | - { vm: vhss, network: s6a_network } |
| 49 | - { vm: vhss, network: db_network } |
| 50 | - { vm: hssdb, network: management } |
| 51 | - { vm: hssdb, network: db_network } |
| 52 | - { vm: vspgwc, network: management } |
| 53 | - { vm: vspgwc, network: s11_network } |
| 54 | - { vm: vspgwc, network: spgw_network } |
| 55 | - { vm: vspgwu, network: management } |
| 56 | - { vm: vspgwu, network: flat_network_s1u } |
| 57 | - { vm: vspgwu, network: sgi_network } |
| 58 | - { vm: vspgwu, network: spgw_network } |
| 59 | epc_blueprint: mcord_5 |
| 60 | epc_sync_objects: |
| 61 | - vspgwu/vspgwutenants |
| 62 | - vspgwc/vspgwctenants |
| 63 | - vmme/vmmetenants |
| 64 | - vhss/vhsstenants |
| 65 | - hssdb/hssdbserviceinstances |
| 66 | roles: |
| 67 | - create-epc |
| 68 | - test-mcord-base |
| 69 | - epc-synced |