cord-776 create build / runtime containers for autmation uservice

Change-Id: Iee8b7b94e04e13318c879986ddeca39159ec8f7b
diff --git a/roles/automation-integration/templates/do-enlist-compute-node.j2 b/roles/automation-integration/templates/do-enlist-compute-node.j2
index 9f617f1..1c96cce 100644
--- a/roles/automation-integration/templates/do-enlist-compute-node.j2
+++ b/roles/automation-integration/templates/do-enlist-compute-node.j2
@@ -1,13 +1,13 @@
-#!/bin/bash
+#!/bin/ash
 
 ID=$1
 HOSTNAME=$2
 LOG=/etc/maas/ansible/logs/$ID.log
 
-INV=$(tempfile)
+INV=$(mktemp)
 cat >$INV <<EO_INV
 [head]
-juju-head-node ansible_user={{ ansible_user_id }}
+juju-head-node.cord.lab ansible_user={{ ansible_user_id }}
 
 [compute]
 $HOSTNAME ansible_user=ubuntu