forked from skylime/mi-core-base
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
25 lines (25 loc) · 1.64 KB
/
manifest.json
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
{
"name": "mesh-base",
"version": "15.3.3",
"description": "mesh.io base image",
"organization": "Acme",
"brand": "Instance",
"homepage": "https://github.com/mesh-io/mi-mesh-base",
"base": "fec7e254-6e98-11e5-9284-3f9c607cb3e7",
"customer_metadata": {
"root_authorized_keys": {"type": "text", "description": "SSH root user public authorized keys"},
"root_ssh_rsa": {"type": "text", "description": "SSH root user private rsa key"},
"root_ssh_rsa_pub": {"type": "text", "description": "SSH root user public rsa key (mostly not required)"},
"syslog_host": {"type": "text", "description": "syslog server address and port (seperated by colon)"},
"mail_smarthost": {"type": "text", "description": "address of remote smtp server"},
"mail_auth_user": {"type": "text", "description": "smtp username if authentication is required"},
"mail_auth_pass": {"type": "text", "description": "smtp password if authentication is required"},
"mail_adminaddr": {"type": "text", "description": "admin email address alias"},
"ssh_host_rsa_key": {"type": "text", "description": "SSH daemon private rsa key"},
"ssh_host_rsa_key.pub": {"type": "text", "description": "SSH daemon public rsa key"},
"ssh_host_dsa_key": {"type": "text", "description": "SSH daemon private dsa key"},
"ssh_host_dsa_key.pub": {"type": "text", "description": "SSH daemon public dsa key"},
"munin_master_allow": {"type": "text", "description": "Munin master addresses (seperated by spaces)"},
"nrpe_allowed_hosts": {"type": "text", "description": "Nagios server addresses (seperated by commas)"}
}
}