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

PreTag: [System - barreleye Build - 20160610155319 ] Disable Syslog #320

Closed
gkeishin opened this issue Jun 13, 2016 · 2 comments
Closed
Labels

Comments

@gkeishin
Copy link
Member

While Running the test code .. we found that our test looks for the REST Object /org/openbmc/LogManager/rsyslog/action/Disable Which it doesn't find it..

Please let us know if this is expected or if the object path we are using in the test needs to be changed or updated..

Logs and some inputs for your reference

Disable Syslog
[Documentation] _GOOD PATH_
... This testcase is to verify disabling syslog.\n

${resp} =    Disable Syslog Setting    ${EMPTY}
Should Be Equal    ${resp}    ok          <---- Failed 

${ret} = RequestsLibrary.RequestsKeywords . Post Request openbmc, ${base_uri}, &{kwargs}
Documentation:

Send a POST request on the session object found using the
Start / End / Elapsed: 20160613 12:34:04.695 / 20160613 12:34:04.778 / 00:00:00.083
12:34:04.777 INFO Post Request using : alias=openbmc, uri=/org/openbmc/LogManager/rsyslog/action/Disable, data={"data": [""]}, headers={u'Content-Type': u'application/json'}, files=None, allow_redirects=True
12:34:04.778 INFO ${ret} = <Response [404]>

