Add inventory_examples folder

Change-Id: Idedf87f47fda16a1c3db1ba58b47cf91c4a5889d
diff --git a/inventory_examples/physical_inventory.yaml b/inventory_examples/physical_inventory.yaml
new file mode 100644
index 0000000..c87e92a
--- /dev/null
+++ b/inventory_examples/physical_inventory.yaml
@@ -0,0 +1,95 @@
+nodes:
+    # Physical nodes
+
+    kvm01.mcp11-ovs-dpdk.local:
+      reclass_storage_name: infra_kvm_node01
+      roles:
+      - infra_kvm
+      - linux_system_codename_xenial
+      interfaces:
+        enp3s0f0:
+          role: single_mgm
+        enp3s0f1:
+          role: bond0_ab_ovs_vlan_ctl
+
+    kvm02.mcp11-ovs-dpdk.local:
+      reclass_storage_name: infra_kvm_node02
+      roles:
+      - infra_kvm
+      - linux_system_codename_xenial
+      interfaces:
+        eno1:
+          role: single_mgm
+        eno2:
+          role: bond0_ab_ovs_vlan_ctl
+
+    kvm03.mcp11-ovs-dpdk.local:
+      reclass_storage_name: infra_kvm_node03
+      roles:
+      - infra_kvm
+      - linux_system_codename_xenial
+      interfaces:
+        eno1:
+          role: single_mgm
+        eno2:
+          role: bond0_ab_ovs_vlan_ctl
+
+    cmp001.mcp11-ovs-dpdk.local:
+      reclass_storage_name: openstack_compute_node01
+      roles:
+      - openstack_compute
+      - linux_system_codename_xenial
+      interfaces:
+        enp3s0f0:
+          role: single_mgm
+        enp3s0f1:
+          role: bond0_ab_ovs_vlan_ctl
+        enp5s0f0:
+          role: bond0_ab_ovs_vlan_ctl
+        enp5s0f1:
+          role: bond2_dpdk_prv
+          dpdk_pci: '0000:05:00.1'
+        enp5s0f2:
+          role: bond2_dpdk_prv
+          dpdk_pci: '0000:05:00.2'
+
+    cmp002.mcp11-ovs-dpdk.local:
+      reclass_storage_name: openstack_compute_node02
+      roles:
+      - openstack_compute
+      - linux_system_codename_xenial
+      interfaces:
+        eno1:
+          role: single_mgm
+        eth0:
+          role: bond0_ab_ovs_vlan_ctl
+        eth3:
+          role: bond0_ab_ovs_vlan_ctl
+        eth2:
+          role: bond2_dpdk_prv
+          dpdk_pci: '0000:05:00.1'
+        eth4:
+          role: bond2_dpdk_prv
+          dpdk_pci: '0000:0b:00.0'
+
+    gtw01.mcp11-ovs-dpdk.local:
+      reclass_storage_name: openstack_gateway_node01
+      roles:
+      - openstack_gateway
+      - linux_system_codename_xenial
+      interfaces:
+        enp2s0f0:
+          role: single_mgm
+        enp2s0f1:
+          role: bond0_ab_dvr_vlan_ctl_prv_floating
+
+    gtw02.mcp11-ovs-dpdk.local:
+      reclass_storage_name: openstack_gateway_node02
+      roles:
+      - openstack_gateway
+      - linux_system_codename_xenial
+      interfaces:
+        enp2s0f0:
+          role: single_mgm
+        enp2s0f1:
+          role: bond0_ab_dvr_vlan_ctl_prv_floating