move software fixtures to softwares app

This commit is contained in:
Andreas Zweili 2020-01-11 18:31:51 +01:00
parent 034167b648
commit 48687dcfb1
2 changed files with 144 additions and 144 deletions

View File

@ -40,13 +40,6 @@
fields:
name: SAS
- model: inventory.SoftwareArchitecture
fields:
name: "32 Bit"
- model: inventory.SoftwareArchitecture
fields:
name: "64 Bit"
- model: inventory.RaidType
fields:
name: "RAID 0"
@ -252,143 +245,6 @@
model: inventory.OperatingSystem
fields:
name: 'Ubuntu 18.04'
-
model: inventory.SoftwareCategory
fields:
name: Office
-
model: inventory.SoftwareCategory
fields:
name: Backup
-
model: inventory.SoftwareCategory
fields:
name: Anti-Virus
-
model: inventory.Software
fields:
name: 'Office 2010 Student'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2010 Pro'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2010 Enterprise'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2013 Student'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2013 Pro'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2013 Enterprise'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2016 Home & Business'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2016 Pro'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2016 Enterprise'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 365'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2013 Home & Business'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2010 Home & Business'
category: '1'
-
model: inventory.Software
fields:
name: '2007 Microsoft Office System'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2007 Standard'
category: '1'
-
model: inventory.Software
fields:
name: 'Office 2019 Home & Business'
category: '1'
-
model: inventory.Software
fields:
name: Veeam
category: '2'
-
model: inventory.Software
fields:
name: 'Backup Exec'
category: '2'
-
model: inventory.Software
fields:
name: Acronis
category: '2'
-
model: inventory.Software
fields:
name: 'Hyper Backup'
category: '2'
-
model: inventory.Software
fields:
name: 'Bit Defender'
category: '3'
-
model: inventory.Software
fields:
name: 'Panda Cloud Pro'
category: '3'
-
model: inventory.Software
fields:
name: 'Panda Cloud Pro Plus'
category: '3'
-
model: inventory.Software
fields:
name: 'Windows Defender'
category: '3'
-
model: inventory.Software
fields:
name: 'Microsoft Security Essentials'
category: '3'
-
model: inventory.Software
fields:
name: 'Panda Antivirus Pro'
category: '3'
model: inventory.Ram
fields:

View File

@ -0,0 +1,144 @@
- model: softwares.SoftwareArchitecture
fields:
name: "32 Bit"
- model: softwares.SoftwareArchitecture
fields:
name: "64 Bit"
-
model: softwares.SoftwareCategory
fields:
name: Office
-
model: softwares.SoftwareCategory
fields:
name: Backup
-
model: softwares.SoftwareCategory
fields:
name: Anti-Virus
-
model: softwares.Software
fields:
name: 'Office 2010 Student'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2010 Pro'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2010 Enterprise'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2013 Student'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2013 Pro'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2013 Enterprise'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2016 Home & Business'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2016 Pro'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2016 Enterprise'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 365'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2013 Home & Business'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2010 Home & Business'
category: '1'
-
model: softwares.Software
fields:
name: '2007 Microsoft Office System'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2007 Standard'
category: '1'
-
model: softwares.Software
fields:
name: 'Office 2019 Home & Business'
category: '1'
-
model: softwares.Software
fields:
name: Veeam
category: '2'
-
model: softwares.Software
fields:
name: 'Backup Exec'
category: '2'
-
model: softwares.Software
fields:
name: Acronis
category: '2'
-
model: softwares.Software
fields:
name: 'Hyper Backup'
category: '2'
-
model: softwares.Software
fields:
name: 'Bit Defender'
category: '3'
-
model: softwares.Software
fields:
name: 'Panda Cloud Pro'
category: '3'
-
model: softwares.Software
fields:
name: 'Panda Cloud Pro Plus'
category: '3'
-
model: softwares.Software
fields:
name: 'Windows Defender'
category: '3'
-
model: softwares.Software
fields:
name: 'Microsoft Security Essentials'
category: '3'
-
model: softwares.Software
fields:
name: 'Panda Antivirus Pro'
category: '3'