Change rule retrieval from CBS to ConfigMap 93/125993/2
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 1 Dec 2021 06:22:37 +0000 (14:22 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 1 Dec 2021 07:25:34 +0000 (15:25 +0800)
commit5cc6fc1a762c547f420ce281deac69f02f6c2b83
treef59492080a97a46699cffa634a19423e0050f06d
parent2eedf476653c9054d946332a15b62d465619abd4
Change rule retrieval from CBS to ConfigMap

Issue-ID: HOLMES-488
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I89f4d47b9b2e0f1c9c9d32083a146d54d0000c5d
15 files changed:
pom.xml
rulemgt-frontend/pom.xml
rulemgt-standalone/pom.xml
rulemgt/pom.xml
rulemgt/src/main/java/org/onap/holmes/rulemgt/RuleActiveApp.java
rulemgt/src/main/java/org/onap/holmes/rulemgt/dcae/ConfigFileScanningTask.java [new file with mode: 0644]
rulemgt/src/main/java/org/onap/holmes/rulemgt/dcae/DcaeConfigurationPolling.java
rulemgt/src/test/java/org/onap/holmes/rulemgt/dcae/ConfigFileScanningTaskTest.java [new file with mode: 0644]
rulemgt/src/test/resources/ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b-changed.drl [new file with mode: 0644]
rulemgt/src/test/resources/ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b-spaces.drl [new file with mode: 0644]
rulemgt/src/test/resources/ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b.drl [new file with mode: 0644]
rulemgt/src/test/resources/index-add.json [new file with mode: 0644]
rulemgt/src/test/resources/index-empty.json [new file with mode: 0644]
rulemgt/src/test/resources/index-rule-changed.json [new file with mode: 0644]
rulemgt/src/test/resources/index-rule-spaces-test.json [new file with mode: 0644]