1
0
Fork 0
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:
Éric Gaspar 2024-05-16 06:40:45 +02:00
parent b04286944c
commit 3cfedc6c2d

View file

@ -5,6 +5,7 @@ packaging_format = 2
id = "nomad" id = "nomad"
name = "Nomad" name = "Nomad"
description.en = "Simple and flexible workload orchestrator" description.en = "Simple and flexible workload orchestrator"
description.fr = "Orchestrateur de charge de travail simple et flexible"
version = "1.7.7~ynh2" version = "1.7.7~ynh2"
@ -36,32 +37,32 @@ ram.runtime = "50M"
default = "visitors" default = "visitors"
[install.node_type] [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" type = "select"
choices = ["server", "client"] choices = ["server", "client"]
default = "server" default = "server"
[install.bootstrap_expect] [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." help.en = "For production, it's recommanded to have 3 to 5 server nodes."
type = "select" type = "select"
choices = ["1", "3", "5", "7", "9"] choices = ["1", "3", "5", "7", "9"]
default = "1" default = "1"
[install.retry_join] [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" type = "string"
example = "192.168.1.100" example = "192.168.1.100"
optional = true optional = true
[install.server_ip] [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" type = "string"
example = "192.168.1.100" example = "192.168.1.100"
optional = true optional = true
[install.driver_lxc] [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." help.en = "It will also install lxc."
type = "boolean" type = "boolean"
default = true default = true