This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinitial_data.json
1 lines (1 loc) · 4.6 KB
/
initial_data.json
1
[{"pk": 1, "model": "cmdb.country", "fields": {"Code": "UK", "Name": "United Kingdom"}}, {"pk": 1, "model": "cmdb.county", "fields": {"Country": 1, "Name": "London"}}, {"pk": 1, "model": "cmdb.address", "fields": {"LineThree": "Dataville", "Country": 1, "County": 1, "LineOne": "Data Centre Road", "Postcode": "DA7 4S", "LineTwo": "Datacentre Street"}}, {"pk": 1, "model": "cmdb.company", "fields": {"SupportEmail": "[email protected]", "HeadOffice": 1, "Name": "Primary Datacentre", "SupportNumber": "020\t7946 0000"}}, {"pk": 1, "model": "cmdb.contact", "fields": {"FirstName": "First", "Title": "Mr", "LastName": "Contact", "Company": 1, "EmailAddress": "[email protected]", "PrimaryPhone": "020\t7946 0001"}}, {"pk": 1, "model": "cmdb.datacentre", "fields": {"PrincipleContact": 1, "ShortCode": "PDS1", "Name": "Primary Datacentre Site 1", "Address": 1}}, {"pk": 2, "model": "cmdb.datacentre", "fields": {"PrincipleContact": 1, "ShortCode": "PDS2", "Name": "Primary Datacentre Site 2", "Address": 1}}, {"pk": 1, "model": "cmdb.datacentreroom", "fields": {"RoomName": "Room 1", "DataCentre": 1}}, {"pk": 2, "model": "cmdb.datacentreroom", "fields": {"RoomName": "Room 1", "DataCentre": 2}}, {"pk": 3, "model": "cmdb.datacentreroom", "fields": {"RoomName": "Room 2", "DataCentre": 1}}, {"pk": 4, "model": "cmdb.datacentreroom", "fields": {"RoomName": "Room 2", "DataCentre": 2}}, {"pk": 3, "model": "cmdb.datacentresuite", "fields": {"SuiteName": "NONE", "Room": 1}}, {"pk": 1, "model": "cmdb.datacentresuite", "fields": {"SuiteName": "Suite 1", "Room": 3}}, {"pk": 2, "model": "cmdb.datacentresuite", "fields": {"SuiteName": "Suite 2", "Room": 2}}, {"pk": 1, "model": "cmdb.datacentrerack", "fields": {"RackName": "Rack 1", "Suite": 1, "Room": 3}}, {"pk": 2, "model": "cmdb.datacentrerack", "fields": {"RackName": "Rack 2", "Suite": 3, "Room": 1}}, {"pk": 3, "model": "cmdb.datacentrerack", "fields": {"RackName": "Rack 3", "Suite": 2, "Room": 2}}, {"pk": 2, "model": "cmdb.configurationitemclass", "fields": {"Name": "Desktop"}}, {"pk": 3, "model": "cmdb.configurationitemclass", "fields": {"Name": "Laptop"}}, {"pk": 4, "model": "cmdb.configurationitemclass", "fields": {"Name": "Printer"}}, {"pk": 6, "model": "cmdb.configurationitemclass", "fields": {"Name": "Router"}}, {"pk": 1, "model": "cmdb.configurationitemclass", "fields": {"Name": "Server"}}, {"pk": 5, "model": "cmdb.configurationitemclass", "fields": {"Name": "Switch"}}, {"pk": 1, "model": "cmdb.networkinterface", "fields": {"MacAddress": "aa:bb:cc:dd:ee:ff", "Name": "eth0", "UseDHCP": 1, "SubnetMask": "", "IPAddress": "", "Gateway": ""}}, {"pk": 1, "model": "cmdb.packageprovider", "fields": {"Name": "YUM", "ExecutableName": "yum"}}, {"pk": 1, "model": "cmdb.packageformat", "fields": {"Name": "rpm", "Provider": 1}}, {"pk": 1, "model": "cmdb.operatingsystembreed", "fields": {"PackageFormat": 1, "Name": "Centos"}}, {"pk": 1, "model": "cmdb.operatingsystemname", "fields": {"Breed": 1, "SupportCompany": 1, "Name": "Centos"}}, {"pk": 1, "model": "cmdb.operatingsystemversion", "fields": {"EOSDate": null, "Version": "5.5", "Name": 1, "EOLDate": null}}, {"pk": 1, "model": "cmdb.virtualisationtype", "fields": {"Name": "kvm", "Description": "KVM Qemu full virtualisation"}}, {"pk": 3, "model": "cmdb.virtualisationtype", "fields": {"Name": "one", "Description": "Open Nebula Cloud Virtualisation"}}, {"pk": 2, "model": "cmdb.virtualisationtype", "fields": {"Name": "xen", "Description": "XEN para virtualisation"}}, {"pk": 1, "model": "cmdb.virtualserverdefinition", "fields": {"DeployTo": null, "Name": "Basic", "BridgeNetworkInterface": "virbr0", "VMType": 1, "NumCPU": 1, "OnReboot": "reboot", "DiskSizeGB": 8, "Pae": 0, "OnPowerOff": "preserve", "RamMB": 512, "NetworkType": "bridge", "OnCrash": "coredump-restart", "Acpi": 0}}, {"pk": 2, "model": "cmdb.virtualserverdefinition", "fields": {"DeployTo": null, "Name": "Advanced", "BridgeNetworkInterface": "virbr1", "VMType": 2, "NumCPU": 4, "OnReboot": "reboot", "DiskSizeGB": 8, "Pae": 0, "OnPowerOff": "preserve", "RamMB": 1024, "NetworkType": "network", "OnCrash": "coredump-restart", "Acpi": 0}}, {"pk": 1, "model": "cmdb.configurationitemprofile", "fields": {"repos": [], "AutoInstallFile": "# NO KICKSTART REQUIRED #", "VirtualServerDefinition": null, "Name": "centos 5.5 default", "OperatingSystem": 1}}, {"pk": 1, "model": "cmdb.configurationitem", "fields": {"Profile": 1, "VMImagePath": "", "BuildOnNextBoot": 1, "SupportTag": "testserver", "IsVirtual": 0, "Hostname": "testserver.edison.tld", "IsVMHost": 0, "Rack": 1, "Asset": "testserver", "Owner": 1, "rootpwhash": "$1$Jrb1svI5$l79CYXsU8TTtMlqpq7eUl1", "NetworkInterface": [1], "Class": 5}}]