StarlingX Fault Management
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Al Bailey a425fa6626 Support newer version of yaml
yaml.load will report a warning in pyyaml 5 and an error
in pyyaml 6 if it is called without a Loader argument.

The no-member pylint error was being suppressed due to
legacy http code, so now that is un-suppressed globally
and the yaml.load is replaced with yaml.safe_load

Test Plan:
  PASS: tox
  PASS: yaml.load('events.yaml') returns the same content
       as yaml.safe_load('events.yaml')

Story: 2010642
Task: 48157
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: Ibac118cd9555f3334251b10a6b3e0a5986285854
4 days ago
api-ref/source Removing system uuid from alarms summary 2 years ago
devstack Implement access control for FM API 9 months ago
doc Reimplementation logic for trap generation 3 years ago
fm-api Add System Config Update orch alarms and events 2 weeks ago
fm-common Support newer version of yaml 4 days ago
fm-doc Merge "Add System Config Update orch alarms and events" 2 weeks ago
fm-mgr Update debian package versions to use git commits 4 months ago
fm-rest-api Tox and Zuul cleanup for python3.9 3 months ago
python-fmclient Support newer version of yaml 4 days ago
releasenotes Switch to newer openstackdocstheme and reno versions 3 years ago
.gitignore Create test framework for python with stestr. 3 years ago
.gitreview OpenDev Migration Patch 4 years ago
.zuul.yaml Fix github mirroring for this repo 1 month ago
CONTRIBUTORS.wrs StarlingX open source release updates 5 years ago
LICENSE StarlingX open source release updates 5 years ago
README.rst Followup opendev cleanup and test jobs 4 years ago
bindep.txt py3: Add support for python 3.9 2 years ago
centos_build_layer.cfg Build layering, add layer build config file 4 years ago
centos_iso_image.inc Remove snmp-ext and snmp-audittrail from FM 2 years ago
centos_pkg_dirs Remove snmp-ext and snmp-audittrail from FM 2 years ago
centos_stable_docker_images.inc Create the stable wheel and image build files 4 years ago
centos_stable_wheels.inc Create the stable wheel and image build files 4 years ago
debian_build_layer.cfg Add debian_build_layer.cfg file 2 years ago
debian_iso_image.inc Debian: fault: update debian_iso_image.inc 7 months ago
debian_pkg_dirs Update debian-pkg-dirs with fm-doc library 1 year ago
debian_stable_docker_images.inc Add stx-fm-rest-api loci image 7 months ago
debian_stable_wheels.inc Add stx-fm-rest-api loci image 7 months ago
pylint.rc Support newer version of yaml 4 days ago
requirements.txt Adding pylint zuul and tox target 3 years ago
test-requirements.txt Tox and Zuul cleanup for python3.9 3 months ago
tox.ini Tox and Zuul cleanup for python3.9 3 months ago

README.rst

fault

StarlingX Fault Management