root@barreleye:~# cat /etc/version
20160610155319

}rango@ubuntu:~/TOOLS_OPENBMC/tools/obmc_dvt$ curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET https://9.3.23.32//org/openbmc/
{
"data": [
"/org/openbmc/control",
"/org/openbmc/managers",
"/org/openbmc/HostServices",
"/org/openbmc/settings",
"/org/openbmc/UserManager",
"/org/openbmc/buttons",
"/org/openbmc/records",
"/org/openbmc/inventory",
"/org/openbmc/watchdog",
"/org/openbmc/sensors",
"/org/openbmc/HostIpmi"
],
"message": "200 OK",
"status": "ok"

@rahulmah
Copy link

@hramasub : Syslog related test are failing. Seem like syslog server code is still not in the build. Please confirm.

Response code:404, Content:{
"data": {
"description": "org.openbmc.objectmapper.Error.NotFound: path or object not found: /org/openbmc/LogManager/rsyslog"
},
"message": "404 Not Found",
"status": "error"

@williamspatrick
Copy link
Member

Issue moved to openbmc/openbmc-test-automation #25 via ZenHub

lkammath pushed a commit to lkammath/openbmc that referenced this issue Oct 1, 2020
Per Steven Janssen, this is the minimum bump required to satisfy
manufacturing test requirements.

Jason Albert (13):
      Add ecmdChipTarget hash support to pyapi
      Defined __deepcopy__ functions on classes
      Added python support for vector<vector<databuffer>>
      Fix python3 problems in config/build
      Fixed coredump due to accessing empty list
      Fix the __deepcopy__ implementation
      Force python 3 and updated logic around use of linux_distribution
      Big update to ecmdDllSpy.C
      Merge pull request openbmc#386 from thejta/spy-update
      Fixed in memory spy db performance
      Merge pull request openbmc#387 from thejta/spy-performance-update
      Added getSpyImages support
      Merge pull request openbmc#390 from thejta/spy-image-support

Joachim Fenkes (7):
      pyapi: Add support for vector<string> arguments
      pyecmd: Support list-of-string output arguments, some cleanup
      pyecmd: Extension support
      pyecmd: Add FAPI2 attribute get/set support, plus stub code for testing
      pyecmd: Make fapi2 test conditional on fapi2 being built into ecmd
      pyecmd: Data buffer improvements
      pyecmd: Check keyword arguments in Target constructor

Joel Stanley (3):
      Fix device paths again
      server: Fix linking
      Fix device paths again

Kahn Evans (58):
      Merge pull request openbmc#263 from thejta/deepcopy
      Merge pull request openbmc#266 from mklight/master
      Merge pull request openbmc#268 from mklight/spi_commands
      More complete use of ECMD_REMOVE_SCOM_FUNCTIONS compile flag Signed-off-by: Kahn Evans <kahnevan@us.ibm.com>
      Merge pull request openbmc#270 from kahnevan/remove_scom_functions
      Merge pull request openbmc#274 from thejta/vector-vector
      Use chipUnitNum instead of core in targets Signed-off-by: Kahn Evans <kahnevan@us.ibm.com>
      Merge pull request openbmc#278 from kahnevan/remove_core_use
      Resolve doxygen errors/warnings Signed-off-by: Kahn Evans <kahnevan@us.ibm.com>
      Merge pull request openbmc#279 from kahnevan/doxygen_fixes
      Adding spy APIs to pass in multiple images. Adding ecmdQuerySpyRings() API to get all rings associated with spy and its parity checkers
      Updated query code as well
      Use const ecmdChipTargets in new APIs
      Merge pull request openbmc#281 from kahnevan/spy_maps
      update to version 14.19
      Merge pull request openbmc#282 from kahnevan/ecmd14_19
      Revert to checking all return codes instead of just a single one for non-enum retry. Signed-off-by: Kahn Evans <kahnevan@us.ibm.com>
      Merge pull request openbmc#283 from kahnevan/fix_rc_check
      Syncing up with what's in Cronus Signed-off-by: Kahn Evans <kahnevan@us.ibm.com>
      Merge pull request openbmc#287 from kahnevan/sync_with_cronus
      Merge pull request openbmc#286 from lkammath/new_flags
      Use system _AIX compile flag Signed-off-by: Kahn Evans <kahnevan@us.ibm.com>
      Merge pull request openbmc#290 from kahnevan/aix_compile_flag
      Merge pull request openbmc#296 from mklight/putmempba_cu_fix
      Merge pull request openbmc#309 from janssens2/mvpdupdate
      Merge pull request openbmc#313 from janssens2/targetupdate
      Adding empty file for ecmd15 compatibility.  Allows it to be included from install path in either release.
      Merge pull request openbmc#322 from thejta/python3-script-fixes
      Add optional -noignoremask flag to checkrings to skip application of ignoremask to read data
      Merge pull request openbmc#323 from kahnevan/checkrings_noignoremask
      Merge pull request openbmc#320 from kahnevan/dummy_file
      Merge pull request openbmc#317 from janssens2/getsramupdate
      Merge pull request openbmc#331 from janssens2/getsramfixtypo
      Merge pull request openbmc#333 from mklight/ecmdGetProcessingUnit
      Merge pull request openbmc#337 from thejta/coredump-fix
      Merge pull request openbmc#335 from janssens2/buffermod
      Merge pull request openbmc#343 from thejta/fix-deepcopy
      Merge pull request openbmc#348 from janssens2/generici2cslavetarget
      Merge pull request openbmc#325 from fenkes-ibm/pyecmd-extensions
      Merge pull request openbmc#307 from mklight/updated_target_rules
      Merge pull request openbmc#342 from mklight/fapi2_py_attr
      Add ecmdScomDataHidden lists for perl and python
      Merge pull request openbmc#354 from kahnevan/python_hidden_list_fix
      Sync up fapi2 files with ekb
      Add ecmd-core/pyecmd/__pycache__/ to .gitignore
      Merge pull request openbmc#362 from kahnevan/gitignore_update
      Merge pull request openbmc#360 from kahnevan/ekb_fapi2_sync
      Merge pull request openbmc#361 from thejta/update-config
      Merge pull request openbmc#372 from lkammath/python3_update
      Fix data input on gpr/fpr when using chip/chipunit input
      Merge pull request openbmc#374 from kahnevan/gpr_data_fix
      Fix for finding latch array entries in hash file in full lookup mode
      Merge pull request openbmc#378 from kahnevan/latch_array_hash_fix
      Merge pull request openbmc#382 from fenkes-ibm/pyecmd_databuffer
      Fixes for latch caching...it wasn't working right before
      Merge pull request openbmc#384 from kahnevan/latch_cache_fixes
      Update to valid owners/contacts
      Merge pull request openbmc#391 from kahnevan/owner_update

Lakshminarayana R. Kammath (2):
      Adding support for LDFLAGS and SLDFLAGS to pickup value from environment
      Use python3 env

Matt K. Light (33):
      BrkptInstruction server support
      update fapi2::ReturnCode
      get/putspi
      get/putspi links and htxt
      fix doxygen param name
      add start/stop/step support to BrkptInstruction
      add SERVER_BRKPT_SBE_PUTSCOM_ERROR error code
      fix serverlock authorization storage
      fix target for ecmdGetPbaUnit
      updated fapi2 target rules for z
      updated fsi device paths
      updated makefile
      Merge branch 'master' into BrkptInstruction
      fix duplicate RC
      move delay to its own source file
      enable SPIInstruction
      update ecmdGetProcessingUnit
      fix return code check in fapi2 subroutine executor
      support getting simple value fapi2 attributes from python
      support 1D fapi2 attributes from python
      support 2,3,4D fapi2 attributes from python
      fapi2GetAttr always returns rc and data, enable requesting dimensions with data
      add python fapi2SetAttr()
      Merge branch 'fapi2_py_attr' of https://github.com/fenkes-ibm/eCMD into fenkes-ibm-fapi2_py_attr
      add fapi2/capi dir to VPATH for dllStub
      Merge branch 'fenkes-ibm-fapi2_py_attr' into fapi2_py_attr
      remove pau-iohs relationship
      make fapi2 build optional for dllStub
      remove fapi2 from list of header files going to generate_pyecmd.py
      fix typo
      fapi2 buffer update
      enable support for fapi2::Target::reduceType()
      cipinstruct stop should call spwkup enable before stopping

Matt Light (12):
      Merge pull request openbmc#260 from thejta/target-hash-support
      Merge pull request openbmc#292 from mklight/fix_serverlock
      Merge pull request openbmc#299 from shenki/fsi-master-path
      Merge pull request openbmc#204 from mklight/BrkptInstruction
      Merge pull request openbmc#328 from mklight/SPIInstruction
      Merge pull request openbmc#340 from mklight/fix_subroutine_rc_check
      Merge pull request openbmc#345 from mklight/remove_relationship
      Merge pull request openbmc#2 from fenkes-ibm/fapi2_py_attr
      Merge pull request openbmc#357 from mklight/fapi2_buffer_update
      Merge pull request openbmc#356 from mklight/pyecmd_makefile_update
      Merge pull request openbmc#370 from mklight/reduce_type
      Merge pull request openbmc#376 from mklight/spwkup_cipinstruct_fix

Steven Janssen (9):
      add a mvpd keyword value
      additional target type added
      update to getsram to allow passing of a target and additional parameter handling
      fix a typo for command line processing
      update buffer methods
      addition of generici2cslave target information
      Update version to 14-20
      Merge pull request openbmc#353 from janssens2/ecmd14_20
      Update fsi locations for new bmc code

asangram (1):
      Merge pull request openbmc#388 from asangram/updateHtxt

sangram alapati (2):
      updated the help text for stopclocks
      updated the help text for stopclocks

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

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

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

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

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

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

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

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

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

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

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants