aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/conf/moon.conf
blob: c0d1d14c6f09cae3ca8d580496a056beed16e629 (plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[DEFAULT]
# proxy URL
#proxy=http://172.28.16.30:3128
proxy=
transport_url=rabbit://moon:p4sswOrd1@messenger:5672/moon
#transport_url=rabbit://moon:p4sswOrd@localhost:5672/moon

debug=True

# directory where the python packages can be found
dist_dir=/home/vdsq3226/projets/opnfv/moonv4/moon_orchestrator/dist
plugin_dir=/etc/moon/plugins

docker_url=unix://var/run/docker.sock

root_policy_directory=policy_root
policy_directory=/etc/moon/policies

[slave]

# name of the slave
# example slave_name=slave1
slave_name=

# URL of the RabbitMQ bus of the Master
# example: master_url=rabbit://moon:p4sswOrd1@master_messenger:5672/moon
master_url=

# login name of the master administrator
# example: master_login=admin
master_login=

# password of the master administrator
# example: master_password=p4ssw0rd
master_password=

[database]

# Database for that server (may be different from master to slave)
url=mysql+pymysql://moon:p4sswOrd1@db/moon
driver=sql

[database_configuration]

# Database for configuration elements (may be different from master to slave)
driver=memory
url=

[orchestrator]
host=127.0.0.1
port=38002
container=

[security_router]
host=172.18.0.10

# Name of the container to download (if empty build from scratch)
# example: container=moon/moon_secrouter:latest
container=

[security_manager]
host=172.18.0.10

# Name of the container to download (if empty build from scratch)
# example: container=moon/moon_manager:latest
container=

[interface]
host=172.18.0.11
port=38001
# Name of the container to download (if empty build from scratch)
# example: container=moon/moon_interface:latest
container=

[security_function]
# Name of the container to download (if empty build from scratch)
# example: container=moon/moon_secfunction:latest
container=

[keystone]
url=http://keystone:5000/v3
user=admin
password=p4ssw0rd
domain=default
project=admin
check_token=False
server_crt=False