* Add XPilot X-windows game template. This provides an exmaple of how to use Rancher to manage an X-Windows client application. * Xpilot changes to scheduling to compensate for CoreOS/Rancheros linkage issues * Update Registry template for patched Portus container version, also add affinity rules to avoid networking issues
30 lines
781 B
YAML
30 lines
781 B
YAML
.catalog:
|
|
name: "XPilot"
|
|
version: "v0.1"
|
|
description: "Multiplayer shooting game"
|
|
uuid: xpilot-0
|
|
questions:
|
|
- variable: "PASSWORD"
|
|
label: "Password"
|
|
description: "Administration password for the server"
|
|
default: password
|
|
required: true
|
|
type: "password"
|
|
- variable: "DISPLAY"
|
|
label: "Display"
|
|
description: "Enter the identifier for your XWindows display. This will usually be your workstation name or IP address, followed by :0"
|
|
default: 1.2.3.4:0
|
|
required: true
|
|
type: "string"
|
|
- variable: "NAME"
|
|
label: "Player Name"
|
|
description: "Name for the player's ship. This must be unique."
|
|
default: player
|
|
required: true
|
|
type: "string"
|
|
server:
|
|
scale: 1
|
|
client:
|
|
scale: 1
|
|
|