Committed by
Gerrit Code Review
In preparation for dynamic clustering support:
- Added Cluster metadata service and metadata store interfaces - Added a static cluster metadata store implementation that is backed by a local file. - Consolidated the existing cluster.json and tablets.json metadata files into a single cluster.json file that has all the cluster related metadata. - Removed dependency on ONOS_NIC env variable. Change-Id: Ia0a8bb69740caecdcdde71a9408be37c56ae2504
Showing
22 changed files
with
798 additions
and
564 deletions
core/store/dist/src/main/java/org/onosproject/store/cluster/impl/ClusterDefinitionStore.java
deleted
100644 → 0
core/store/dist/src/main/java/org/onosproject/store/cluster/impl/StaticClusterMetadataStore.java
0 → 100644
core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DatabaseDefinition.java
deleted
100644 → 0
-
Please register or login to post a comment