| Line 38: | Line 38: | ||
* Test it with (on cloud.ryzom.com): | * Test it with (on cloud.ryzom.com): | ||
<pre>salt '*' test.version</pre> | <pre>salt '*' test.version</pre> | ||
| + | |||
| + | == STEP 2 : Run salt init == | ||
| + | The salt master are installed in cloud.ryzom.com, so all commands must be run on this server. | ||
| + | To init the shard, run: | ||
| + | <pre> | ||
| + | sudo sh /home/data/monitoring/salt/files/init_minions.sh | ||
| + | </pre> | ||
⚠️ This Documentation only applies to Shards to be added to Ryzom network. ⚠️
So no require Database and some ports must be opened to Ryzom Servers.
Up a fully independent shard can probably be done using https://wiki.ryzom.dev/ doc
Requirements to install a shard (for a comfortable use):
37.187.139.90 gingo.ryzom.com gingo
# Ensure keyrings dir exists mkdir -p /etc/apt/keyrings # Download public key curl -fsSL https://packages.broadcom.com/artifactory/api/security/keypair/SaltProjectKey/public | sudo tee /etc/apt/keyrings/salt-archive-keyring.pgp # Create apt repo target configuration curl -fsSL https://github.com/saltstack/salt-install-guide/releases/latest/download/salt.sources | sudo tee /etc/apt/sources.list.d/salt.sources apt install salt-minion echo "master: cloud.ryzom.com" > /etc/salt/minion
systemctl restart salt-minion
salt-key -A # If all works correctly, You will show you minion and can accept it
salt '*' test.version
The salt master are installed in cloud.ryzom.com, so all commands must be run on this server. To init the shard, run:
sudo sh /home/data/monitoring/salt/files/init_minions.sh