AETHER-2846 Support all parameters which lists in Aether Docs

AETHER-2847 Integrating with Prometheus and record eNB information
AETHER-2848 Move SAS configuration as enodeb base, not plugin in driver code
AETHER-2879 add gps information in prometheus
AETHER-2880 add ip and port as configurable parameter in enodebd
AETHER-2897 Firmware update feature over CWMP
AETHER-3022 Integrate firmware upgrade state into configuration workflow
AETHER-3120 Develop ACS state machine with firmware upgrade feature

Change-Id: I0bcbf2229ba3c1638f2a997f3c651f8d6240145d
diff --git a/magma_configs/enodebd.yml b/magma_configs/enodebd.yml
index ff5fe6e..346a6ed 100644
--- a/magma_configs/enodebd.yml
+++ b/magma_configs/enodebd.yml
@@ -13,6 +13,10 @@
 #
 # log_level is set in mconfig. It can be overridden here
 
+prometheus:
+  ip: 0.0.0.0
+  port: 8000
+
 tr069:
   interface: eth0 # NOTE: this value must be consistent with dnsmasq.conf
   port: 48080
@@ -21,6 +25,10 @@
   #       if this is ever changed in dnsd.yml, this needs to be updated too
   public_ip: 18.116.99.179
 
+ssl:
+  key: "./enodebd.key"
+  cert: "./enodebd.cert"
+
 # TODO: @amar: This is a temp workaround to allow for testing until we
 # connect enodebd with the domain proxy which is responsible for talking to
 # SAS.
@@ -46,4 +54,3 @@
 
 # Network interface to terminate S1
 s1_interface: eth1
-