aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/salt-formulas/opendaylight/files/setenv.shell
diff options
context:
space:
mode:
Diffstat (limited to 'mcp/salt-formulas/opendaylight/files/setenv.shell')
-rw-r--r--mcp/salt-formulas/opendaylight/files/setenv.shell21
1 files changed, 0 insertions, 21 deletions
diff --git a/mcp/salt-formulas/opendaylight/files/setenv.shell b/mcp/salt-formulas/opendaylight/files/setenv.shell
deleted file mode 100644
index 2921ade14..000000000
--- a/mcp/salt-formulas/opendaylight/files/setenv.shell
+++ /dev/null
@@ -1,21 +0,0 @@
-##############################################################################
-# Copyright (c) 2017 Mirantis Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-{%- from "opendaylight/map.jinja" import server with context -%}
-# export JAVA_HOME # Location of Java installation
-export JAVA_MIN_MEM={{ server.java_min_mem }} # Minimum memory for the JVM
-export JAVA_MAX_MEM={{ server.java_max_mem }} # Maximum memory for the JVM
-# export JAVA_PERM_MEM # Minimum perm memory for the JVM
-export JAVA_MAX_PERM_MEM=512m # Maximum perm memory for the JVM
-export EXTRA_JAVA_OPTS='{{ server.java_extra_opts }}' # Additional JVM options
-# export KARAF_HOME # Karaf home folder
-# export KARAF_DATA # Karaf data folder
-# export KARAF_BASE # Karaf base folder
-# export KARAF_ETC # Karaf etc folder
-# export KARAF_OPTS # Additional available Karaf options
-# export KARAF_DEBUG # Enable debug mode
-# export KARAF_REDIRECT # Enable/set the std/err redirection when using bin/start