mirror of
https://github.com/YunoHost-Apps/nomad_ynh.git
synced 2024-09-03 19:55:53 +02:00
Update manifest.toml
This commit is contained in:
parent
b04286944c
commit
3cfedc6c2d
1 changed files with 6 additions and 5 deletions
|
@ -5,6 +5,7 @@ packaging_format = 2
|
|||
id = "nomad"
|
||||
name = "Nomad"
|
||||
description.en = "Simple and flexible workload orchestrator"
|
||||
description.fr = "Orchestrateur de charge de travail simple et flexible"
|
||||
|
||||
version = "1.7.7~ynh2"
|
||||
|
||||
|
@ -36,32 +37,32 @@ ram.runtime = "50M"
|
|||
default = "visitors"
|
||||
|
||||
[install.node_type]
|
||||
ask.en = "What kind of Nomad node you want to install ?"
|
||||
ask.en = "What kind of Nomad node you want to install?"
|
||||
type = "select"
|
||||
choices = ["server", "client"]
|
||||
default = "server"
|
||||
|
||||
[install.bootstrap_expect]
|
||||
ask.en = "[Server only] How many server nodes to wait for before bootstrapping ?"
|
||||
ask.en = "[Server only] How many server nodes to wait for before bootstrapping?"
|
||||
help.en = "For production, it's recommanded to have 3 to 5 server nodes."
|
||||
type = "select"
|
||||
choices = ["1", "3", "5", "7", "9"]
|
||||
default = "1"
|
||||
|
||||
[install.retry_join]
|
||||
ask.en = "[Server only] What is the IP of another server to join ?"
|
||||
ask.en = "[Server only] What is the IP of another server to join?"
|
||||
type = "string"
|
||||
example = "192.168.1.100"
|
||||
optional = true
|
||||
|
||||
[install.server_ip]
|
||||
ask.en = "[Client only] What is the IP of the Nomad server node ?"
|
||||
ask.en = "[Client only] What is the IP of the Nomad server node?"
|
||||
type = "string"
|
||||
example = "192.168.1.100"
|
||||
optional = true
|
||||
|
||||
[install.driver_lxc]
|
||||
ask.en = "[Client only] Do you want to install LXC driver ?"
|
||||
ask.en = "[Client only] Do you want to install LXC driver?"
|
||||
help.en = "It will also install lxc."
|
||||
type = "boolean"
|
||||
default = true
|
||||
|
|
Loading…
Reference in a new issue