diff --git a/datamodels/2.x/itop-service-mgmt-provider/data.sample.servicefamilies.xml b/datamodels/2.x/itop-service-mgmt-provider/data.sample.servicefamilies.xml
new file mode 100644
index 0000000000..efa9726919
--- /dev/null
+++ b/datamodels/2.x/itop-service-mgmt-provider/data.sample.servicefamilies.xml
@@ -0,0 +1,6 @@
+
+
+
+IT Services
+
+
\ No newline at end of file
diff --git a/datamodels/2.x/itop-service-mgmt-provider/data.sample.services.xml b/datamodels/2.x/itop-service-mgmt-provider/data.sample.services.xml
index 09e6c86da0..8718013f7f 100755
--- a/datamodels/2.x/itop-service-mgmt-provider/data.sample.services.xml
+++ b/datamodels/2.x/itop-service-mgmt-provider/data.sample.services.xml
@@ -2,18 +2,21 @@
Computers and peripherals
+1
3
Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.
production
Software
+1
3
Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.
production
Telecom and connectivity
+1
3
Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...
production
diff --git a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php
index c2dc3d9280..d9ac5ce248 100755
--- a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php
+++ b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php
@@ -31,6 +31,7 @@ SetupWebPage::AddModule(
'data.sample' => array(
'data.sample.organizations.xml',
'data.sample.contracts.xml',
+ 'data.sample.servicefamilies.xml',
'data.sample.services.xml',
'data.sample.serviceelements.xml',
'data.sample.sla.xml',
diff --git a/datamodels/2.x/itop-service-mgmt/data.sample.servicefamilies.xml b/datamodels/2.x/itop-service-mgmt/data.sample.servicefamilies.xml
new file mode 100644
index 0000000000..18a491ce19
--- /dev/null
+++ b/datamodels/2.x/itop-service-mgmt/data.sample.servicefamilies.xml
@@ -0,0 +1,7 @@
+
+
+
+IT Services
+
+
+
diff --git a/datamodels/2.x/itop-service-mgmt/data.sample.services.xml b/datamodels/2.x/itop-service-mgmt/data.sample.services.xml
index 09e6c86da0..8718013f7f 100755
--- a/datamodels/2.x/itop-service-mgmt/data.sample.services.xml
+++ b/datamodels/2.x/itop-service-mgmt/data.sample.services.xml
@@ -2,18 +2,21 @@
Computers and peripherals
+1
3
Ordering of new hardware (Desktop computer, laptop computer, monitor, mouse, keyboard...) and support in case of hardware failure.
production
Software
+1
3
Management of computer software and applications. Installation, upgrade, troubleshooting and removal of software.
production
Telecom and connectivity
+1
3
Ordering and configuration of new mobile phones, computer connectivity requests, cabling, etc...
production
diff --git a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php
index 28a4047cd9..8e9cd686ef 100755
--- a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php
+++ b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php
@@ -31,6 +31,7 @@ SetupWebPage::AddModule(
'data.sample' => array(
'data.sample.organizations.xml',
'data.sample.contracts.xml',
+ 'data.sample.servicefamilies.xml',
'data.sample.services.xml',
'data.sample.serviceelements.xml',
'data.sample.sla.xml',