blob: 675fbe4311c7c8b002f67ed61628b3bdb472e174 [file] [log] [blame]
JianHaoc8f1ee72017-10-31 18:01:07 +08001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15---
16- hosts: {{ instance_name }}
Andy Bavier83e02722017-11-13 17:18:41 -070017 gather_facts: False
JianHaoc8f1ee72017-10-31 18:01:07 +080018 connection: ssh
Andy Bavier7d014652017-11-14 17:26:18 -070019 user: {{ login_user }}
JianHao69678342017-11-20 18:01:37 -080020 sudo: yes
21
JianHaoc8f1ee72017-10-31 18:01:07 +080022 vars:
Andy Bavier7d014652017-11-14 17:26:18 -070023 - password: "{{ login_password }}"
JianHao69678342017-11-20 18:01:37 -080024 - enb1_s1u_ip: {{ venb_s1u_ip }}
25 - enb1_s1u_netmask: 24
26 - mme_s11_ip: {{ venb_s11_ip }}
27 - mme_s11_netmask: 24
28 - spgw_s11_ip: {{ vspgwc_s11_ip }}
29 - appserver_sgi_ip: {{ venb_sgi_ip }}
30 - appserver_sgi_gateway: {{ vspgwu_sgi_ip }}
31 - appserver_sgi_netmask: 24
32 - ssh_venb_ip: {{ venb_management_ip }}
33 - ssh_vspgwc_ip: {{ vspgwc_management_ip }}
34 - ssh_vspgwu_ip: {{ vspgwu_management_ip }}
35 - fpc_management_ip: ''
36
JianHaoc8f1ee72017-10-31 18:01:07 +080037 roles:
Andy Bavierae2fec42017-11-20 10:55:13 -070038 - ng4t_config
JianHaoc8f1ee72017-10-31 18:01:07 +080039