1. 26 Aug, 2015 2 commits
    • Adam Wujek's avatar
      userspace/snmpd: clear wrsConfigSourceUrl for local config · c31e92a3
      Adam Wujek authored
      Only for the case when dot-config source changed during run-time.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      c31e92a3
    • Adam Wujek's avatar
      rootfs: make possible to get URL to the dot-config via dhcp · 4ef3017c
      Adam Wujek authored
      force-dhcp can be used to retrieve a URL to the dot-config, which is downloaded
      during boot.
      try-dhcp the same as above but don't complain about unsuccessful receive of the
      URL via DHCP to SNMP.
      
      Update:
      --MIB - add tryDhcp and forceDhcp to the wrsConfigSource object; add
              dhcpError to the wrsBootConfigStatus object
      --SNMPd - same as the above; don't error in wrsBootConfigStatus when tryDhcp
                fails
      --dot-config's script - support new dot-config sources
      --Kconfig - support new dot-config sources
      --wrs_failures
      --wrs-user-manual
      --wrs_release_defconfig - add new items
      --create new script for udhcpc to save "filename" configuration field retrieved
        from DHCP server; it contains the URL to the dot-config to be downloaded.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      4ef3017c
  2. 25 Aug, 2015 1 commit
    • Adam Wujek's avatar
      userspace/snmpd: remove protocol from wrsConfigSource object · a51052af
      Adam Wujek authored
      NOTE: This commit brings non compatible changes into MIB. It should never
      happen after release!
      
      Change wrsConfigSource to inform whether dot-config source was local or remote.
      Before it contained also information about remote protocol.
      Now information from wrsConfigSource, wrsConfigSourceHost and
      wrsConfigSourceFilename is stored in wrsConfigSourceUrl.
      
      wrsRestartReasonMonit is moved into place where wrsConfigSourceFilename was
      before.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      a51052af
  3. 24 Aug, 2015 13 commits
  4. 21 Aug, 2015 9 commits
  5. 20 Aug, 2015 15 commits