...
Code Block |
---|
mysql> select * from repository;
+--------------+--------------+--------------------+---------------------------------+-----------+
| idRepository | idDataCenter | name | URL | version_c |
+--------------+--------------+--------------------+---------------------------------+-----------+
| 1 | 1 | virtual image repo | 10.60.13.25:/opt/vm_repository | 0 |
+--------------+--------------+--------------------+---------------------------------+-----------+
1 row in set (0.00 sec)
mysql> update repository set URL = "NEW_IP:/opt/vm_repository" where idDatacenter = <YOUR_DATACENTER_ID>; |
5. Update mount point on Abiquo Server, Abiquo RS, Abiquo BPM and KVM hypervisors
...