Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: make pallets aware of servers #245

Open
steveoh opened this issue Oct 4, 2018 · 4 comments
Open

proposal: make pallets aware of servers #245

steveoh opened this issue Oct 4, 2018 · 4 comments

Comments

@steveoh
Copy link
Member

steveoh commented Oct 4, 2018

Pallets and their data would be copied to the servers they are aware of.

	arcgis_servers: []

To make it backwards compatible with existing pallets, we can add a property to the servers array that will be used if the pallet does not describe an arcgis_servers property.

	copyAlways: true

This would allow forklift to manage multiple disparate arcgis servers with different configurations.

For instance, forklift could manage the data on the geocoding server, the wri server, and other managed servers that are not mapserv.

👍 if you agree or comment to modify

@stdavis
Copy link
Member

stdavis commented Oct 4, 2018

I agree with this, but I think that it should wait until after v9.

@keatonwalker
Copy link
Contributor

I also like it. It would be nice to use it to update gcp arcgis servers also.

@stdavis
Copy link
Member

stdavis commented Oct 4, 2018

How would this work with the shipTo config option? That may need to be pushed onto each pallet as well.

@steveoh
Copy link
Member Author

steveoh commented Oct 4, 2018

It would make sense to put it on the servers config options but if you aren't using servers and are only moving data around that would fail. I suppose shipTo could be a default and it could be overridden in the pallet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants