CSIT-613 Update VIRL ansible files
[csit.git] / resources / tools / testbed-setup / playbooks / 03-virl-post-install.yaml
index b0e857c..7558c70 100644 (file)
     shell: ln -s /nfs/scratch /scratch
     args:
       creates: /scratch
-  - name: upate Nova CPU mode
+  - name: Upate Nova CPU mode
     ini_file: dest=/etc/nova/nova.conf section=libvirt option=cpu_mode value=host-passthrough
   - name: Restart nova-compute service
     service: name=nova-compute state=restarted
+  - name: Change listen interface in NTP settings
+    lineinfile: dest=/etc/ntp.conf state=present regexp='^interface listen 172.16.*' line='interface listen {{ ansible_default_ipv4["address"] }}'
+  - name: Restart NTP service
+    service: name=ntp state=restarted
   - name: Permit SSH user environment
     lineinfile: dest=/etc/ssh/sshd_config state=present regexp='PermitUserEnvironment.*' line='PermitUserEnvironment yes'
   - name: Restart SSH daemon
     command: ln -sf /home/jenkins-in/testcase-infra/bin/start-testcase /home/jenkins-in/bin/start-testcase
     args:
       creates: /home/jenkins-in/bin/start-testcase
-  - name: Link start-honeycomb-testcase executable
-    command: ln -sf /home/jenkins-in/testcase-infra/bin/start-honeycomb-testcase /home/jenkins-in/bin/start-honeycomb-testcase
-    args:
-      creates: /home/jenkins-in/bin/start-honeycomb-testcase
   - name: Link stop-testcase executable
     command: ln -sf /home/jenkins-in/testcase-infra/bin/stop-testcase /home/jenkins-in/bin/stop-testcase
     args:
@@ -70,7 +70,7 @@
   remote_user: virl
   tasks:
   - name: Create VIRL project
-    shell: virl_uwm_client project-create --name tb4-virl --enabled True --user-password Cisco1234
+    shell: virl_uwm_client project-create --name tb4-virl --enabled True --user-password Cisco1234 -i 400 -r 1024000 -c 500
     ignore_errors: true
 #  - name: Delete VIRL project user
 #    shell: virl_uwm_client user-delete --name tb4-virl