Fix component startup
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / deployment / src / main / resources / application.properties
index d52ed49..299213d 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ###############################################################################
+
 server.error.whitelabel.enabled=false
+
 ###############################################################################
-# Begining  of mandatory properties                                           #
+# Begin of mandatory properties                                               #
 ###############################################################################
+
 ###############################################################################
 # The following section contains the variables set during container creation  #
 #   - all values must be replaced with non sample data                        #
@@ -26,23 +29,11 @@ server.error.whitelabel.enabled=false
 driverMsbExternalIp=127.0.0.1
 # the IP address of the server reported to the VNFM
 driverVnfmExternalIp=127.0.0.1
-# the IP address of the message bus
-messageBusIp=127.0.0.1
-# the URL of the CBAM catalog service
-cbamCatalogUrl=https://127.0.0.1:443/api/catalog/adapter/
-# the URL of the CBAM LCN service
-cbamLcnUrl=https://127.0.0.1:443/vnfm/lcn/v3/
-# the URL of the CBAM authentication service
-cbamKeyCloakBaseUrl=https://127.0.0.1:443/auth/
-# the username to be used for requesing a token on CBAM authorization interface
-cbamUsername=kukuUser
-# the password to be used for requesing a token on CBAM authorization interface
-cbamPassword=kukuPassword
 # the identifier of the VNFM in A&AI external system registry
 vnfmId=5e65fe25-bdad-46dc-bba8-b7878fcee264
 
 ###############################################################################
-# The following section holds the default valued that may be chaged 
+# The following section holds the default valued that may be changed
 ###############################################################################
 # The TCP port of the server
 server.port=8089
@@ -50,6 +41,8 @@ server.port=8089
 server.context-path=
 # the IP address to which the erver binds to
 server.address=0.0.0.0
+# the IP address of the message bus
+messageBusIp=127.0.0.1
 # the TCP port of the message bus
 messageBusPort=80
 # skip hostname verification during SSL on CBAM LCN, LCM and authorization interface
@@ -78,6 +71,7 @@ aaiPassword=AAI
 sdcUsername=SDC
 #The password to access SDC
 sdcPassword=SDC
+
 ###############################################################################
 # End of mandatory properties for driver                                      #
 ###############################################################################
@@ -86,7 +80,6 @@ vnfmInfoCacheEvictionInMs=600000
 
 ## for logging begin ##
 com.fasterxml.jackson.core=jackson-databind
-#logging.file=${catalina.base}/logs/vfcadaptor.log
 logging.level.org.springframework=INFO
 logging.level.org.hibernate=OFF
 logging.level.org.springframework.web=DEBUG