Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx: OP940 prepare for downgrade #51

Merged
merged 1 commit into from Oct 4, 2019
Merged

nginx: OP940 prepare for downgrade #51

merged 1 commit into from Oct 4, 2019

Conversation

joseph-reynolds
Copy link
Contributor

This adds a service which creates a directory needed in case the BMC is
downgraded to a release which used nginx.
The directory must be created in the overlay filesystem (not in the
generated file system) so it will survive the downgrade. The service
is "harmless" and only creates one additional subdirectory.

This is needed for OpenBMC 2.7 and later systems (which use BMCWeb) and
may be code updated (downgraded) to OpenBMC 2.6 and earlier releases (which
use nginx).

Without this fix, the BMC fails to start its nginx server and does not
provide HTTP, REST, or Web services. The underlying cause of the server
failing to start is: the directory it needs to write files into does not
is not present.
The problem does not affect the SSH service. Commands like "systemctl
status nginx" show messages about "unable to write 'random state'".
The problem can be worked around by creating the /etc/ssl/certs/nginx/
directory, then starting the service: systemctl start nginx

This service can be removed in the first release that does not support a
downgrade path to an OpenBMC 2.6 or earlier release.

Tested on an OpenBMC 2.7 image:
rm -r /etc/ssl/certs/nginx/ # cleanup workarounds
code update to image which has this fix
systemctl --no-pager list-units nginx-prep-downgrade.service
systemctl status nginx-prep-downgrade.service
ls /etc/ssl/certs/nginx
The service successfully creates the directory.

Fixes: openbmc/openbmc#3564

Signed-off-by: Joseph Reynolds jrey@linux.ibm.com
Change-Id: I32c3231fd877f5f5ea523d584d34892610b6cd0c

Please do not submit a Pull Request via github. Our project makes use of
Gerrit for patch submission and review. For more details please
see https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server

This adds a service which creates a directory needed in case the BMC is
downgraded to a release which used nginx.
The directory must be created in the overlay filesystem (not in the
generated file system) so it will survive the downgrade.  The service
is "harmless" and only creates one additional subdirectory.

This is needed for OpenBMC 2.7 and later systems (which use BMCWeb) and
may be code updated (downgraded) to OpenBMC 2.6 and earlier releases (which
use nginx).

Without this fix, the BMC fails to start its nginx server and does not
provide HTTP, REST, or Web services.  The underlying cause of the server
failing to start is: the directory it needs to write files into does not
is not present.
The problem does not affect the SSH service.  Commands like "systemctl
status nginx" show messages about "unable to write 'random state'".
The problem can be worked around by creating the /etc/ssl/certs/nginx/
directory, then starting the service: systemctl start nginx

This service can be removed in the first release that does not support a
downgrade path to an OpenBMC 2.6 or earlier release.

Tested on an OpenBMC 2.7 image:
  rm -r /etc/ssl/certs/nginx/   # cleanup workarounds
  code update to image which has this fix
  systemctl --no-pager list-units nginx-prep-downgrade.service
  systemctl status nginx-prep-downgrade.service
  ls /etc/ssl/certs/nginx
  The service successfully creates the directory.

Fixes: openbmc/openbmc#3564

Signed-off-by: Joseph Reynolds <jrey@linux.ibm.com>
Change-Id: I32c3231fd877f5f5ea523d584d34892610b6cd0c
@anoo1
Copy link
Contributor

anoo1 commented Oct 4, 2019

