| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The puppet-archipel module installs, configures and manages an Archipel cluster.
It is under development and for now only works with developer mode of Archipel.
See the vagrant/ directory for Archipel-in-a-box configuration allowing you to develop on ArchipelAgent on your laptop.
Here is how to create a development environment in a jiffy:
cd /path/to/puppet-archipel git submodule init git submodule update --remote --recursive cd /path/to/puppet-archipel/vagrant/archipel/Archipel ./pull.sh
sudo systemctl stop firewalld
http://192.168.122.2/Archipel/?user=admin%40central-server.archipel.priv&password=admin&service=ws://192.168.122.2:5280/xmpp
Archipel source code is located in vagrant/archipel/Archipel. All modifications to the Archipel Agent code will be applied to all VMs. Except for the UI as it use a precompiled release from nightlies.
Have fun!
| Back | FazBrowse Home | New Git URL |