From 3d74c1ccaaccc7c0ce7b4f53596d2ac6c1ef1c5c Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 4 May 2016 12:16:12 +0000 Subject: [PATCH] More sample data: adding 1 Service Family for all IT services. SVN:trunk[4034] --- .../data.sample.servicefamilies.xml | 6 ++++++ .../itop-service-mgmt-provider/data.sample.services.xml | 3 +++ .../module.itop-service-mgmt-provider.php | 1 + .../2.x/itop-service-mgmt/data.sample.servicefamilies.xml | 7 +++++++ datamodels/2.x/itop-service-mgmt/data.sample.services.xml | 3 +++ .../2.x/itop-service-mgmt/module.itop-service-mgmt.php | 1 + 6 files changed, 21 insertions(+) create mode 100644 datamodels/2.x/itop-service-mgmt-provider/data.sample.servicefamilies.xml create mode 100644 datamodels/2.x/itop-service-mgmt/data.sample.servicefamilies.xml 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',