@rfrandse rfrandse merged commit 2fdaaec into ibm-openbmc:OP940 Oct 4, 2019
@joseph-reynolds joseph-reynolds deleted the OP940-nginx-downgrade branch October 15, 2019 14:08
rfrandse added a commit that referenced this pull request May 16, 2022
…02 (#2361)

Marri Devender Rao (8):
  Modify plugin to capture all journal data during elog/core dump
  Add bmcweb host and session details to BMC dump
  dreport: Fix warnings displayed during plugin execution
  openpower:dreport Get D-Bus dump files data or dump file names list to BMC dump
  openpower:dreport Add OCC details to BMC dump
  dreport: Add BIOS settings data to BMC dump
  dreport: add settings data to BMC dump
  openpower:dreprot: add required cfam details to BMC dump

Reed Frandsen (1):
  Merge pull request #51 from devenrao/1020

Change-Id: Ib77d20dbe286ca4260c52f67c11ac8b57d7547eb
anoo1 added a commit to anoo1/openbmc-1 that referenced this pull request Jun 3, 2022
Alpana07 (1):
  CM: Bind the PCIe devices with LED driver (ibm-openbmc#46)

Sunny Srivastava (2):
  vpd-manager bug fix (ibm-openbmc#48)
  Code fix to handle Dbus failure (ibm-openbmc#54)

Reed Frandsen (1):
  Merge pull request ibm-openbmc#47 from PriyangaRamasamy/vpd-tool-features

Priyanga Ramasamy (3):
  API to read VPD keyword from hardware
  Vpd-tool:Read keyword from hardware
  vpd-tool not to force reset if CEC is powered ON

Santosh Puranik (5):
  manager: Sync pvm_clear_nvram BIOS Attribute
  Merge pull request ibm-openbmc#44 from santoshpuranik/sync_pvm_clear_nvram
  Fix BIOS Restore Of pvm_clear_nvram
  Merge pull request ibm-openbmc#49 from santoshpuranik/bios_attr_typo_fix
  manager: Move System VPD Restore to Manager (ibm-openbmc#51)

Change-Id: I122a384d86df2607bf2e737d99710f5f0156f323
anoo1 added a commit to anoo1/openbmc-1 that referenced this pull request Jun 3, 2022
Alpana07 (1):
  CM: Bind the PCIe devices with LED driver (ibm-openbmc#46)

Sunny Srivastava (2):
  vpd-manager bug fix (ibm-openbmc#48)
  Code fix to handle Dbus failure (ibm-openbmc#54)

Reed Frandsen (1):
  Merge pull request ibm-openbmc#47 from PriyangaRamasamy/vpd-tool-features

Priyanga Ramasamy (3):
  API to read VPD keyword from hardware
  Vpd-tool:Read keyword from hardware
  vpd-tool not to force reset if CEC is powered ON

Santosh Puranik (5):
  manager: Sync pvm_clear_nvram BIOS Attribute
  Merge pull request ibm-openbmc#44 from santoshpuranik/sync_pvm_clear_nvram
  Fix BIOS Restore Of pvm_clear_nvram
  Merge pull request ibm-openbmc#49 from santoshpuranik/bios_attr_typo_fix
  manager: Move System VPD Restore to Manager (ibm-openbmc#51)

Change-Id: I04ba348a611a83e2e4bc24ea470a8b391054103f
rfrandse pushed a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
…#2534)

* openpower-vpd-parser: downstream srcrev bump 2fff06bdf8..19f0f8ada5

Santosh Puranik (1):
  manager: Move System VPD Restore to Manager (ibm-openbmc#51)

Change-Id: I5ed9ab236db9f752a917ecf1f0cd691a520d73e5
rfrandse pushed a commit to rfrandse/openbmc-1 that referenced this pull request Jul 18, 2022
…#2534)

* openpower-vpd-parser: downstream srcrev bump 2fff06bdf8..19f0f8ada5

Santosh Puranik (1):
  manager: Move System VPD Restore to Manager (ibm-openbmc#51)

Change-Id: I5ed9ab236db9f752a917ecf1f0cd691a520d73e5
rfrandse pushed a commit that referenced this pull request Jul 18, 2022
…#2534)

* openpower-vpd-parser: downstream srcrev bump 2fff06bdf8..19f0f8ada5

Santosh Puranik (1):
  manager: Move System VPD Restore to Manager (#51)

Change-Id: I5ed9ab236db9f752a917ecf1f0cd691a520d73e5
rfrandse pushed a commit that referenced this pull request Oct 26, 2022
…#2534)

* openpower-vpd-parser: downstream srcrev bump 2fff06bdf8..19f0f8ada5

Santosh Puranik (1):
  manager: Move System VPD Restore to Manager (#51)

Change-Id: I5ed9ab236db9f752a917ecf1f0cd691a520d73e5
rfrandse added a commit that referenced this pull request Nov 3, 2022
George Liu (2):
  ips-localization: Change the width property size (#41)
  Support css style for IPS (#51)

Nikhil Ashoka (1):
  New helptext for Capacity on demand activation (#43)

Change-Id: I38596e17609f2b26807316fd536db347bc8d87b2
rfrandse added a commit that referenced this pull request Nov 10, 2022
George Liu (2):
  ips-localization: Change the width property size (#41)
  Support css style for IPS (#51)

Nikhil Ashoka (1):
  New helptext for Capacity on demand activation (#43)

Change-Id: I38596e17609f2b26807316fd536db347bc8d87b2
rfrandse added a commit that referenced this pull request Nov 15, 2022
George Liu (2):
  ips-localization: Change the width property size (#41)
  Support css style for IPS (#51)

Nikhil Ashoka (1):
  New helptext for Capacity on demand activation (#43)

Change-Id: I38596e17609f2b26807316fd536db347bc8d87b2
rfrandse added a commit that referenced this pull request Jan 3, 2023
Sandeepa Singh (47):
  Firmware-change (#66)
  Allow only tar file upload (#71)
  Hardware Deconfiguration Page (#84)
  Deconfig-Toggles (#110)
  Filter SNMP data (#112)
  Upload acf certificate on login page (#126)
  Hardware deconfiguration fix (#128)
  TFTP firmware update (#104)
  Add filter to remove absent dimms form GUI (#139)
  Add abiliy to sort hardware deconfig columns (#162)
  Add helptext for FQDN (#164)
  Add deconfiguration type as None (#163)
  Fix link to deconfiguration records (#155)
  Remove regex from firmware (#151)
  Add alert for HMC connection disconnect (#152)
  Update hardware deconfiguration per Demo feedback (#180)
  Remove Default option from Server power operations page (#188)
  reverting removal of Default partition environment dropdown (#190)
  Add Lateral cast out page (#177)
  fix toggle issue (#191)
  Add details on login page (#193)
  Remove TFTP server option from firmware page (#194)
  Real time post codes converted to ASCII (#207)
  fix TFTP bug (#213)
  Show/Hide ACF upload button (#214)
  Fix toggle issue (#219)
  Change the toggle text to configure/deconfigure (#223)
  Fix the sorting issue in progress logs (#240)
  Translate severity to fatal,predictive and manual (#235)
  Add Pel ID column on HW deconfiguration page (#244)
  Show FW_boot_side_current attribute value (#262)
  Added filter to remove 00000000 from post code table (#272)
  Fix toast msg for HW deconfiguration page (#251)
  Add location code of Deconfig records page (#293)
  Make memory page consistent (#308)
  Add pel id column (#332)
  Update service login condition (#326)
  Edit app nav and login file (#335)
  Update Automatic helptext (#340)
  Grey out toggle when DHCP is disabled (#338)
  Disable delete when system is powered on (#327)
  Renamed added optimization page (#346)
  Fix deconfiguration record translation bug (#360)
  Fix power page translation bug (#361)
  Operating mode is translatable now (#363)
  Fix user management page translation bugs (#365)
  Fix server power ops translation bugs (#359)

Kenneth Fullbright (85):
  Removed irrelevant fields from the VET Capabilities table (#68)
  Update Firmware page interactions when system is powered on (#51)
  Updated CSR Modal & Service login Certificate Modal (#59)
  Removed OemIBMServiceAgent from  Group Privilege list (#76)
  Updated Power saver modes descriptions (#83)
  Popup SOL Console (Host Console) not showing correct connection status (#79)
  Removed irrelevant fields from the VET Capabilities table (#93)
  Added Initiate Resource Dump Function (#103)
  Fixed password change/reset code for expired password (#125)
  Fixed global action vuex error getUsers (#120)
  Fixed 'Promise.all' related errors on Overview (#119)
  Renamed "Serial over LAN (SOL) console" page (#54)
  Fixed event log table to be fully responsive (#122)
  Prevent service user password change (#88)
  Turned dumps PHYP alert into a toast (#140)
  Repaired Service login consoles links in the navbar (#145)
  Removed LDAP from navigation on non admin role accounts (#108)
  Updated the link to consoles and other nav related items
  Refactored Power page and power page related things (#109)
  Added Power restore policy missing alert on operating mode manual (#147)
  Made non-service roles not pass default password for resource dumps (#135)
  Fixed BMC Hypervisor console switch (#159)
  Enhanced user creation and current user failed message for password change (#81)
  Fixed translation double key error (#146)
  Removed service privilege option from edit user and add user (#161)
  Enhanced resource dump error messages (#168)
  Refactored Power page code for efficiency and clarity (#158)
  Fixed init system dump from resource dump (#136)
  Added toast for invalid privilege (#172)
  Fixed Service consoles (#176)
  Fix user management delete table action (#179)
  Fixed service account resource dumps password field to allow any string (#183)
  Fixed Idle power saving missing reset button option (#184)
  Removed lower and upper limit and warning sensors (#186)
  Fixed missing fields for add user on user modal (#185)
  Fixed maximum amount of users toast error (#196)
  Fixed delete and replace function in Certificates table (#197)
  Fixed navbar missing error (#206)
  Fixed popup BMC and Hypervisor consoles. (#205)
  Fixed init system dump PHYP in standby check error (#204)
  Fixed closing console conntections. (#220)
  Fixed upload certificate button not being disabled on max certificates (#224)
  Added info tool tips on password changing fields. (#225)
  Removed operator role from add role group modal (#229) [SW550540]
  Removed Operator and NoAccess roles from desciption table (#228) [SW550558]
  Fixed proxy logout error (#226)
  Created info icon for enhanced information about power consumption (#232)
  Fixed some tables not being fully responsive (#222)
  Set autocomplete option to off for password fields (#231)
  Added dump being offloaded warning for reboot and shutdown (#241)
  Fixed system dump error messages (#238)
  Fixed factory reset to default code (#243)
  Changed OemIBMServiceAgent to ServiceAgent (#261)
  Add safe mode to user interface (#250)
  Fixed fresh install set password and login error (#263)
  Fixed DHCP delete button not disabled (#273)
  Removed unsupported ServiceAgent group from LDAP group privilege modal (#268)
  Fixed Zombie state when factory resetting (#270)
  Fixed unauthorized error toast on page loading (#267)
  Fixed firmware swapping confusion (#271)
  Fixed console connection indicators (#275)
  Fixed account polocy settings displaying not updated info on refresh (#276)
  Fixed running and backup image info render problem (#287)
  Fixed event logs not updating upon delete all button (#290)
  Fixed account policy radio buttons (#289)
  Fixed secure LDAP checkbox not showing correct values (#291)
  Fixed firmware update function (#296)
  Fixed JSON.parse error from localStorage (#298)
  Fixed factory reset function to be fully async (#306)
  Removed host console access from ReadOnly roles (#307)
  Fixed SRC Details not showing on non manual records (#300)
  Fixed page memory validation error (#313)
  Fixed location code not showing on Deconfiguration records table (#317)
  Disabled users from changing username on user management table (#321)
  Added Location codes for TPM (#324)
  Fixed console indicators not updating status (#304)
  Added Location codes for TPM (#325)
  Made more meaningful toasts (#314)
  Fixed manage access keys hyperlink being disabled problems on Firmware page (#322)
  Fixed asset tag info not showing up in modal after app refresh and tag update (#333)
  Removed hashes from files (#334)
  Created real time indicator postCodeValue filter (#302)
  Fixed Deconfig table download additional data button (#328)
  Changed page "Lateral cast out" to "Added optimization" (#341)
  Added notices page (#336)

A Nikhil (47):
  Update Inventory DIMM table (#74)
  Update Inventory Assemblies table (#87)
  Update Inventory Processors table (#86)
  Incorrect Power mode value (#89)
  Dumps available on BMC are not displayed on BMC-GUI (#72)
  Components on the hardware page not in order (#101)
  No values populated for licensed and configured cores (#91)
  Update GUI as IBM (#116)
  Rename Update Firmware access key (#117)
  Health and state field of assembly components is missing in inventory page (#99)
  Event logs add missing information (#111)
  GUI has no way to turn off System attention LED (#129)
  Event log does not show information for service (#133)
  GUI missing detailed COD (#124)
  Rename count in system table (#149)
  FCO page accepts value greater than the number of licensed cores (#142)
  Part number field is showing spare part number value (#165)
  Wrong lable on SRC for logs (#156)
  Inventory and LEDs page has two system entries (#137)
  Add toggle to enable/disable the secure version lock in (#167)
  Factory reset option should only be provided at power off (#174)
  Health in critical state after marking critical errors as resolved (#189)
  Concurrent maintenance Page (#202)
  Download implementation in Event logs (#192)
   Missing host USB enable/disable (#239)
  Prevent system power on when BMC is not in Ready state (#227)
  Adding mex chassis Info (#233)
  Mex IO enclosure firmware version not displayed (#265)
  PCIe Hardware Topology (#181)
  Warning in PcieTopology.vue (#282)
  Pcie-topology and Inventory fixes (#288)
  Unable to edit group name in the Add Role group field. (#303)
  PCIe Topology Save changes (#309)
  Invalid range for I/O Adapter enlarged capacity (#311)
  Status for both system and chassis comes as absent at host power off state (#312)
  Status for system table should be Present (#320)
  Fixed Identify LED error in MEX chassis (#330)
  Assemblies section does not has search option in Inventory page (#315)
  PCIe link width for empty slots is showing as -1 (#319)
  Warning message only in manual mode (#323)
  Fixed incorrect Identity LEDs error message (#331)
  Unwanted fields for MEX components removed (#329)
  PCIe topology performance improved (#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (#318)
  Severity values is now translatable (#357)
  Enabled value taken from translation file (#362)
  Removed .tar.xz extension from dumps (#410)

whitesource-ets[bot] (1):
  Add .whitesource configuration file

sandeepasingh116 (17):
  Add new toggles on CM page (#3)
  Changed connection status logic for Hypervisor console (#6)
  Remove dump download option from overview page (#9)
  Add text on user management page (#8)
  Rename the save setting button (#20)
  Add success toast (#18)
  Fix network eth1 error (#21)
  Disable date and time page (#24)
  Update password helptext (#19)
  Add info tooltip to frequency cap (#25)
  Read only user will not be able to toggle switches (#28)
  Make filters translatable (#33)
  Fix translations of vet capabilities (#35)
  fix english texts containing links (#38)
  Remove service login label for read only user (#45)
  fix translation defect for server power ops (#52)
  add toogle on Policies page (#73)

Reed Frandsen (1):
  Removed alert message from Update firmware component (#90)

Gunnar Mills (3):
  Enable hmc proxy (#208)
  Update notices to 1030 (#50)
  Revert "Refresh only once after login (#42)" (#59)

Nikhil Ashoka (33):
  pdated the text of server power ops documentation (#7)
  Displaying Sensors table one row at a time (#11)
  NTP server duplicate entry is not accepted (#4)
  Fabric Adapters Info in Inventory page (#12)
  Fixed Secure LDAP using SSL checkbox value (#2)
  Added progress bar for activate access key (#1)
  Error message displayed if fails to authenticate the user (#10)
  Memory page made HMC-managed independent (#15)
  Sorting fixed for status (#17)
  Sensors table now updating on refresh (#22)
  Secure LDAP is disabled when LDAP authentication disables (#23)
  Removed Service consoles page for read-only users (#14)
  Additional message added on Disable SSH (#30)
  Default partition value taken from translation file (#36)
  Updated password Max Limit (#26)
  New Error message displayed if fails to authenticate the user (#27)
  Added Status and roles values to the translation file (#31)
  Title translation (#34)
  Power values added to translation file (#32)
  Health and Date format taken from translation file (#37)
  Added possible property values in translation file (#39)
  Displaying System Anchor value (#40)
  Added Info tooltip to VirtualTPM (#47)
  Added max limit based on selected user (#46)
  Refresh only once after login (#42)
  Lamp test switch disabled once ON (#48)
  Tab names translated in Inventory page (#54)
  Using privilege values from the translation file (#56)
  Deconfiguration type is taken from translation file (#57)
  Fabric Adapter table showing Name (#55)
  PCIe topology overlapping fix (#53)
  Added Identity LED to Fabric Adapters (#49)
  Removed Error message from Accounts verification (#44)

Dixsie Wolmers (14):
  Fix network settings defects - FQDN, link info, and MAC address (#113)
  Audit translation file (#115)
  Network settings - update DHCP section (#114)
  Add deconfiguration logs page (#121)
  Fix host console route (#157)
  Fix language dropdown on login page (#166)
  Network settings fixes - dhcp modal, edit ipv4, default gateway (#175)
  Update deconfig log table (#200)
  Update  network settings ipv4 table (#199)
  Fix network settings hostname and IUM errors (#210)
  Add  ability to edit asset tag (#211)
  Fix LDAP form values when LDAP disabled - SW546990 (#245)
  Fix deconfig records defects (#246)
  Update maintainers - Remove Dixsie and add Sandeepa (#286)

aixt9n aixt9n (2):
  i18n: KO_KR: Drop latest translated files for webui-vue (#257)
  i18n: ES_ES: Drop latest translated files for webui-vue (#258)

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
rfrandse added a commit that referenced this pull request Mar 3, 2023
George Liu (2):
  ips-localization: Change the width property size (#41)
  Support css style for IPS (#51)

Nikhil Ashoka (1):
  New helptext for Capacity on demand activation (#43)

Change-Id: I38596e17609f2b26807316fd536db347bc8d87b2
rfrandse added a commit that referenced this pull request Mar 3, 2023
sandeepasingh116 (4):
  fix translation defect for server power ops (#52)
  add toogle on Policies page (#73)
  Fix login page logo issue (#81)
  Fix logo issue (#82)

George Liu (9):
  ips-localization: Change the width property size (#41)
  Support css style for IPS (#51)
  Update the style of resetButton (#61)
  Fix Chinese line break problem (#62)
  Add timeout mechanism when setting Server power policy (#68)
  Notices: changed from IBM to IPS (#69)
  Fix reset password error prompt password error (#60)
  Filter redundant licenses entry (#70)
  Fix server firmware start policy (#77)

Gunnar Mills (1):
  Revert "Refresh only once after login (#42)" (#59)

Nikhil Ashoka (10):
  Tab names translated in Inventory page (#54)
  Using privilege values from the translation file (#56)
  Deconfiguration type is taken from translation file (#57)
  Fabric Adapter table showing Name (#55)
  PCIe topology overlapping fix (#53)
  Added Identity LED to Fabric Adapters (#49)
  Removed Error message from Accounts verification (#44)
  Labels now updating in Concurrent maintenance page (#63)
  Refresh only once and title translation (#65)
  New helptext for Capacity on demand activation (#43)

A Nikhil (1):
  Removed .tar.xz extension from dumps (#410)

Change-Id: Ifbbd773a99fdd13b785976bd680f59fe50f59ff5
rfrandse added a commit that referenced this pull request Mar 20, 2023
Asmitha Karunanithi (8):
  Add ethernet objects under hypervisor network obj
  Add DHCP functionalities to hypervisor eth interfaces
  Add ip address objects for each ethernet intf & UTs
  Add create, delete ip support & sync data w/ biostable
  Update BIOS table changes to the hypervisor dbus objects
  Persist "Enabled" property accross reboot
  Fix compilation issue (#51)
  Fix compilation issues (#55)

William A. Kennington III (72):
  types: Add hash function for IPs
  types: Simplify ostream operators
  types: hash_multi should take const refs
  types: Add constexpr endianness functions
  types: Add a type for interface addresses
  types: Add constexpr numeric decode
  types: Add constexpr ether_addr parser
  types: Add constexpr in_addr parser
  types: Better IPv6 RFC5952 support
  types: Add constexpr in6_addr parser
  types: Add constexpr InAddrAny / IfAddr parser
  types: Add constexpr int encoder
  types: Make all address conversion constexpr
  ipaddress: Refactor object creation
  ethernet_interface: Normalize IP for gateway
  ethernet_interface: Normalize IPs for nameservers
  util: Remove unused isValidPrefix
  neighbor: Refactor object creation
  util: Remove unused isValidIP
  util: Simplify addFromBuf
  ethernet_interface: Fix vlan return object
  rtnetlink_server: Avoid refreshing for gateway changes
  rtnetlink: Migrate IP functions
  rtnetlink_server: Don't refresh for addresses
  ethernet_interface: Reduce error spam for addrs
  rtnetlink: Migrate neighbor functions
  rtnetlink_server: Don't refresh for neighbors
  rtnetlink: Handle parsing errors more gracefully
  ethernet_interface: DHCP settings don't require refresh
  types: Migrate all of the Info types
  network_manager_main: Make sure errors sync to journal
  rtnetlink: Return neighbor even if addr is missing
  network_manager: Async query all interface states
  network_manager: Absorb all state change functions
  test/rtnetlink_server: Remove
  network_manager: Standardize add/remove interface
  network_manager: Support queueing additional interface data
  network_manager: Move interface validation
  rtnetlink: Add public interface parser
  rtnetlink_server: Add interfaces dynamically
  network_manager: Add addresses to undiscovered interfaces
  network_manager: Add neighbors to undiscovered interfaces
  network_manager: Add gateways to undiscovered interfaces
  rtnetlink_server: Dump all netlink data at startup
  ethernet_interface: Remove all other refreshes
  config_parser: Add support for checking file existence
  util: Reduce error messages for config options
  dhcp_configuration: Don't depend on interface queries
  ethernet_interface: Fix updating neighbor
  ethernet_interface: Update ethtool for interface updates
  network_manager: Don't log errors for ignored interfaces
  treewide: Completely remove global refresh
  routing_table: Remove obsolete code
  ethernet_interface: Fix updating sub objects
  ethernet_interface: Remove optional signal emission
  network_manager: Keep interface info around
  network_manager: Implement interface rename
  ethernet_interface: Migrate object creation from network_manager
  treewide: Cleanup signal emission
  system_configuration: Fix new hostname updates
  network_manager: Remove unhandled exception
  network_manager: Add reload post hooks
  system_queries: Add netlink based delete
  ethernet_interface: Fix updates without interface idx
  ethernet_interface: Fix VLAN delete
  ethernet_interface: Remove spurious reloads
  inventory_mac: Migrate code out of other places
  util: Remove charconv
  test/util: Simplify
  treewide: Move timers out of networkd lib scope
  treewide: Codify memory pinning
  main: Use workaround loop function

nkotania (2):
  Avoid looking for NTP servers from Systemd-Timesyncd in Manual mode (#54)
  fix Compilation issue (#56)

Brad Bishop (1):
  treewide: remove dependencies on mapper.target

Potin Lai (1):
  network_manager_main: add force-sync-mac option

Patrick Williams (5):
  sdbusplus: use shorter type aliases
  prettier: re-format
  beautysh: re-format
  gen: update due to sdbusplus-gen-meson change
  inventory_mac: fix inventory sync

Jian Zhang (1):
  util: Add data ptr check to avoid crash

Change-Id: I35e49ada45c2318fdec31827cffeb847ea67fe37
rfrandse added a commit that referenced this pull request Mar 28, 2024
Sandeepa Singh (47):
  Firmware-change (#66)
  Allow only tar file upload (#71)
  Hardware Deconfiguration Page (#84)
  Deconfig-Toggles (#110)
  Filter SNMP data (#112)
  Upload acf certificate on login page (#126)
  Hardware deconfiguration fix (#128)
  TFTP firmware update (#104)
  Add filter to remove absent dimms form GUI (#139)
  Add abiliy to sort hardware deconfig columns (#162)
  Add helptext for FQDN (#164)
  Add deconfiguration type as None (#163)
  Fix link to deconfiguration records (#155)
  Remove regex from firmware (#151)
  Add alert for HMC connection disconnect (#152)
  Update hardware deconfiguration per Demo feedback (#180)
  Remove Default option from Server power operations page (#188)
  reverting removal of Default partition environment dropdown (#190)
  Add Lateral cast out page (#177)
  fix toggle issue (#191)
  Add details on login page (#193)
  Remove TFTP server option from firmware page (#194)
  Real time post codes converted to ASCII (#207)
  fix TFTP bug (#213)
  Show/Hide ACF upload button (#214)
  Fix toggle issue (#219)
  Change the toggle text to configure/deconfigure (#223)
  Fix the sorting issue in progress logs (#240)
  Translate severity to fatal,predictive and manual (#235)
  Add Pel ID column on HW deconfiguration page (#244)
  Show FW_boot_side_current attribute value (#262)
  Added filter to remove 00000000 from post code table (#272)
  Fix toast msg for HW deconfiguration page (#251)
  Add location code of Deconfig records page (#293)
  Make memory page consistent (#308)
  Add pel id column (#332)
  Update service login condition (#326)
  Edit app nav and login file (#335)
  Update Automatic helptext (#340)
  Grey out toggle when DHCP is disabled (#338)
  Disable delete when system is powered on (#327)
  Renamed added optimization page (#346)
  Fix deconfiguration record translation bug (#360)
  Fix power page translation bug (#361)
  Operating mode is translatable now (#363)
  Fix user management page translation bugs (#365)
  Fix server power ops translation bugs (#359)

Kenneth Fullbright (85):
  Removed irrelevant fields from the VET Capabilities table (#68)
  Update Firmware page interactions when system is powered on (#51)
  Updated CSR Modal & Service login Certificate Modal (#59)
  Removed OemIBMServiceAgent from  Group Privilege list (#76)
  Updated Power saver modes descriptions (#83)
  Popup SOL Console (Host Console) not showing correct connection status (#79)
  Removed irrelevant fields from the VET Capabilities table (#93)
  Added Initiate Resource Dump Function (#103)
  Fixed password change/reset code for expired password (#125)
  Fixed global action vuex error getUsers (#120)
  Fixed 'Promise.all' related errors on Overview (#119)
  Renamed "Serial over LAN (SOL) console" page (#54)
  Fixed event log table to be fully responsive (#122)
  Prevent service user password change (#88)
  Turned dumps PHYP alert into a toast (#140)
  Repaired Service login consoles links in the navbar (#145)
  Removed LDAP from navigation on non admin role accounts (#108)
  Updated the link to consoles and other nav related items
  Refactored Power page and power page related things (#109)
  Added Power restore policy missing alert on operating mode manual (#147)
  Made non-service roles not pass default password for resource dumps (#135)
  Fixed BMC Hypervisor console switch (#159)
  Enhanced user creation and current user failed message for password change (#81)
  Fixed translation double key error (#146)
  Removed service privilege option from edit user and add user (#161)
  Enhanced resource dump error messages (#168)
  Refactored Power page code for efficiency and clarity (#158)
  Fixed init system dump from resource dump (#136)
  Added toast for invalid privilege (#172)
  Fixed Service consoles (#176)
  Fix user management delete table action (#179)
  Fixed service account resource dumps password field to allow any string (#183)
  Fixed Idle power saving missing reset button option (#184)
  Removed lower and upper limit and warning sensors (#186)
  Fixed missing fields for add user on user modal (#185)
  Fixed maximum amount of users toast error (#196)
  Fixed delete and replace function in Certificates table (#197)
  Fixed navbar missing error (#206)
  Fixed popup BMC and Hypervisor consoles. (#205)
  Fixed init system dump PHYP in standby check error (#204)
  Fixed closing console conntections. (#220)
  Fixed upload certificate button not being disabled on max certificates (#224)
  Added info tool tips on password changing fields. (#225)
  Removed operator role from add role group modal (#229) [SW550540]
  Removed Operator and NoAccess roles from desciption table (#228) [SW550558]
  Fixed proxy logout error (#226)
  Created info icon for enhanced information about power consumption (#232)
  Fixed some tables not being fully responsive (#222)
  Set autocomplete option to off for password fields (#231)
  Added dump being offloaded warning for reboot and shutdown (#241)
  Fixed system dump error messages (#238)
  Fixed factory reset to default code (#243)
  Changed OemIBMServiceAgent to ServiceAgent (#261)
  Add safe mode to user interface (#250)
  Fixed fresh install set password and login error (#263)
  Fixed DHCP delete button not disabled (#273)
  Removed unsupported ServiceAgent group from LDAP group privilege modal (#268)
  Fixed Zombie state when factory resetting (#270)
  Fixed unauthorized error toast on page loading (#267)
  Fixed firmware swapping confusion (#271)
  Fixed console connection indicators (#275)
  Fixed account polocy settings displaying not updated info on refresh (#276)
  Fixed running and backup image info render problem (#287)
  Fixed event logs not updating upon delete all button (#290)
  Fixed account policy radio buttons (#289)
  Fixed secure LDAP checkbox not showing correct values (#291)
  Fixed firmware update function (#296)
  Fixed JSON.parse error from localStorage (#298)
  Fixed factory reset function to be fully async (#306)
  Removed host console access from ReadOnly roles (#307)
  Fixed SRC Details not showing on non manual records (#300)
  Fixed page memory validation error (#313)
  Fixed location code not showing on Deconfiguration records table (#317)
  Disabled users from changing username on user management table (#321)
  Added Location codes for TPM (#324)
  Fixed console indicators not updating status (#304)
  Added Location codes for TPM (#325)
  Made more meaningful toasts (#314)
  Fixed manage access keys hyperlink being disabled problems on Firmware page (#322)
  Fixed asset tag info not showing up in modal after app refresh and tag update (#333)
  Removed hashes from files (#334)
  Created real time indicator postCodeValue filter (#302)
  Fixed Deconfig table download additional data button (#328)
  Changed page "Lateral cast out" to "Added optimization" (#341)
  Added notices page (#336)

A Nikhil (47):
  Update Inventory DIMM table (#74)
  Update Inventory Assemblies table (#87)
  Update Inventory Processors table (#86)
  Incorrect Power mode value (#89)
  Dumps available on BMC are not displayed on BMC-GUI (#72)
  Components on the hardware page not in order (#101)
  No values populated for licensed and configured cores (#91)
  Update GUI as IBM (#116)
  Rename Update Firmware access key (#117)
  Health and state field of assembly components is missing in inventory page (#99)
  Event logs add missing information (#111)
  GUI has no way to turn off System attention LED (#129)
  Event log does not show information for service (#133)
  GUI missing detailed COD (#124)
  Rename count in system table (#149)
  FCO page accepts value greater than the number of licensed cores (#142)
  Part number field is showing spare part number value (#165)
  Wrong lable on SRC for logs (#156)
  Inventory and LEDs page has two system entries (#137)
  Add toggle to enable/disable the secure version lock in (#167)
  Factory reset option should only be provided at power off (#174)
  Health in critical state after marking critical errors as resolved (#189)
  Concurrent maintenance Page (#202)
  Download implementation in Event logs (#192)
   Missing host USB enable/disable (#239)
  Prevent system power on when BMC is not in Ready state (#227)
  Adding mex chassis Info (#233)
  Mex IO enclosure firmware version not displayed (#265)
  PCIe Hardware Topology (#181)
  Warning in PcieTopology.vue (#282)
  Pcie-topology and Inventory fixes (#288)
  Unable to edit group name in the Add Role group field. (#303)
  PCIe Topology Save changes (#309)
  Invalid range for I/O Adapter enlarged capacity (#311)
  Status for both system and chassis comes as absent at host power off state (#312)
  Status for system table should be Present (#320)
  Fixed Identify LED error in MEX chassis (#330)
  Assemblies section does not has search option in Inventory page (#315)
  PCIe link width for empty slots is showing as -1 (#319)
  Warning message only in manual mode (#323)
  Fixed incorrect Identity LEDs error message (#331)
  Unwanted fields for MEX components removed (#329)
  PCIe topology performance improved (#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (#318)
  Severity values is now translatable (#357)
  Enabled value taken from translation file (#362)
  Removed .tar.xz extension from dumps (#410)

whitesource-ets[bot] (1):
  Add .whitesource configuration file

sandeepasingh116 (17):
  Add new toggles on CM page (#3)
  Changed connection status logic for Hypervisor console (#6)
  Remove dump download option from overview page (#9)
  Add text on user management page (#8)
  Rename the save setting button (#20)
  Add success toast (#18)
  Fix network eth1 error (#21)
  Disable date and time page (#24)
  Update password helptext (#19)
  Add info tooltip to frequency cap (#25)
  Read only user will not be able to toggle switches (#28)
  Make filters translatable (#33)
  Fix translations of vet capabilities (#35)
  fix english texts containing links (#38)
  Remove service login label for read only user (#45)
  fix translation defect for server power ops (#52)
  add toogle on Policies page (#73)

Reed Frandsen (1):
  Removed alert message from Update firmware component (#90)

Gunnar Mills (3):
  Enable hmc proxy (#208)
  Update notices to 1030 (#50)
  Revert "Refresh only once after login (#42)" (#59)

Nikhil Ashoka (33):
  pdated the text of server power ops documentation (#7)
  Displaying Sensors table one row at a time (#11)
  NTP server duplicate entry is not accepted (#4)
  Fabric Adapters Info in Inventory page (#12)
  Fixed Secure LDAP using SSL checkbox value (#2)
  Added progress bar for activate access key (#1)
  Error message displayed if fails to authenticate the user (#10)
  Memory page made HMC-managed independent (#15)
  Sorting fixed for status (#17)
  Sensors table now updating on refresh (#22)
  Secure LDAP is disabled when LDAP authentication disables (#23)
  Removed Service consoles page for read-only users (#14)
  Additional message added on Disable SSH (#30)
  Default partition value taken from translation file (#36)
  Updated password Max Limit (#26)
  New Error message displayed if fails to authenticate the user (#27)
  Added Status and roles values to the translation file (#31)
  Title translation (#34)
  Power values added to translation file (#32)
  Health and Date format taken from translation file (#37)
  Added possible property values in translation file (#39)
  Displaying System Anchor value (#40)
  Added Info tooltip to VirtualTPM (#47)
  Added max limit based on selected user (#46)
  Refresh only once after login (#42)
  Lamp test switch disabled once ON (#48)
  Tab names translated in Inventory page (#54)
  Using privilege values from the translation file (#56)
  Deconfiguration type is taken from translation file (#57)
  Fabric Adapter table showing Name (#55)
  PCIe topology overlapping fix (#53)
  Added Identity LED to Fabric Adapters (#49)
  Removed Error message from Accounts verification (#44)

Dixsie Wolmers (14):
  Fix network settings defects - FQDN, link info, and MAC address (#113)
  Audit translation file (#115)
  Network settings - update DHCP section (#114)
  Add deconfiguration logs page (#121)
  Fix host console route (#157)
  Fix language dropdown on login page (#166)
  Network settings fixes - dhcp modal, edit ipv4, default gateway (#175)
  Update deconfig log table (#200)
  Update  network settings ipv4 table (#199)
  Fix network settings hostname and IUM errors (#210)
  Add  ability to edit asset tag (#211)
  Fix LDAP form values when LDAP disabled - SW546990 (#245)
  Fix deconfig records defects (#246)
  Update maintainers - Remove Dixsie and add Sandeepa (#286)

aixt9n aixt9n (2):
  i18n: KO_KR: Drop latest translated files for webui-vue (#257)
  i18n: ES_ES: Drop latest translated files for webui-vue (#258)

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
rfrandse added a commit that referenced this pull request Mar 28, 2024
… (#3502)

Adriana Kobylak (1):
  msl: reset: Set MSL to version of subsequent update (#51)

Change-Id: Idde41b19fe37fd49e851b0ad7ffceede5b873fc6
rfrandse added a commit that referenced this pull request Mar 28, 2024
ArchanaKakani (1):
  Assemble lids to create a code update image tar ball (#14)

Adriana Kobylak (12):
  mmc: Run fsck on the alternate image and hostfw
  mmc: Don't remove hostfw if it's not being updated
  usb: Automatically reboot and update both sides
  image_manager: Add check for IBM extended version format (#3)
  uak: Add sync method
  utils: add getSubTree
  UAK: Dynamically read object path from subtree
  UAK: Add support to sync to op-panel VPD
  msl: Store Min Ship Level in VPD (#47)
  msl: Set the VPD msl to the current version (#49)
  msl: reset: Set MSL to version of subsequent update (#51)
  Marker LID Validation: Add minimum ship level check (#21)

Konstantin Aladyshev (1):
  meson: Disable 'verify-signature' option by default

sagisin (2):
  Marker LID Validation: Create Validate API infrastructure (#13)
  Marker LID Validation : Define validation dbus interface Backend (#17)

Patrick Williams (4):
  meson: remove deprecated get_pkgconfig_variable
  clang-format: copy latest and re-format
  fix GCC 13 issues
  build: upgrade to C++23

Andrew Geissler (2):
  systemd: no installation in templated targets
  clang16: required downstream changes

Zami Seck (5):
  Add Progress Code For USB Code Update (#31)
  Ensure /tmp/images/ Directory Does Not Fill Up (#32)
  Ensure only one code update occurs at a time (#33)
  UAK Emergency Bypass Fix (#40)
  Initiate Dump After Code Update Failure (#27)

zamiseck (5):
  Symlink /tmp/images/ Directory To Allow For More Storage
  Clear /tmp/images/ Directory Upon Reboot
  UAK : add support for access key checking
  UAK : adds access key verification to activation process
  UAK Validation: Change error thrown

Change-Id: I12341e036004bd69f88baab063f73da90d2d2ac2
rfrandse added a commit that referenced this pull request Mar 28, 2024
Janet Adkins (1):
  Audit Log: RAS: Skip records which duplicate fields (#51)

Change-Id: I8e161b3e13d8903b4d88016392ecff9a3fad6466
rfrandse pushed a commit that referenced this pull request Mar 28, 2024
devender:libekb_p10$ git shortlog  e47a0494..bc2b16f05
devenrao (2):
      POZ: cater for POZ sbe ffdc handling
      POZ: fix memory leak when ffdc data allocated is deleted

pdbg $ git shortlog  5318969b..c1199fe2
Aravind T (3):
      Merge pull request #88 from devenrao/poz
      Merge pull request #90 from devenrao/mpoz
      Merge pull request #91 from SwethaParasa/master

SwethaParasa (1):
      libpdbg: Add On Chip Controller (OCC) hardware unit

devenrao (3):
      allow other applications to use ody ocmb check method
      POZ: fix ffdc_get method to take chipop target
      POZ: avoid double memory allocation for ffdc data

devender:openpower-debug-collector$ git shortlog  871da3c5..f7bd2adb7
Reed Frandsen (2):
      Merge pull request #51 from devenrao/mpoz
      Merge pull request #52 from devenrao/isody

devenrao (3):
      POZ: use ocmb pel error messages ody sbe errors
      POZ: cater for multipe ffdc packets
      dump: use pdbg method to check target is of ody ocmb

devender:phosphor-logging$ git shortlog 7dc288d..9f8dea29
Reed Frandsen (1):
      Merge pull request #52 from devenrao/npoz

devenrao (5):
      PEL: Add new error messages for odyssey sbe related failures
      PEL: Move definitions and variables to the proper scope
      PEL: Fix the memory leak error when parsing multiple ffdc packets
      PEL: Modify the sbe ffdc handler to cater for POZ format
      PEL: Fix the max packets that can be received for Odyssey OCMB

devender:ipl$ git shortlog 98559d8..dabd995
devenrao (3):
      POZ: use ody ocmb check method from libpdbg
      POZ: use sbe error constants from header file
      POZ: cater for reading multiple poz ffdc packets

Change-Id: I4104f386f03a0b66719a2270e0539ae70c601764

Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants