Simplify initTopology() 04/103604/3
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 5 Dec 2022 20:03:13 +0000 (21:03 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Dec 2022 18:08:59 +0000 (19:08 +0100)
commit7ed633a73e49f81c095a86f5693c3cc7d39f4bda
tree0bfbec567a505a28fe31885b0860722efa8ff7fc
parentc8a8964f28273bd54467a707b444ca6528d909bb
Simplify initTopology()

The topology container is not a presence container, so for a long time
datastore is handling its lifecycle -- we do not need to issue an
intermediate merge. Also add FIXMEs for follow up on initialization.

Change-Id: If9257b8f1c77ab1c2e2914948bc00767a3f01d84
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-topology-impl/src/main/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImpl.java
netconf/netconf-topology-impl/src/test/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImplTest.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManager.java