Home
last modified time | relevance | path

Searched full:managers (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.js15 $scope.managers = [];
24 $scope.managers.push({
43 $scope.managers.push({address: '', port: ''});
49 if ($scope.managers[index].path) {
50 $scope.managersToDelete.push($scope.managers[index].path);
52 $scope.managers.splice(index, 1);
65 for (let i in $scope.managers) {
66 if (!$scope.managers[i].address || !$scope.managers[i].port) {
74 let managersLength = $scope.managers.length;
78 if (!$scope.managers[managersLength].path) {
[all …]
H A Dsnmp-controller.html12 <h2 class="section-title">Managers</h2>
15 <p class="manager_group empty" ng-if="managers.length < 1">
16 No managers have been added yet.
24 ng-repeat="manager in managers track by $index">
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_inventory.robot88 ${bmc_manager}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
171 [Documentation] Verify functional image version is same as in Redfish managers.
182 ... is same as in Redfish managers..
191 [Documentation] Verify the firmware software inventory is same as software images of managers.
198 ${firmware_inv_path}= Redfish.Get Properties ${REDFISH_BASE_URI}Managers/${MANAGER_ID}
215 ... active software image of Redfish managers and firmware inventory of update service.
223 ... active software image of Redfish managers and firmware inventory of update service.
258 Verify Firmware Version Same In Firmware Inventory And Managers
259 [Documentation] Verify the Redfish firmware inventory path version is same as Redfish managers.
274 # /redfish/v1/Managers/${MANAGER_ID}
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c26 static struct omap_overlay_manager *managers; variable
34 managers = kcalloc(num_managers, sizeof(struct omap_overlay_manager), in dss_init_overlay_managers()
37 BUG_ON(managers == NULL); in dss_init_overlay_managers()
40 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers()
77 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers_sysfs()
89 kfree(managers); in dss_uninit_overlay_managers()
90 managers = NULL; in dss_uninit_overlay_managers()
99 struct omap_overlay_manager *mgr = &managers[i]; in dss_uninit_overlay_managers_sysfs()
116 return &managers[num]; in omap_dss_get_overlay_manager()
/openbmc/openbmc-test-automation/redfish/events/
H A Dtest_bmc_snmp_trap.robot98 Configure Multiple SNMP Managers And Verify
99 [Documentation] Configure multiple SNMP managers and verify.
149 Configure Multiple SNMP Managers With Non Default Port And Verify
150 [Documentation] Configure multiple SNMP Managers with non-default port And Verify.
157 # Configure multiple SNMP managers with non-default port.
161 # Verify if SNMP managers are configured.
166 Configure Multiple SNMP Managers With Different Ports And Verify
167 [Documentation] Configure multiple SNMP Managers with different ports And Verify.
176 # Configure multiple SNMP managers with different ports.
181 # Verify if SNMP managers are configured.
[all …]
H A Dtest_bmc_snmp_config.robot97 Configure Multiple SNMP Managers And Verify
98 [Documentation] Configure multiple SNMP Managers And Verify.
109 Configure Multiple SNMP Managers With Non Default Port And Verify
110 [Documentation] Configure multiple SNMP Managers with non-default port And Verify.
121 Configure Multiple SNMP Managers With Different Ports And Verify
122 [Documentation] Configure multiple SNMP Managers with different ports And Verify.
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_snmp_alerts_sub_menu.robot129 Configure Multiple SNMP Managers On BMC Via GUI And Verify
130 [Documentation] Configure multiple SNMP managers on BMC via GUI and verify.
132 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
139 Configure Multiple SNMP Managers With Non Default Port Via GUI And Verify
140 [Documentation] Configure multiple SNMP managers with non-default port via GUI and verify.
142 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
149 Configure Multiple SNMP Managers With Different Ports Via GUI And Verify
150 [Documentation] Configure multiple SNMP managers with different ports via GUI and verify.
152 [Template] Configure Multiple SNMP Managers On BMC With Valid Port Via GUI And Verify
160 Configure Multiple SNMP Managers On BMC Via GUI And Verify Persistency On BMC Reboot
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DCertificateCollection.json99 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates",
100 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates",
101 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates",
102 …"/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountPr…
103 …"/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certifica…
104 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates",
105 "/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates",
159 "/redfish/v1/Managers/{ManagerId}/Certificates",
163 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates",
164 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates",
[all …]
H A DManager.v1_19_2.json278 … "description": "The array of links to the managers responsible for managing this manager.",
282 …ain an array of links to resources of type `Manager` that represent the managers for this manager.…
303 … "description": "An array of links to the managers that are managed by this manager.",
307 …ain an array of links to resources of type `Manager` that represent the managers being managed by …
361 …allows selection of shared or dedicated ports for managers that support one or the other. For man…
384managers are BMCs (baseboard management controllers), enclosure managers, management controllers, …
643 "description": "The redundancy information for the managers of this system.",
647 …perties in this array shall show how this manager is grouped with other managers for form redundan…
853 …tes and orchestrates management functions across multiple managers, such as enclosure managers and…
863 …fyRedundancySet` operation adds members to or removes members from a redundant group of managers.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCertificateCollection.json99 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certificates",
100 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates",
101 "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates",
102 …"/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAccountPr…
103 …"/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Certifica…
104 … "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates",
105 "/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates",
159 "/redfish/v1/Managers/{ManagerId}/Certificates",
163 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates",
164 "/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates",
[all …]
H A DManager.v1_19_2.json278 … "description": "The array of links to the managers responsible for managing this manager.",
282 …ain an array of links to resources of type `Manager` that represent the managers for this manager.…
303 … "description": "An array of links to the managers that are managed by this manager.",
307 …ain an array of links to resources of type `Manager` that represent the managers being managed by …
361 …allows selection of shared or dedicated ports for managers that support one or the other. For man…
384managers are BMCs (baseboard management controllers), enclosure managers, management controllers, …
643 "description": "The redundancy information for the managers of this system.",
647 …perties in this array shall show how this manager is grouped with other managers for form redundan…
853 …tes and orchestrates management functions across multiple managers, such as enclosure managers and…
863 …fyRedundancySet` operation adds members to or removes members from a redundant group of managers.",
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_managers_bmc.robot30 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
38 [Documentation] Verify BMC managers resource properties.
42 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}
61 [Documentation] Verify BMC managers resource properties.
86 # Example: ['/redfish/v1/Managers/${MANAGER_ID}/EthernetInterfaces']
88 ... /redfish/v1/Managers/ EthernetInterfaces
91 # Example: /redfish/v1/Managers/${MANAGER_ID}/EthernetInterfaces/eth0
116 # "target": "/redfish/v1/Managers/${MANAGER_ID}/Actions/Manager.Reset"
146 # "target": "/redfish/v1/Managers/${MANAGER_ID}/Actions/Manager.Reset"
H A Dtest_bmc_dumps.robot57 …${resp}= Redfish.Get Properties /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${du…
62 # "AdditionalDataURI": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/attachment/9",
93 ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_entries[0]}
147 …${dump_entries_before}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServ…
153 …${dump_entries_after}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServi…
165 …${dump_entries_before}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServ…
170 …${dump_entries_after}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServi…
259 …Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagno…
291 ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_entries[0]}
307 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_sessions_management.robot139 Verify Managers Defaults
140 [Documentation] Verify managers defaults.
143 ${managers}= Redfish.Get Properties /redfish/v1/Managers
144 Rprint Vars managers
145 ${managers_count}= Get Length ${managers['Members']}
147 Valid Value managers['Name'] ['Manager Collection']
148 Valid Value managers['@odata.id'] ['/redfish/v1/Managers']
149 Valid Value managers['Members@odata.count'] [${managers_count}]
152 …Valid List managers['Members'] required_values=[{'@odata.id': '/redfish/v1/Managers/${MANAGER_ID…
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DCertificateCollection_v1.xml63 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certific…
64 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates</String>
65 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates</String>
66 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAc…
67 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Ce…
68 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates…
69 <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates</String>
123 <String>/redfish/v1/Managers/{ManagerId}/Certificates</String>
127 … <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates</String>
128 … <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates</String>
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCertificateCollection_v1.xml63 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Accounts/{ManagerAccountId}/Certific…
64 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ActiveDirectory/Certificates</String>
65 <String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/LDAP/Certificates</String>
66 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/ExternalAccountProviders/{ExternalAc…
67 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/ClientCertificate/Ce…
68 …<String>/redfish/v1/Managers/{ManagerId}/RemoteAccountService/MultiFactorAuth/SecurID/Certificates…
69 <String>/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates</String>
123 <String>/redfish/v1/Managers/{ManagerId}/Certificates</String>
127 … <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/TrustedCertificates</String>
128 … <String>/redfish/v1/Managers/{ManagerId}/SecurityPolicy/SPDM/RevokedCertificates</String>
[all …]
/openbmc/docs/
H A DREDFISH-cheatsheet.md51 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Managers
96 …" -H "Content-Type: application/json" -X POST https://${bmc}/redfish/v1/Managers/bmc/Actions/Manag…
106 …" -H "Content-Type: application/json" -X POST https://${bmc}/redfish/v1/Managers/bmc/Actions/Manag…
143 …art/form-data" -X POST -F UpdateParameters="{\"Targets\":[\"/redfish/v1/Managers/bmc\"],\"@Redfish…
199 … -H "Content-Type: application/json" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtoc…
205 … -H "Content-Type: application/json" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtoc…
213 … -H "Content-Type: application/json" -X PATCH https://${bmc}/redfish/v1/Managers/bmc/NetworkProtoc…
/openbmc/bmcweb/
H A DRedfish.md43 - Managers
530 ### /redfish/v1/Managers/
537 ### /redfish/v1/Managers/bmc/
571 ### /redfish/v1/Managers/bmc/EthernetInterfaces/
579 ### /redfish/v1/Managers/bmc/EthernetInterfaces/{EthernetInterfaceId}/
609 ### /redfish/v1/Managers/bmc/LogServices/
642 ### /redfish/v1/Managers/bmc/LogServices/RedfishLog/
653 ### /redfish/v1/Managers/bmc/LogServices/RedfishLog/Entries/{LogEntryId}/
661 ### /redfish/v1/Managers/bmc/ManagerDiagnosticData/
675 ### /redfish/v1/Managers/bmc/NetworkProtocol/
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_matches_filter_test.cpp67 event["OriginOfCondition"] = "/redfish/v1/Managers/bmc"; in TEST()
70 sub.originResources.emplace_back("/redfish/v1/Managers/bmc"); in TEST()
77 sub.originResources.emplace_back("/redfish/v1/Managers/bmc_not"); in TEST()
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md54 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
71 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
89 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/"
137 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/1"
151 "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/NetworkProtocol/HTTPS/Certificates/1",
/openbmc/bmcweb/test/redfish-core/lib/
H A Dservice_root_test.cpp47 "/redfish/v1/Managers/bmc"); in assertServiceRootGet()
49 EXPECT_EQ(json["Managers"]["@odata.id"], "/redfish/v1/Managers"); in assertServiceRootGet()
50 EXPECT_EQ(json["Managers"].size(), 1); in assertServiceRootGet()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md127 "/redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/",
198 "/redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates"
202 URI /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates mapped to
219 /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 ID of the
230 /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 is mapped to
258 url: redfish/v1/Managers/bmc/Truststore/Certificates/1
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.robot165 Redfish.Delete /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_id}
172 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
175 Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.ClearLog
280 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
304 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…
328 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
332 …# "TargetUri": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Collect…
387 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
392 # "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData"
437 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…
/openbmc/openbmc-test-automation/data/
H A Dvariables.py196 "Managers/" + REDFISH_MANAGERS_ID + "/EthernetInterfaces/eth0/"
201 + "Managers/"
205 REDFISH_NW_PROTOCOL = "Managers/" + REDFISH_MANAGERS_ID + "/NetworkProtocol"
212 "Managers/" + REDFISH_MANAGERS_ID + "/NetworkProtocol/HTTPS/Certificates"
218 "Managers/" + REDFISH_MANAGERS_ID + "/Truststore/Certificates"
232 "Managers/" + REDFISH_MANAGERS_ID + "/LogServices/Dump/Entries"
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp130 "/redfish/v1/Managers/{}/LogServices/Journal/Entries/{}", in fillBMCJournalLogEntryJson()
170 boost::urls::format("/redfish/v1/Managers/{}/LogServices/Journal", in handleManagersLogServiceJournalGet()
184 "/redfish/v1/Managers/{}/LogServices/Journal/Entries", in handleManagersLogServiceJournalGet()
284 "/redfish/v1/Managers/{}/LogServices/Journal/Entries", in handleManagersJournalLogEntryCollectionGet()
368 "/redfish/v1/Managers/{}/LogServices/Journal/Entries?$skip={}", in handleManagersJournalLogEntryCollectionGet()
456 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/Journal/") in requestRoutesBMCJournalLogService()
461 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/Journal/Entries/") in requestRoutesBMCJournalLogService()
467 app, "/redfish/v1/Managers/<str>/LogServices/Journal/Entries/<str>/") in requestRoutesBMCJournalLogService()

12345678910>>...13