CORD-2407 MME playbook
Change-Id: Ifce2c1cc225d7469827f5da509b84957a45457e1
diff --git a/xos/synchronizer/steps/vmmetenant_playbook.yaml b/xos/synchronizer/steps/vmmetenant_playbook.yaml
index 05c13c1..5d90590 100644
--- a/xos/synchronizer/steps/vmmetenant_playbook.yaml
+++ b/xos/synchronizer/steps/vmmetenant_playbook.yaml
@@ -13,11 +13,21 @@
# limitations under the License.
---
-- hosts: {{ instance_name }}
- gather_facts: False
- connection: ssh
- user: ubuntu
- sudo: yes
- tasks:
+- hosts: {{ instance_name }}
+ gather_facts: False
+ connection: ssh
+ remote_user: ubuntu
+ become: yes
vars:
-
+ - source_path: /home/c3po/mme
+ - identity: "mme.localdomain"
+ - realm: "localdomain"
+ - connect_peer: "hss.openair4G.eur"
+ - hss_port: 3868
+ - s6a_hss_ip: {{ s6a_hss_ip }}
+ - s1mme_enb_ip: {{ s1mme_enb_ip }}
+ - s1mme_mme_ip: {{ s1mme_mme_ip }}
+ - s11_mme_ip: {{ s11_mme_ip }}
+ - s11_sgw_ip: {{ s11_sgw_ip }}
+ roles:
+ - sprint_mme_setup