Install simulated fabric and test client on the compute node

Change-Id: I8bd88561064f1309f1779e4666ba655bcad56bfa
diff --git a/roles/automation-integration/tasks/main.yml b/roles/automation-integration/tasks/main.yml
index 9f81631..c76dadd 100644
--- a/roles/automation-integration/tasks/main.yml
+++ b/roles/automation-integration/tasks/main.yml
@@ -57,6 +57,8 @@
     - head-prep
     - juju-compute-setup
     - xos-compute-setup
+    - maas-simulate-fabric
+    - maas-test-client-install
 
 - name: Copy Required Ansible Variables
   become: yes
@@ -71,6 +73,11 @@
     - cord.yml
     - example_keystone.yml
 
+- name: Store cord_in_a_box value for compute node provisioning
+  become: yes
+  lineinfile: "dest=/etc/maas/ansible/vars/cord.yml state=present regexp='^cord_in_a_box' line='cord_in_a_box: True'"
+  when: cord_in_a_box
+
 - name: Ensure JuJu and XOS Compute Node Provisioning
   become: yes
   lineinfile: