From 9791a8d61ee53c8163d8774e35d196f8117f2f05 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 25 Nov 2008 21:19:45 +0000 Subject: [PATCH] move files and directories into pcucontrol module --- {monitor/pcu => pcucontrol}/__init__.py | 0 {iloxml => pcucontrol/models/hpilo/iloxml}/Get_Network.xml | 0 {iloxml => pcucontrol/models/hpilo/iloxml}/PowerOff_Server.xml | 0 {iloxml => pcucontrol/models/hpilo/iloxml}/PowerOn_Server.xml | 0 {iloxml => pcucontrol/models/hpilo/iloxml}/Reset_Server.xml | 0 {cmdhttps => pcucontrol/models/hpilo}/locfg.pl | 0 .../models/intelamt}/Include/CommonDefinitions.h | 0 {cmdamt => pcucontrol/models/intelamt}/Include/IMRSDK.h | 0 .../models/intelamt}/Include/StatusCodeDefinitions.h | 0 .../intelamt}/Include/WSDL/AgentWatchdogLocalInterface.wsdl | 0 .../intelamt}/Include/WSDL/AgentWatchdogRemoteInterface.wsdl | 0 {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/CertStore.xsd | 0 .../models/intelamt}/Include/WSDL/CircuitBreakerInterface.wsdl | 0 {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/Common.xsd | 0 .../models/intelamt}/Include/WSDL/EITInterface.wsdl | 0 .../Include/WSDL/EndpointAccessControlAdminInterface.wsdl | 0 .../intelamt}/Include/WSDL/EndpointAccessControlInterface.wsdl | 0 .../intelamt}/Include/WSDL/EndpointAccessControlInterface.xsd | 0 .../intelamt}/Include/WSDL/EventManagerClientInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/EventManagerInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/EventManagerInterface.xsd | 0 .../models/intelamt}/Include/WSDL/FirmwareUpdateInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/GeneralInfoInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/HardwareAssetInterface.wsdl | 0 .../intelamt}/Include/WSDL/NetworkAdministrationInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/NetworkTimeInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/RedirectionInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/RemoteControlInterface.wsdl | 0 .../intelamt}/Include/WSDL/SecurityAdministrationInterface.wsdl | 0 .../intelamt}/Include/WSDL/SecurityAdministrationInterface.xsd | 0 .../intelamt}/Include/WSDL/StorageAdministrationInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/StorageInterface.wsdl | 0 .../models/intelamt}/Include/WSDL/UserNotificationInterface.wsdl | 0 .../intelamt}/Include/WSDL/WirelessConfigurationInterface.wsdl | 0 .../intelamt}/Include/WSDL/WirelessConfigurationInterface.xsd | 0 {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/XProfile.xsd | 0 .../models/intelamt}/Include/WSDL/gNameSpaces.dat | 0 {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/wsman.wsdl | 0 {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/wsman.xsd | 0 {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/wsmancat.xsd | 0 {cmdamt => pcucontrol/models/intelamt}/Include/digcalc.h | 0 {cmdamt => pcucontrol/models/intelamt}/Include/httpDigest.h | 0 {cmdamt => pcucontrol/models/intelamt}/Include/iamt_api.h | 0 {cmdamt => pcucontrol/models/intelamt}/Include/soapH.h | 0 {cmdamt => pcucontrol/models/intelamt}/Include/soapStub.h | 0 {cmdamt => pcucontrol/models/intelamt}/Include/stdsoap2.h | 0 {cmdamt => pcucontrol/models/intelamt}/Makefile | 0 {cmdamt => pcucontrol/models/intelamt}/README | 0 {cmdamt => pcucontrol/models/intelamt}/RemoteControlSample.cpp | 0 .../models/intelamt}/RemoteControlSoapBinding.nsmap | 0 {cmdamt => pcucontrol/models/intelamt}/RemoteControlTypes.h | 0 {cmdamt => pcucontrol/models/intelamt}/Utils.cpp | 0 {cmdamt => pcucontrol/models/intelamt}/digcalc.cpp | 0 {cmdamt => pcucontrol/models/intelamt}/httpDigest.cpp | 0 {cmdamt => pcucontrol/models/intelamt}/soapC.cpp | 0 {cmdamt => pcucontrol/models/intelamt}/soapClient.cpp | 0 {cmdamt => pcucontrol/models/intelamt}/stdsoap2.cpp | 0 racadm.py => pcucontrol/models/racadm.py | 0 {monitor/pcu => pcucontrol}/reboot.py | 0 59 files changed, 0 insertions(+), 0 deletions(-) rename {monitor/pcu => pcucontrol}/__init__.py (100%) rename {iloxml => pcucontrol/models/hpilo/iloxml}/Get_Network.xml (100%) rename {iloxml => pcucontrol/models/hpilo/iloxml}/PowerOff_Server.xml (100%) rename {iloxml => pcucontrol/models/hpilo/iloxml}/PowerOn_Server.xml (100%) rename {iloxml => pcucontrol/models/hpilo/iloxml}/Reset_Server.xml (100%) rename {cmdhttps => pcucontrol/models/hpilo}/locfg.pl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/CommonDefinitions.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/IMRSDK.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/StatusCodeDefinitions.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/AgentWatchdogLocalInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/AgentWatchdogRemoteInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/CertStore.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/CircuitBreakerInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/Common.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EITInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EndpointAccessControlAdminInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EndpointAccessControlInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EndpointAccessControlInterface.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EventManagerClientInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EventManagerInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/EventManagerInterface.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/FirmwareUpdateInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/GeneralInfoInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/HardwareAssetInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/NetworkAdministrationInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/NetworkTimeInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/RedirectionInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/RemoteControlInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/SecurityAdministrationInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/SecurityAdministrationInterface.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/StorageAdministrationInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/StorageInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/UserNotificationInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/WirelessConfigurationInterface.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/WirelessConfigurationInterface.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/XProfile.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/gNameSpaces.dat (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/wsman.wsdl (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/wsman.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/WSDL/wsmancat.xsd (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/digcalc.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/httpDigest.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/iamt_api.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/soapH.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/soapStub.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Include/stdsoap2.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Makefile (100%) rename {cmdamt => pcucontrol/models/intelamt}/README (100%) rename {cmdamt => pcucontrol/models/intelamt}/RemoteControlSample.cpp (100%) rename {cmdamt => pcucontrol/models/intelamt}/RemoteControlSoapBinding.nsmap (100%) rename {cmdamt => pcucontrol/models/intelamt}/RemoteControlTypes.h (100%) rename {cmdamt => pcucontrol/models/intelamt}/Utils.cpp (100%) rename {cmdamt => pcucontrol/models/intelamt}/digcalc.cpp (100%) rename {cmdamt => pcucontrol/models/intelamt}/httpDigest.cpp (100%) rename {cmdamt => pcucontrol/models/intelamt}/soapC.cpp (100%) rename {cmdamt => pcucontrol/models/intelamt}/soapClient.cpp (100%) rename {cmdamt => pcucontrol/models/intelamt}/stdsoap2.cpp (100%) rename racadm.py => pcucontrol/models/racadm.py (100%) rename {monitor/pcu => pcucontrol}/reboot.py (100%) diff --git a/monitor/pcu/__init__.py b/pcucontrol/__init__.py similarity index 100% rename from monitor/pcu/__init__.py rename to pcucontrol/__init__.py diff --git a/iloxml/Get_Network.xml b/pcucontrol/models/hpilo/iloxml/Get_Network.xml similarity index 100% rename from iloxml/Get_Network.xml rename to pcucontrol/models/hpilo/iloxml/Get_Network.xml diff --git a/iloxml/PowerOff_Server.xml b/pcucontrol/models/hpilo/iloxml/PowerOff_Server.xml similarity index 100% rename from iloxml/PowerOff_Server.xml rename to pcucontrol/models/hpilo/iloxml/PowerOff_Server.xml diff --git a/iloxml/PowerOn_Server.xml b/pcucontrol/models/hpilo/iloxml/PowerOn_Server.xml similarity index 100% rename from iloxml/PowerOn_Server.xml rename to pcucontrol/models/hpilo/iloxml/PowerOn_Server.xml diff --git a/iloxml/Reset_Server.xml b/pcucontrol/models/hpilo/iloxml/Reset_Server.xml similarity index 100% rename from iloxml/Reset_Server.xml rename to pcucontrol/models/hpilo/iloxml/Reset_Server.xml diff --git a/cmdhttps/locfg.pl b/pcucontrol/models/hpilo/locfg.pl similarity index 100% rename from cmdhttps/locfg.pl rename to pcucontrol/models/hpilo/locfg.pl diff --git a/cmdamt/Include/CommonDefinitions.h b/pcucontrol/models/intelamt/Include/CommonDefinitions.h similarity index 100% rename from cmdamt/Include/CommonDefinitions.h rename to pcucontrol/models/intelamt/Include/CommonDefinitions.h diff --git a/cmdamt/Include/IMRSDK.h b/pcucontrol/models/intelamt/Include/IMRSDK.h similarity index 100% rename from cmdamt/Include/IMRSDK.h rename to pcucontrol/models/intelamt/Include/IMRSDK.h diff --git a/cmdamt/Include/StatusCodeDefinitions.h b/pcucontrol/models/intelamt/Include/StatusCodeDefinitions.h similarity index 100% rename from cmdamt/Include/StatusCodeDefinitions.h rename to pcucontrol/models/intelamt/Include/StatusCodeDefinitions.h diff --git a/cmdamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogLocalInterface.wsdl diff --git a/cmdamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/AgentWatchdogRemoteInterface.wsdl diff --git a/cmdamt/Include/WSDL/CertStore.xsd b/pcucontrol/models/intelamt/Include/WSDL/CertStore.xsd similarity index 100% rename from cmdamt/Include/WSDL/CertStore.xsd rename to pcucontrol/models/intelamt/Include/WSDL/CertStore.xsd diff --git a/cmdamt/Include/WSDL/CircuitBreakerInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/CircuitBreakerInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/CircuitBreakerInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/CircuitBreakerInterface.wsdl diff --git a/cmdamt/Include/WSDL/Common.xsd b/pcucontrol/models/intelamt/Include/WSDL/Common.xsd similarity index 100% rename from cmdamt/Include/WSDL/Common.xsd rename to pcucontrol/models/intelamt/Include/WSDL/Common.xsd diff --git a/cmdamt/Include/WSDL/EITInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/EITInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/EITInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/EITInterface.wsdl diff --git a/cmdamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlAdminInterface.wsdl diff --git a/cmdamt/Include/WSDL/EndpointAccessControlInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/EndpointAccessControlInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.wsdl diff --git a/cmdamt/Include/WSDL/EndpointAccessControlInterface.xsd b/pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.xsd similarity index 100% rename from cmdamt/Include/WSDL/EndpointAccessControlInterface.xsd rename to pcucontrol/models/intelamt/Include/WSDL/EndpointAccessControlInterface.xsd diff --git a/cmdamt/Include/WSDL/EventManagerClientInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/EventManagerClientInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/EventManagerClientInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/EventManagerClientInterface.wsdl diff --git a/cmdamt/Include/WSDL/EventManagerInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/EventManagerInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.wsdl diff --git a/cmdamt/Include/WSDL/EventManagerInterface.xsd b/pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.xsd similarity index 100% rename from cmdamt/Include/WSDL/EventManagerInterface.xsd rename to pcucontrol/models/intelamt/Include/WSDL/EventManagerInterface.xsd diff --git a/cmdamt/Include/WSDL/FirmwareUpdateInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/FirmwareUpdateInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/FirmwareUpdateInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/FirmwareUpdateInterface.wsdl diff --git a/cmdamt/Include/WSDL/GeneralInfoInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/GeneralInfoInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/GeneralInfoInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/GeneralInfoInterface.wsdl diff --git a/cmdamt/Include/WSDL/HardwareAssetInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/HardwareAssetInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/HardwareAssetInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/HardwareAssetInterface.wsdl diff --git a/cmdamt/Include/WSDL/NetworkAdministrationInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/NetworkAdministrationInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/NetworkAdministrationInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/NetworkAdministrationInterface.wsdl diff --git a/cmdamt/Include/WSDL/NetworkTimeInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/NetworkTimeInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/NetworkTimeInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/NetworkTimeInterface.wsdl diff --git a/cmdamt/Include/WSDL/RedirectionInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/RedirectionInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/RedirectionInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/RedirectionInterface.wsdl diff --git a/cmdamt/Include/WSDL/RemoteControlInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/RemoteControlInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/RemoteControlInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/RemoteControlInterface.wsdl diff --git a/cmdamt/Include/WSDL/SecurityAdministrationInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/SecurityAdministrationInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.wsdl diff --git a/cmdamt/Include/WSDL/SecurityAdministrationInterface.xsd b/pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.xsd similarity index 100% rename from cmdamt/Include/WSDL/SecurityAdministrationInterface.xsd rename to pcucontrol/models/intelamt/Include/WSDL/SecurityAdministrationInterface.xsd diff --git a/cmdamt/Include/WSDL/StorageAdministrationInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/StorageAdministrationInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/StorageAdministrationInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/StorageAdministrationInterface.wsdl diff --git a/cmdamt/Include/WSDL/StorageInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/StorageInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/StorageInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/StorageInterface.wsdl diff --git a/cmdamt/Include/WSDL/UserNotificationInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/UserNotificationInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/UserNotificationInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/UserNotificationInterface.wsdl diff --git a/cmdamt/Include/WSDL/WirelessConfigurationInterface.wsdl b/pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.wsdl similarity index 100% rename from cmdamt/Include/WSDL/WirelessConfigurationInterface.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.wsdl diff --git a/cmdamt/Include/WSDL/WirelessConfigurationInterface.xsd b/pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.xsd similarity index 100% rename from cmdamt/Include/WSDL/WirelessConfigurationInterface.xsd rename to pcucontrol/models/intelamt/Include/WSDL/WirelessConfigurationInterface.xsd diff --git a/cmdamt/Include/WSDL/XProfile.xsd b/pcucontrol/models/intelamt/Include/WSDL/XProfile.xsd similarity index 100% rename from cmdamt/Include/WSDL/XProfile.xsd rename to pcucontrol/models/intelamt/Include/WSDL/XProfile.xsd diff --git a/cmdamt/Include/WSDL/gNameSpaces.dat b/pcucontrol/models/intelamt/Include/WSDL/gNameSpaces.dat similarity index 100% rename from cmdamt/Include/WSDL/gNameSpaces.dat rename to pcucontrol/models/intelamt/Include/WSDL/gNameSpaces.dat diff --git a/cmdamt/Include/WSDL/wsman.wsdl b/pcucontrol/models/intelamt/Include/WSDL/wsman.wsdl similarity index 100% rename from cmdamt/Include/WSDL/wsman.wsdl rename to pcucontrol/models/intelamt/Include/WSDL/wsman.wsdl diff --git a/cmdamt/Include/WSDL/wsman.xsd b/pcucontrol/models/intelamt/Include/WSDL/wsman.xsd similarity index 100% rename from cmdamt/Include/WSDL/wsman.xsd rename to pcucontrol/models/intelamt/Include/WSDL/wsman.xsd diff --git a/cmdamt/Include/WSDL/wsmancat.xsd b/pcucontrol/models/intelamt/Include/WSDL/wsmancat.xsd similarity index 100% rename from cmdamt/Include/WSDL/wsmancat.xsd rename to pcucontrol/models/intelamt/Include/WSDL/wsmancat.xsd diff --git a/cmdamt/Include/digcalc.h b/pcucontrol/models/intelamt/Include/digcalc.h similarity index 100% rename from cmdamt/Include/digcalc.h rename to pcucontrol/models/intelamt/Include/digcalc.h diff --git a/cmdamt/Include/httpDigest.h b/pcucontrol/models/intelamt/Include/httpDigest.h similarity index 100% rename from cmdamt/Include/httpDigest.h rename to pcucontrol/models/intelamt/Include/httpDigest.h diff --git a/cmdamt/Include/iamt_api.h b/pcucontrol/models/intelamt/Include/iamt_api.h similarity index 100% rename from cmdamt/Include/iamt_api.h rename to pcucontrol/models/intelamt/Include/iamt_api.h diff --git a/cmdamt/Include/soapH.h b/pcucontrol/models/intelamt/Include/soapH.h similarity index 100% rename from cmdamt/Include/soapH.h rename to pcucontrol/models/intelamt/Include/soapH.h diff --git a/cmdamt/Include/soapStub.h b/pcucontrol/models/intelamt/Include/soapStub.h similarity index 100% rename from cmdamt/Include/soapStub.h rename to pcucontrol/models/intelamt/Include/soapStub.h diff --git a/cmdamt/Include/stdsoap2.h b/pcucontrol/models/intelamt/Include/stdsoap2.h similarity index 100% rename from cmdamt/Include/stdsoap2.h rename to pcucontrol/models/intelamt/Include/stdsoap2.h diff --git a/cmdamt/Makefile b/pcucontrol/models/intelamt/Makefile similarity index 100% rename from cmdamt/Makefile rename to pcucontrol/models/intelamt/Makefile diff --git a/cmdamt/README b/pcucontrol/models/intelamt/README similarity index 100% rename from cmdamt/README rename to pcucontrol/models/intelamt/README diff --git a/cmdamt/RemoteControlSample.cpp b/pcucontrol/models/intelamt/RemoteControlSample.cpp similarity index 100% rename from cmdamt/RemoteControlSample.cpp rename to pcucontrol/models/intelamt/RemoteControlSample.cpp diff --git a/cmdamt/RemoteControlSoapBinding.nsmap b/pcucontrol/models/intelamt/RemoteControlSoapBinding.nsmap similarity index 100% rename from cmdamt/RemoteControlSoapBinding.nsmap rename to pcucontrol/models/intelamt/RemoteControlSoapBinding.nsmap diff --git a/cmdamt/RemoteControlTypes.h b/pcucontrol/models/intelamt/RemoteControlTypes.h similarity index 100% rename from cmdamt/RemoteControlTypes.h rename to pcucontrol/models/intelamt/RemoteControlTypes.h diff --git a/cmdamt/Utils.cpp b/pcucontrol/models/intelamt/Utils.cpp similarity index 100% rename from cmdamt/Utils.cpp rename to pcucontrol/models/intelamt/Utils.cpp diff --git a/cmdamt/digcalc.cpp b/pcucontrol/models/intelamt/digcalc.cpp similarity index 100% rename from cmdamt/digcalc.cpp rename to pcucontrol/models/intelamt/digcalc.cpp diff --git a/cmdamt/httpDigest.cpp b/pcucontrol/models/intelamt/httpDigest.cpp similarity index 100% rename from cmdamt/httpDigest.cpp rename to pcucontrol/models/intelamt/httpDigest.cpp diff --git a/cmdamt/soapC.cpp b/pcucontrol/models/intelamt/soapC.cpp similarity index 100% rename from cmdamt/soapC.cpp rename to pcucontrol/models/intelamt/soapC.cpp diff --git a/cmdamt/soapClient.cpp b/pcucontrol/models/intelamt/soapClient.cpp similarity index 100% rename from cmdamt/soapClient.cpp rename to pcucontrol/models/intelamt/soapClient.cpp diff --git a/cmdamt/stdsoap2.cpp b/pcucontrol/models/intelamt/stdsoap2.cpp similarity index 100% rename from cmdamt/stdsoap2.cpp rename to pcucontrol/models/intelamt/stdsoap2.cpp diff --git a/racadm.py b/pcucontrol/models/racadm.py similarity index 100% rename from racadm.py rename to pcucontrol/models/racadm.py diff --git a/monitor/pcu/reboot.py b/pcucontrol/reboot.py similarity index 100% rename from monitor/pcu/reboot.py rename to pcucontrol/reboot.py -- 2.43.0