This document may be applied to the following cases:
- You are running an Abiquo PoC and once finished you want to migrate the NFS repository to a more "production ready" environment.
- You added an Abiquo datacenter without editing abiquo.properties file, so repository points to localhost (127.0.0.1).
For this situations, you can follow different procedures.
If you have not deployed anything.
This is the simpler case. If you realise your NFS repository is pointing to the wrong location, but you haven't deployed anything yet, follow steps below:
- Edit abiquo.properties in the RS server and set correct value for "abiquo.appliancemanager.repositoryLocation" property.
- Restart the abiquo-tomcat service in RS server.
- From the Abiquo GUI, select the Infrastructure tab, select the affected datacenter and click the settings icon.
- In the resulting pop up, select the "Remote services" tab.
- Select the remote service named "Appliance Manager", and click the Settings icon. Note its URL and click "Cancel".
- Remove the remote service "Appliance Manager" by selecting it and clicking the minus icon.
-
Re-add the Appliance Manager using the URL noted in step 5.
This will create a new Appliance Manager using the new repositoryLocation value.
If you have already deployed VMs.
In this case, you won't be able to remove the Appliance Manager remote service. You will need to migrate the whole content of the repository and edit current values in Abiquo to match the new locations.
For this purpose, please refer to the following document in our Wiki: How to migrate the NFS repository to a new NFS destination
0 Comments