summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-08-21 13:03:26 +0200
committerMichal Minar <miminar@redhat.com>2013-08-28 08:46:26 +0200
commitd3fb850dd63b41b20b703d831bbc1f29476e688b (patch)
tree158ea573d713559681a960aace0e6957cf80af02
parent47c57bad255ba7fdd91b73b527a8e93d1d220ebf (diff)
downloadopenlmi-providers-d3fb850dd63b41b20b703d831bbc1f29476e688b.tar.gz
openlmi-providers-d3fb850dd63b41b20b703d831bbc1f29476e688b.tar.xz
openlmi-providers-d3fb850dd63b41b20b703d831bbc1f29476e688b.zip
bumped version to 0.2.00.2.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--mof/30_LMI_Jobs.mof10
-rw-r--r--mof/60_LMI_Account.mof42
-rw-r--r--mof/60_LMI_Fan.mof2
-rw-r--r--mof/60_LMI_Hardware.mof68
-rw-r--r--mof/60_LMI_LogicalFile.mof20
-rw-r--r--mof/60_LMI_PowerManagement.mof12
-rw-r--r--mof/60_LMI_Realmd.mof4
-rw-r--r--mof/60_LMI_Service.mof2
-rw-r--r--mof/60_LMI_Software.mof48
-rw-r--r--mof/60_LMI_Software_MethodParameters.mof16
-rw-r--r--openlmi-providers.spec8
-rw-r--r--src/pcp/setup.py2
-rw-r--r--src/python/setup.py2
-rw-r--r--src/software/setup.py2
15 files changed, 123 insertions, 119 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb3f0a2..8bb4dd2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,8 +2,8 @@
project(openlmi-providers C)
set(OPENLMI_VERSION_MAJOR 0)
-set(OPENLMI_VERSION_MINOR 1)
-set(OPENLMI_VERSION_REVISION 1)
+set(OPENLMI_VERSION_MINOR 2)
+set(OPENLMI_VERSION_REVISION 0)
set(OPENLMI_VERSION "${OPENLMI_VERSION_MAJOR}.${OPENLMI_VERSION_MINOR}.${OPENLMI_VERSION_REVISION}")
cmake_minimum_required(VERSION 2.6)
diff --git a/mof/30_LMI_Jobs.mof b/mof/30_LMI_Jobs.mof
index 910d3aa..1de87b8 100644
--- a/mof/30_LMI_Jobs.mof
+++ b/mof/30_LMI_Jobs.mof
@@ -20,27 +20,27 @@
* Michal Minar <miminar@redhat.com
*/
-[ Version("0.1.0"), Association]
+[ Version("0.2.0"), Association]
class LMI_AffectedJobElement : CIM_AffectedJobElement
{
};
-[ Version("0.1.0"), Association]
+[ Version("0.2.0"), Association]
class LMI_AssociatedJobMethodResult : CIM_AssociatedJobMethodResult
{
};
-[ Version("0.1.0"), Association]
+[ Version("0.2.0"), Association]
class LMI_OwningJobElement : CIM_OwningJobElement
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_MethodResult : CIM_MethodResult
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_ConcreteJob : CIM_ConcreteJob
{
[ Implemented(true), Override("DeleteOnCompletion") ]
diff --git a/mof/60_LMI_Account.mof b/mof/60_LMI_Account.mof
index 0a1c4a0..0a79f59 100644
--- a/mof/60_LMI_Account.mof
+++ b/mof/60_LMI_Account.mof
@@ -18,7 +18,7 @@
* Authors: Roman Rakus <rrakus@redhat.com>
*/
-[ Version("0.1.0"),
+[ Version("0.2.0"),
Description("Class representing Linux Account"),
Provider("cmpi:cmpiLMI_Account")
]
@@ -46,7 +46,7 @@ class LMI_Account: CIM_Account
datetime AccountExpiration;
};
-[ Version("0.1.0"),
+[ Version("0.2.0"),
Description("LMI_AccountManagementService creates, manages, and if necessary "
"destroys Linux Accounts on behalf of other SecurityServices."),
Provider("cmpi:cmpiLMI_Account")
@@ -128,12 +128,12 @@ class LMI_AccountManagementService: CIM_SecurityService
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Account") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Account") ]
class LMI_AccountManagementCapabilities: CIM_AccountManagementCapabilities
{
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_AccountOnSystem: CIM_AccountOnSystem
{
@@ -146,22 +146,22 @@ class LMI_AccountOnSystem: CIM_AccountOnSystem
LMI_Account REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Account") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Account") ]
class LMI_AccountSettingData: CIM_AccountSettingData
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Account") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Account") ]
class LMI_Identity: CIM_Identity
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Account") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Account") ]
class LMI_Group: CIM_Group
{
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_AssignedAccountIdentity: CIM_AssignedIdentity
{
@@ -174,7 +174,7 @@ class LMI_AssignedAccountIdentity: CIM_AssignedIdentity
LMI_Account REF ManagedElement;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_AssignedGroupIdentity: CIM_AssignedIdentity
{
@@ -187,7 +187,7 @@ class LMI_AssignedGroupIdentity: CIM_AssignedIdentity
LMI_Group REF ManagedElement;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_AccountManagementServiceCapabilities: CIM_ElementCapabilities
{
@@ -200,13 +200,13 @@ class LMI_AccountManagementServiceCapabilities: CIM_ElementCapabilities
LMI_AccountManagementCapabilities REF Capabilities;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Account") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Account") ]
class LMI_EnabledAccountCapabilities: CIM_EnabledLogicalElementCapabilities
{
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_AccountCapabilities: CIM_ElementCapabilities
{
@@ -220,7 +220,7 @@ class LMI_AccountCapabilities: CIM_ElementCapabilities
LMI_EnabledAccountCapabilities REF Capabilities;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_AccountManagementServiceSettingData: CIM_ElementSettingData
{
@@ -233,7 +233,7 @@ class LMI_AccountManagementServiceSettingData: CIM_ElementSettingData
LMI_AccountSettingData REF SettingData;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_HostedAccountManagementService: CIM_HostedService
{
@@ -246,7 +246,7 @@ class LMI_HostedAccountManagementService: CIM_HostedService
LMI_AccountManagementService REF Dependent;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_MemberOfGroup: CIM_MemberOfCollection
{
@@ -259,7 +259,7 @@ class LMI_MemberOfGroup: CIM_MemberOfCollection
LMI_Identity REF Member;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_OwningGroup: CIM_OwningCollectionElement
{
@@ -272,7 +272,7 @@ class LMI_OwningGroup: CIM_OwningCollectionElement
LMI_Group REF OwnedElement;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_ServiceAffectsIdentity: CIM_ServiceAffectsElement
{
@@ -285,7 +285,7 @@ class LMI_ServiceAffectsIdentity: CIM_ServiceAffectsElement
LMI_Identity REF AffectedElement;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_SettingsDefineManagementCapabilities: CIM_SettingsDefineCapabilities
{
@@ -298,7 +298,7 @@ class LMI_SettingsDefineManagementCapabilities: CIM_SettingsDefineCapabilities
LMI_AccountSettingData REF PartComponent;
};
-[ Version("0.1.0"), Association,
+[ Version("0.2.0"), Association,
Provider("cmpi:cmpiLMI_Account") ]
class LMI_SettingsDefineAccountCapabilities: CIM_SettingsDefineCapabilities
{
@@ -311,14 +311,14 @@ class LMI_SettingsDefineAccountCapabilities: CIM_SettingsDefineCapabilities
LMI_AccountSettingData REF PartComponent;
};
-[ Version("0.1.0"), Indication,
+[ Version("0.2.0"), Indication,
Provider("cmpi:cmpiLMI_Account"),
Description("Account Instance Creation Indication") ]
class LMI_AccountInstanceCreationIndication: CIM_InstCreation
{
};
-[ Version("0.1.0"), Indication,
+[ Version("0.2.0"), Indication,
Provider("cmpi:cmpiLMI_Account"),
Description("Account Instance Deletion Indication") ]
class LMI_AccountInstanceDeletionIndication: CIM_InstDeletion
diff --git a/mof/60_LMI_Fan.mof b/mof/60_LMI_Fan.mof
index 2644eaf..9a6e5d9 100644
--- a/mof/60_LMI_Fan.mof
+++ b/mof/60_LMI_Fan.mof
@@ -18,7 +18,7 @@
* Authors: Michal Minar <miminar@redhat.com>
*/
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Fan") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Fan") ]
class LMI_Fan: CIM_Fan
{
[ Key, Override("DeviceID"),
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 64ee111..d712b90 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -23,7 +23,7 @@
* Processor
*/
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Processor") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Processor") ]
class LMI_Processor: CIM_Processor
{
[ Description("System architecture.") ]
@@ -117,12 +117,12 @@ class LMI_Processor: CIM_Processor
uint16 Flags[];
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorCapabilities") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorCapabilities") ]
class LMI_ProcessorCapabilities: CIM_ProcessorCapabilities
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorElementCapabilities"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorElementCapabilities"), Association ]
class LMI_ProcessorElementCapabilities: CIM_ElementCapabilities
{
[Override("ManagedElement")]
@@ -132,12 +132,12 @@ class LMI_ProcessorElementCapabilities: CIM_ElementCapabilities
LMI_ProcessorCapabilities REF Capabilities;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorCacheMemory") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorCacheMemory") ]
class LMI_ProcessorCacheMemory: CIM_Memory
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_AssociatedProcessorCacheMemory"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_AssociatedProcessorCacheMemory"), Association ]
class LMI_AssociatedProcessorCacheMemory: CIM_AssociatedCacheMemory
{
[Override("Antecedent")]
@@ -147,12 +147,12 @@ class LMI_AssociatedProcessorCacheMemory: CIM_AssociatedCacheMemory
LMI_Processor REF Dependent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorChip") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorChip") ]
class LMI_ProcessorChip: CIM_Chip
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorChipRealizes"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorChipRealizes"), Association ]
class LMI_ProcessorChipRealizes: CIM_Realizes
{
[Override("Antecedent")]
@@ -162,7 +162,7 @@ class LMI_ProcessorChipRealizes: CIM_Realizes
LMI_Processor REF Dependent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorSystemDevice"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorSystemDevice"), Association ]
class LMI_ProcessorSystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
@@ -176,7 +176,7 @@ class LMI_ProcessorSystemDevice: CIM_SystemDevice
* Memory
*/
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Memory") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Memory") ]
class LMI_Memory: CIM_Memory
{
[ Description("Indicates whether memory has NUMA layout.") ]
@@ -201,12 +201,12 @@ class LMI_Memory: CIM_Memory
uint16 TransparentHugeMemoryPageStatus;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalMemory") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PhysicalMemory") ]
class LMI_PhysicalMemory: CIM_PhysicalMemory
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PhysicalMemoryRealizes"), Association ]
class LMI_PhysicalMemoryRealizes: CIM_Realizes
{
[Override("Antecedent")]
@@ -216,7 +216,7 @@ class LMI_PhysicalMemoryRealizes: CIM_Realizes
LMI_Memory REF Dependent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemorySystemDevice"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_MemorySystemDevice"), Association ]
class LMI_MemorySystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
@@ -230,7 +230,7 @@ class LMI_MemorySystemDevice: CIM_SystemDevice
* Physical Asset
*/
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Chassis") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Chassis") ]
class LMI_Chassis: CIM_Chassis
{
[ Description("Product name.") ]
@@ -240,12 +240,12 @@ class LMI_Chassis: CIM_Chassis
string UUID;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Baseboard") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Baseboard") ]
class LMI_Baseboard: CIM_Card
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_BaseboardContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_BaseboardContainer"), Association ]
class LMI_BaseboardContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -255,7 +255,7 @@ class LMI_BaseboardContainer: CIM_Container
LMI_Baseboard REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ProcessorChipContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ProcessorChipContainer"), Association ]
class LMI_ProcessorChipContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -265,7 +265,7 @@ class LMI_ProcessorChipContainer: CIM_Container
LMI_ProcessorChip REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_ChassisComputerSystemPackage"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_ChassisComputerSystemPackage"), Association ]
class LMI_ChassisComputerSystemPackage: CIM_ComputerSystemPackage
{
[Override("Antecedent")]
@@ -275,12 +275,12 @@ class LMI_ChassisComputerSystemPackage: CIM_ComputerSystemPackage
CIM_ComputerSystem REF Dependent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemorySlot") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_MemorySlot") ]
class LMI_MemorySlot: CIM_Slot
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemorySlotContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_MemorySlotContainer"), Association ]
class LMI_MemorySlotContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -290,12 +290,12 @@ class LMI_MemorySlotContainer: CIM_Container
LMI_MemorySlot REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemoryPhysicalPackage") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_MemoryPhysicalPackage") ]
class LMI_MemoryPhysicalPackage: CIM_PhysicalPackage
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_MemoryPhysicalPackageInConnector"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_MemoryPhysicalPackageInConnector"), Association ]
class LMI_MemoryPhysicalPackageInConnector: CIM_PackageInConnector
{
[Override("Antecedent")]
@@ -305,7 +305,7 @@ class LMI_MemoryPhysicalPackageInConnector: CIM_PackageInConnector
LMI_MemoryPhysicalPackage REF Dependent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalMemoryContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PhysicalMemoryContainer"), Association ]
class LMI_PhysicalMemoryContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -315,12 +315,12 @@ class LMI_PhysicalMemoryContainer: CIM_Container
LMI_PhysicalMemory REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PortPhysicalConnector") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PortPhysicalConnector") ]
class LMI_PortPhysicalConnector: CIM_PhysicalConnector
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PortPhysicalConnectorContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PortPhysicalConnectorContainer"), Association ]
class LMI_PortPhysicalConnectorContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -330,12 +330,12 @@ class LMI_PortPhysicalConnectorContainer: CIM_Container
LMI_PortPhysicalConnector REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_SystemSlot") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_SystemSlot") ]
class LMI_SystemSlot: CIM_Slot
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_SystemSlotContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_SystemSlotContainer"), Association ]
class LMI_SystemSlotContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -345,7 +345,7 @@ class LMI_SystemSlotContainer: CIM_Container
LMI_SystemSlot REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PointingDevice") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PointingDevice") ]
class LMI_PointingDevice: CIM_PointingDevice
{
};
@@ -354,17 +354,17 @@ class LMI_PointingDevice: CIM_PointingDevice
* Battery
*/
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Battery") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Battery") ]
class LMI_Battery: CIM_Battery
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_BatteryPhysicalPackage") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_BatteryPhysicalPackage") ]
class LMI_BatteryPhysicalPackage: CIM_PhysicalPackage
{
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalBatteryRealizes"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PhysicalBatteryRealizes"), Association ]
class LMI_PhysicalBatteryRealizes: CIM_Realizes
{
[Override("Antecedent")]
@@ -374,7 +374,7 @@ class LMI_PhysicalBatteryRealizes: CIM_Realizes
LMI_Battery REF Dependent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PhysicalBatteryContainer"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PhysicalBatteryContainer"), Association ]
class LMI_PhysicalBatteryContainer: CIM_Container
{
[Override("GroupComponent")]
@@ -384,7 +384,7 @@ class LMI_PhysicalBatteryContainer: CIM_Container
LMI_BatteryPhysicalPackage REF PartComponent;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_BatterySystemDevice"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_BatterySystemDevice"), Association ]
class LMI_BatterySystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
@@ -398,7 +398,7 @@ class LMI_BatterySystemDevice: CIM_SystemDevice
* PCI Devices
*/
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PCIDevice") ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PCIDevice") ]
class LMI_PCIDevice: CIM_PCIDevice
{
[ Description("Name of the vendor") ]
@@ -414,7 +414,7 @@ class LMI_PCIDevice: CIM_PCIDevice
string SubsystemName;
};
-[ Version("0.1.0"), Provider("cmpi:cmpiLMI_PCIDeviceSystemDevice"), Association ]
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_PCIDeviceSystemDevice"), Association ]
class LMI_PCIDeviceSystemDevice: CIM_SystemDevice
{
[Override("GroupComponent")]
diff --git a/mof/60_LMI_LogicalFile.mof b/mof/60_LMI_LogicalFile.mof
index 1515bd8..dd693d1 100644
--- a/mof/60_LMI_LogicalFile.mof
+++ b/mof/60_LMI_LogicalFile.mof
@@ -18,7 +18,7 @@
* Authors: Jan Synacek <jsynacek@redhat.com>
*/
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_UnixFile : CIM_UnixFile
{
[ Description (
@@ -30,47 +30,47 @@ class LMI_UnixFile : CIM_UnixFile
string SELinuxExpectedContext;
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_DataFile : CIM_DataFile
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_UnixDeviceFile : CIM_UnixDeviceFile
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_UnixDirectory : CIM_UnixDirectory
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_FIFOPipeFile : CIM_FIFOPipeFile
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_SymbolicLink : CIM_SymbolicLink
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_UnixSocket : CIM_DataFile
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_FileIdentity : CIM_FileIdentity
{
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_DirectoryContainsFile : CIM_DirectoryContainsFile
{
};
-[ Version("0.1.0"),
+[ Version("0.2.0"),
Association,
Provider("cmpi:cmpiLMI_LogicalFile") ]
class LMI_RootDirectory: CIM_Component
diff --git a/mof/60_LMI_PowerManagement.mof b/mof/60_LMI_PowerManagement.mof
index e71ce1a..b1991d2 100644
--- a/mof/60_LMI_PowerManagement.mof
+++ b/mof/60_LMI_PowerManagement.mof
@@ -19,14 +19,14 @@
*/
[ Provider("cmpi:cmpiLMI_PowerManagement"),
- Version("0.1.0") ]
+ Version("0.2.0") ]
class LMI_PowerManagementService: CIM_PowerManagementService
{
};
[ Association,
Provider("cmpi:cmpiLMI_PowerManagement"),
- Version("0.1.0") ]
+ Version("0.2.0") ]
class LMI_AssociatedPowerManagementService: CIM_AssociatedPowerManagementService
{
[ Override("ServiceProvided"), Max(1),
@@ -39,14 +39,14 @@ class LMI_AssociatedPowerManagementService: CIM_AssociatedPowerManagementService
};
[ Provider("cmpi:cmpiLMI_PowerManagement"),
- Version("0.1.0") ]
+ Version("0.2.0") ]
class LMI_PowerManagementCapabilities: CIM_PowerManagementCapabilities
{
};
[ Association,
Provider("cmpi:cmpiLMI_PowerManagement"),
- Version("0.1.0") ]
+ Version("0.2.0") ]
class LMI_HostedPowerManagementService: CIM_HostedService
{
[ Override("Antecedent"), Min(1), Max(1),
@@ -59,14 +59,14 @@ class LMI_HostedPowerManagementService: CIM_HostedService
};
[ Provider("cmpi:cmpiLMI_PowerManagement"),
- Version("0.1.0") ]
+ Version("0.2.0") ]
class LMI_PowerConcreteJob: CIM_ConcreteJob
{
};
[ Association,
Provider("cmpi:cmpiLMI_PowerManagement"),
- Version("0.1.0") ]
+ Version("0.2.0") ]
class LMI_ElementCapabilities: CIM_ElementCapabilities
{
[ Key, Min(1), Description("The managed element.") ]
diff --git a/mof/60_LMI_Realmd.mof b/mof/60_LMI_Realmd.mof
index ef371d6..0817d4f 100644
--- a/mof/60_LMI_Realmd.mof
+++ b/mof/60_LMI_Realmd.mof
@@ -1,4 +1,4 @@
-[ Version("0.1.0"),
+[ Version("0.2.0"),
Description (
"Access to the Realmd Service. "
"Realmd is used to discover realms available for joining as well as "
@@ -68,7 +68,7 @@ class LMI_RealmdService : CIM_Service
string OptionValues[]);
};
-[ Version("0.1.0"),
+[ Version("0.2.0"),
Association,
Provider("cmpi:cmpiLMI_Realmd") ]
class LMI_HostedRealmdService: CIM_HostedService
diff --git a/mof/60_LMI_Service.mof b/mof/60_LMI_Service.mof
index 917a084..1a86fec 100644
--- a/mof/60_LMI_Service.mof
+++ b/mof/60_LMI_Service.mof
@@ -18,7 +18,7 @@
* Authors: Vitezslav Crhonek <vcrhonek@redhat.com>
*/
-[ Version("0.1.0"),
+[ Version("0.2.0"),
Description("Class representing Linux Service"),
Provider("cmpi:cmpiLMI_Service") ]
class LMI_Service: CIM_Service
diff --git a/mof/60_LMI_Software.mof b/mof/60_LMI_Software.mof
index 5c11ae2..1462479 100644
--- a/mof/60_LMI_Software.mof
+++ b/mof/60_LMI_Software.mof
@@ -24,7 +24,7 @@
/******************************************************************************
* Central class of Software Inventory and Update profiles
*****************************************************************************/
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_SoftwareIdentity : CIM_SoftwareIdentity {
[Implemented(true), Override("InstanceID"), Description(
@@ -85,7 +85,7 @@ class LMI_SoftwareIdentity : CIM_SoftwareIdentity {
/******************************************************************************
* Software inventory classes
*/
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_SystemSoftwareCollection : CIM_SystemSpecificCollection {
[Implemented(true), Override("InstanceID")]
@@ -96,7 +96,7 @@ class LMI_SystemSoftwareCollection : CIM_SystemSpecificCollection {
};
-[ Version("0.1.0") ]
+[ Version("0.2.0") ]
class LMI_SoftwareIdentityResource : CIM_SoftwareIdentityResource {
[Implemented(true), Override("CreationClassName")]
@@ -251,7 +251,7 @@ class LMI_SoftwareIdentityResource : CIM_SoftwareIdentityResource {
/******************************************************************************
* Software inventory associations
*/
-[ Version("0.1.0"), Association]
+[ Version("0.2.0"), Association]
class LMI_HostedSoftwareCollection : CIM_HostedCollection {
[Override("Antecedent")]
@@ -262,7 +262,7 @@ class LMI_HostedSoftwareCollection : CIM_HostedCollection {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_MemberOfSoftwareCollection : CIM_MemberOfCollection {
[Override("Collection")]
@@ -273,7 +273,7 @@ class LMI_MemberOfSoftwareCollection : CIM_MemberOfCollection {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_InstalledSoftwareIdentity : CIM_InstalledSoftwareIdentity {
[Override("InstalledSoftware")]
@@ -284,7 +284,7 @@ class LMI_InstalledSoftwareIdentity : CIM_InstalledSoftwareIdentity {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_ResourceForSoftwareIdentity : CIM_SAPAvailableForElement {
[Override("AvailableSAP")]
@@ -295,7 +295,7 @@ class LMI_ResourceForSoftwareIdentity : CIM_SAPAvailableForElement {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_HostedSoftwareIdentityResource : CIM_HostedAccessPoint {
[Override("Antecedent")]
@@ -309,7 +309,7 @@ class LMI_HostedSoftwareIdentityResource : CIM_HostedAccessPoint {
/******************************************************************************
* Software update profile classes
*/
-[Version("0.1.0")]
+[Version("0.2.0")]
class LMI_SoftwareJob : LMI_ConcreteJob {
[Implemented(true), Override("InstanceID")]
@@ -341,11 +341,11 @@ class LMI_SoftwareJob : LMI_ConcreteJob {
};
-[Version("0.1.0")]
+[Version("0.2.0")]
class LMI_SoftwareInstallationJob : LMI_SoftwareJob {
};
-[Version("0.1.0")]
+[Version("0.2.0")]
class LMI_SoftwareInstallationService : CIM_SoftwareInstallationService {
[Implemented(true), Override("CreationClassName")]
@@ -671,7 +671,7 @@ class LMI_SoftwareInstallationService : CIM_SoftwareInstallationService {
};
-[Version("0.1.0")]
+[Version("0.2.0")]
class LMI_SoftwareInstallationServiceCapabilities :
CIM_SoftwareInstallationServiceCapabilities {
@@ -701,14 +701,14 @@ class LMI_SoftwareInstallationServiceCapabilities :
};
-[Version("0.1.0")]
+[Version("0.2.0")]
class LMI_SoftwareMethodResult : LMI_MethodResult {
};
/******************************************************************************
* Software update associations
*/
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_AssociatedSoftwareJobMethodResult : LMI_AssociatedJobMethodResult {
[Override("Job")]
@@ -719,7 +719,7 @@ class LMI_AssociatedSoftwareJobMethodResult : LMI_AssociatedJobMethodResult {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_OwningSoftwareJobElement : LMI_OwningJobElement {
[Override("OwningElement")]
@@ -730,7 +730,7 @@ class LMI_OwningSoftwareJobElement : LMI_OwningJobElement {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_AffectedSoftwareJobElement : LMI_AffectedJobElement {
[Override("AffectingElement")]
@@ -738,7 +738,7 @@ class LMI_AffectedSoftwareJobElement : LMI_AffectedJobElement {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_AssociatedSoftwareInstallationServiceCapabilities :
CIM_ElementCapabilities {
@@ -753,7 +753,7 @@ class LMI_AssociatedSoftwareInstallationServiceCapabilities :
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_HostedSoftwareInstallationService : CIM_HostedService {
[Override("Antecedent")]
@@ -764,7 +764,7 @@ class LMI_HostedSoftwareInstallationService : CIM_HostedService {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class LMI_SoftwareInstallationServiceAffectsElement :
CIM_ServiceAffectsElement {
@@ -782,22 +782,22 @@ class LMI_SoftwareInstallationServiceAffectsElement :
/******************************************************************************
* Software update indications
*/
-[Version("0.1.0"), Indication]
+[Version("0.2.0"), Indication]
class LMI_SoftwareInstCreation : CIM_InstCreation {
};
-[Version("0.1.0"), Indication]
+[Version("0.2.0"), Indication]
class LMI_SoftwareInstModification : CIM_InstModification {
};
/******************************************************************************
* OpenLMI additions
*****************************************************************************/
-[Version("0.1.0")]
+[Version("0.2.0")]
class LMI_SoftwareVerificationJob : LMI_SoftwareJob {
};
-[Version("0.1.0"), Description(
+[Version("0.2.0"), Description(
"Identifies both a physical file installed from RPM package and its"
" original source in package. It represents a set of checks made"
" to a single installed file provided by RPM package.")]
@@ -999,7 +999,7 @@ class LMI_SoftwareIdentityFileCheck : CIM_FileSpecification {
/******************************************************************************
* OpenLMI additional associations
*****************************************************************************/
-[Version("0.1.0"), Association, Aggregation, Description(
+[Version("0.2.0"), Association, Aggregation, Description(
"This association ties a SoftwareIdentity to a specific Check to validate"
" its state. Each file installed by corresponding RPM package to local"
" file system yields one instance of this class.")]
diff --git a/mof/60_LMI_Software_MethodParameters.mof b/mof/60_LMI_Software_MethodParameters.mof
index b01349e..51d8d58 100644
--- a/mof/60_LMI_Software_MethodParameters.mof
+++ b/mof/60_LMI_Software_MethodParameters.mof
@@ -27,45 +27,45 @@
* In ideal world, they wouldn't be needed. Let's use them temporarily
* until pegasus supports instances of unknown classes.
******************************************************************************/
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromSoftwareIdentity {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromURI {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromByteStream {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_VerifyInstalledIdentity {
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromSoftwareIdentity_Result
: __MethodParameters_InstallFromSoftwareIdentity
{
uint32 __ReturnValue;
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromURI_Result
: __MethodParameters_InstallFromURI
{
uint32 __ReturnValue;
};
-[Version("0.1.0"), Association]
+[Version("0.2.0"), Association]
class __MethodParameters_InstallFromByteStream_Result
: __MethodParameters_InstallFromByteStream
{
uint32 __ReturnValue;
};
-[Version("0.1.0"), Association,
+[Version("0.2.0"), Association,
Description("This class, representing results of"
" SoftwareInstallationService::VerifyInstalledIdentity() is missing"
" Failed property, which is an array of references to failed tests."
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 6bedb37..502f42a 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -2,8 +2,8 @@
%global required_konkret_ver 0.9.0-2
Name: openlmi-providers
-Version: 0.1.1
-Release: 3%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -717,6 +717,10 @@ if [ "$1" -eq 0 ]; then
fi >> %logfile 2>&1
%changelog
+* Tue Aug 27 2013 Michal Minar <miminar@redhat.com> 0.2.0-1
+- Version 0.2.0
+- Enhancement in software api.
+
* Tue Aug 27 2013 Michal Minar <miminar@redhat.com> 0.1.1-3
- Added openlmi-account-doc package with admin guide.
- Fixed installation of python packages.
diff --git a/src/pcp/setup.py b/src/pcp/setup.py
index deba49d..949439d 100644
--- a/src/pcp/setup.py
+++ b/src/pcp/setup.py
@@ -5,7 +5,7 @@ setup(
author='Frank Ch. Eigler',
author_email='fche@redhat.com',
url='https://fedorahosted.org/openlmi/',
- version='0.1',
+ version='0.2.0',
namespace_packages=['lmi'],
packages=[
'lmi.pcp'],
diff --git a/src/python/setup.py b/src/python/setup.py
index 1debb32..110109b 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -5,7 +5,7 @@ setup(
author='Michal Minar',
author_email='miminar@redhat.com',
url='https://fedorahosted.org/openlmi/',
- version='0.1.1',
+ version='0.2.0',
namespace_packages = ['lmi'],
packages = ['lmi', 'lmi.base', 'lmi.providers'],
classifiers=[
diff --git a/src/software/setup.py b/src/software/setup.py
index e935efe..46ed2ec 100644
--- a/src/software/setup.py
+++ b/src/software/setup.py
@@ -5,7 +5,7 @@ setup(
author='Michal Minar',
author_email='miminar@redhat.com',
url='https://fedorahosted.org/openlmi/',
- version='0.1.1',
+ version='0.2.0',
namespace_packages=['lmi'],
packages=[
'lmi',