Reducing duplicated values on values files for SiaB

Reduced the amount of duplicated values between seba-ponsim values file.
To deploy, for example, the latest of seba-ponsim, now both seba-ponsim.yaml and seba-pomsim-latest.yaml values files need to be used with the specified order.
Makefile for SiaB is modified accordingly in the patch https://gerrit.opencord.org/#/c/16743/.
Also:
- removed stratumEnabled value from Mininet chart and added mnStratumSwitchCount
- moved bngAppUrl and bngAppVersion values on root of values file

Change-Id: I26b8e91f868646adc06f2c1feea72b333defd487
diff --git a/mininet/toposcripts/topo_sdbng.py b/mininet/toposcripts/topo_sdbng.py
index 0fb1683..3dae686 100644
--- a/mininet/toposcripts/topo_sdbng.py
+++ b/mininet/toposcripts/topo_sdbng.py
@@ -36,7 +36,7 @@
 
     info( '*** Creating hosts\n' )
     h1 = net.addHost( 'h1' ) # PPPoE Server
-    h2 = net.addHost( 'h2', ip='10.10.10.1/24' ) # Upstream
+    h2 = net.addHost( 'h2', ip='10.10.10.1/24', mac="00:66:77:88:99:AA") # Upstream
     # FIXME: enable multicast
     # h3 = net.addHost( 'h3')