ON.Lab test POD config

Change-Id: I5438fb422c80fba88be99026aa46ca12175bc733
diff --git a/onlab.yml b/onlab.yml
new file mode 100644
index 0000000..bbe2b5e
--- /dev/null
+++ b/onlab.yml
@@ -0,0 +1,47 @@
+# Deployment configuration for a physical hardware POD
+---
+seedServer:
+  ip: '10.90.0.251'
+  # User name and password used by Ansible to connect to the host for remote
+  # provisioning. These default values are used for automated testing, change
+  # with care.
+  user: 'cord'
+  password: 'cord'
+  # Network address information for the head node:
+  #
+  # fabric_ip     - the IP address and mask bits to be used to configure the network
+  #                 interface connected to the leaf - spine fabric
+  #
+  # management_ip - the IP address and mask bits to be used to configure the network
+  #                 interface connecting the head node to the POD internal
+  #                 management network. The head node will deliver DHCP addresses to
+  #                 the other compute nodes over this interface
+  #
+  # external_ip   - the IP address and mask bits to be used to configure the network
+  #                 interface connecting the head node (and the POD) to the
+  #                 Internet. All traffic in the POD to external hosts will be
+  #                 NAT-ed through this interface
+  fabric_ip: '10.6.1.1/24'
+  management_ip: '10.6.0.1/24'
+  external_ip: '10.90.0.251/16'
+  external_iface: 'eth0'
+  external_gw: '10.90.0.1'
+  skipTags:
+
+passwords:
+  compute_node: "ubuntu"
+  maas_admin: "admin"
+  maas_user: "cord"
+
+docker:
+  imageVersion: candidate
+
+otherNodes:
+  # Experimental
+  #
+  # Specifies the subnet and address range that will be used to allocate IP addresses
+  # to the compute nodes as they are deployed into the POD.
+  fabric:
+    network: 10.6.1.1/24
+    range_low: 10.6.1.2
+    range_high: 10.6.1.253