blob: 957be16d0c107347ce67ada8ca44d8f3e6266ce8 [file] [log] [blame]
################################################################################
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
################################################################################
# This file contains boot settings for brooklyn karaf launcher
# Location of the global brooklyn.properties file
#globalBrooklynPropertiesFile=~/.brooklyn/brooklyn.properties
# Location of the default catalog.bom
default.catalog.location=${karaf.etc}/default.catalog.bom
# Location of the local brooklyn.properties file, normally specified at the cli. Overrides properties from the global set.
#localBrooklynPropertiesFile=
# Ignore catalog subsystem failures during startup (default is to continue, so errors can be viewed via the API)
#ignoreCatalogErrors=true
# Ignore persistence/HA subsystem failures during startup (default is to continue, so errors can be viewed via the API)
#ignorePersistenceErrors=true
# The high availability mode. Possible values are:
# - AUTO: (default) will look for other management nodes, and will allocate itself as standby or master based on other nodes' states,
# using HOT_STANDBY as the preferred standby unless the `defaultStandbyIsHot` experimental feature is set false;
# - MASTER: will startup as master - if there is already a master then fails immediately;
# - DISABLED: management node works in isolation - will not cooperate with any other standby/master nodes in management plane,
# will assume no other nodes are using the same persisted state, and may break persistence if other nodes are;
# - STANDBY: will start up as lukewarm standby with no state - if there is not already a master then fails immediately,
# and if there is a master which subsequently fails, this node can promote itself;
# - HOT_STANDBY: will start up as hot standby in read-only mode - if there is not already a master then fails immediately,
# and if there is a master which subsequently fails, this node can promote itself;
# - HOT_BACKUP: will start up as hot backup in read-only mode - no master is required, and this node will not become a master
#highAvailabilityMode=AUTO
# The persistence mode. Possible values are:
# - AUTO: (default) will rebind to any existing state, or start up fresh if no state;
# - DISABLED: will not read or persist any state;
# - REBIND: will rebind to the existing state, or fail if no state available;
# - CLEAN: will start up fresh (removing any existing state)
#persistMode=AUTO
# The directory to read/write persisted state (or container name if using an object store)
persistenceDir=${brooklyn.persistence.dir}
# The location spec for an object store to read/write persisted state
#persistenceLocation=
# Periodic read-only rebind
#persistPeriod=1s