Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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_repository2repository";
5. Update mount point on Abiquo Server, Abiquo RS, Abiquo BPM and KVM hypervisors

...