We are in the process of writing an administrator tool for a flex application. The over all idea behind this application is a one stop shop to manage the data for each instance.
At this point, we have everything planned out save a few minor details. One issue that I am researching right now is how we are going to deal with the different cf server installs on our webservers. Right now I have a testing cluster setup with a test admin server, 2 cf servers, and 2 database servers.
What I am trying to achieve is having the ability to create datasources from my admin server. This server resides on the same lan as the webservres.
Does anyone know if it is possible to remotely admin a cf server. The basics of this is simply to add data sources to each of the servers. I would prefer the ability to input the data once, and not on each server. As we start to virtualize the servers we would have to manually do this on adds up quickly.