-
Notifications
You must be signed in to change notification settings - Fork 0
/
command_server.yml
36 lines (34 loc) · 1.08 KB
/
command_server.yml
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
---
user_command_volumes:
- /opt/software/appformix:/opt/software/appformix
command_servers:
server1:
ip: 10.98.46.21
connection: ssh
ssh_user: root
ssh_pass: King@123
sudo_pass: King@123
ntpserver: 10.98.46.33
registry_insecure: true
container_registry: 10.98.46.36:5000
container_name: contrail-command
container_tag: latest
config_dir: /etc/contrail
# contrail command container configurations given here go to /etc/contrail/contrail.yml
contrail_config:
# Database configuration. MySQL/PostgreSQL supported
database:
type: postgres
dialect: postgres
password: c0ntrail123
# Keystone configuration
keystone:
assignment:
data:
users:
admin:
id: admin
password: c0ntrail123
insecure: true
client:
password: c0ntrail123