Add new roles for dvr-vxlan and ceph

Change-Id: I03ff631dfc622cc5d6884e553146f0516e8fd2de
diff --git "a/\173\043 roles \043\175/_linux_network_interface" "b/\173\043 roles \043\175/_linux_network_interface"
index 85de14f..dbb35eb 100644
--- "a/\173\043 roles \043\175/_linux_network_interface"
+++ "b/\173\043 roles \043\175/_linux_network_interface"
@@ -16,6 +16,8 @@
         'tenant_address',
         'tenant_network_netmask',
         'tenant_network_gateway',
+        'external_address',
+        'external_network_netmask',
         'dns_server01',
         'dns_server02',
         'mtu',
diff --git "a/\173\043 roles \043\175/ceph_mon" "b/\173\043 roles \043\175/ceph_mon"
index b07032f..ab74926 100644
--- "a/\173\043 roles \043\175/ceph_mon"
+++ "b/\173\043 roles \043\175/ceph_mon"
@@ -9,4 +9,4 @@
           - cluster.${_param:cluster_name}.ceph.mon
 {{- set_param('keepalived_vip_interface', 'br_ctl') }}
 {{- register_metaparam('keepalived_vip_priority', 'ceph_mon') }}
-{{- register_metaparam('keepalived_vip_virtual_router_id', 'ceph_mon') }}
\ No newline at end of file
+{{- register_metaparam('keepalived_vip_virtual_router_id', 'ceph_mon') }}
diff --git "a/\173\043 roles \043\175/ceph_osd" "b/\173\043 roles \043\175/ceph_osd"
new file mode 100644
index 0000000..c4ded2e
--- /dev/null
+++ "b/\173\043 roles \043\175/ceph_osd"
@@ -0,0 +1,9 @@
+{#-
+parameters:
+  reclass:
+    storage:
+      node:
+        <reclass_storage_node_name>:
+          classes:
+#}
+          - cluster.${_param:cluster_name}.ceph.osd
diff --git "a/\173\043 roles \043\175/ceph_rgw" "b/\173\043 roles \043\175/ceph_rgw"
new file mode 100644
index 0000000..28fd486
--- /dev/null
+++ "b/\173\043 roles \043\175/ceph_rgw"
@@ -0,0 +1,9 @@
+{#-
+parameters:
+  reclass:
+    storage:
+      node:
+        <reclass_storage_node_name>:
+          classes:
+#}
+          - cluster.${_param:cluster_name}.ceph.rgw
\ No newline at end of file