Page 1 of 1

Multi-site

Published: April 8, 2015 - 8:50 AM
by jmeyer
Hello,

is it possible to have multiple software storage spaces but only one WAPT interface?

Thank you.

Re: Multi-site

Published: April 8, 2015 - 12:11 PM
by Yvan Karmouta
Good morning,
Yes, Wapt is multi-site!
If you go to the C:\wapt\wapt-get.ini file on one of your computers, you will see 2 variables:
  • repo_url : this variable is used to inform the machine where the WAPT repository that stores the packages is located
  • wapt_server : this variable is used to inform the computer where the Wapt server is located, storing the computer's information.
Therefore, for each site there will be a different repo_url and the wapt_server variable will be common.

Then, to synchronize the different repositories, you can use rsync scripts or other synchronization tools like Syncthing.

Re: Multi-site

Published: April 8, 2015 - 12:43 PM
by jmeyer
Thank you.

Is there no existing function to automate this?
Do I need to use a Group Policy Object (GPO) to modify the .ini file and manually set up folder synchronization?

Re: Multi-site

Published: April 8, 2015 - 2:30 PM
by Yvan Karmouta
You can also modify the .ini file with a Wapt package using the python function inifile_writestring.
We offer services to set this up but no real procedure; there are currently too many parameters to consider (hardware, DNS, routing, NAT, etc.).