Cleanup of unused netconf renderer
[groupbasedpolicy.git] / groupbasedpolicy / src / main / yang / operationalstate / health-rule.yang
1 // Contents of "fault-rule"
2 module health-rule {
3     namespace "urn:opendaylight:health-rule";
4     prefix "health-rule";
5
6     revision 2015-04-28 {
7         description "Initial revision";
8     }
9
10     typedef rule {type string;}
11
12     container health-rules {
13         description "Objective rule contructs for health score formula";
14
15     }
16
17     container health-score-faults {
18
19     }
20
21     container health-score {
22
23     }
24 }