-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathopenbaton.env
69 lines (51 loc) · 1.4 KB
/
openbaton.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
###############################
## Open Baton Configuration ###
###############################
# Logging level for all openbaton components
LOGGING_LEVEL_org.openbaton=INFO
# (public) IP address of NFVO
# - required by Generic EMS (must be reachable by VMs)
# - to generate credentials file for cli tool
HOST_IP=
# (public) IP address of Monitoring system
# - must be reachable from the instances
NFVO_MONITORING_IP=${HOST_IP}
############
### NFVO ###
############
# Default password for the admin user
NFVO_ADMIN_PASSWORD=openbaton
NFVO_RABBIT_BROKERIP=${HOST_IP}
NFVO_QUOTA_CHECK=false
NFVO_PLUGIN_INSTALLATION-DIR=/dev/null
NFVO_NETWORKS_DEDICATED=false
SPRING_PROFILES_ACTIVE=mysql
SPRING_DATASOURCE_USERNAME=${MYSQL_USER}
SPRING_DATASOURCE_PASSWORD=${MYSQL_PASSWORD}
SPRING_JPA_HIBERNATE_DDL-AUTO=update
####################
### Generic VNFM ###
####################
# Version of Generic EMS
VNFM_EMS_VERSION=1.2.2
################
### RabbitMq ###
################
RABBITMQ_DEFAULT_USER=admin
RABBITMQ_DEFAULT_PASS=openbaton
######################
### Zabbix plugin ###
######################
ZABBIX_ENDPOINT=/api_jsonrpc.php
ZABBIX_PORT=80
##########################
### Autoscaling Engine ###
##########################
NFVO_PASSWORD=${NFVO_ADMIN_PASSWORD}
##############
### Zabbix ###
##############
MYSQL_RANDOM_ROOT_PASSWORD=true
MYSQL_DATABASE=openbaton
MYSQL_USER=admin
MYSQL_PASSWORD=openbaton