Revision 19425707 docs/quick-install-admin-guide.rst

b/docs/quick-install-admin-guide.rst
1415 1415
You can run ``brctl show`` on both nodes to see if everything was setup
1416 1416
correctly.
1417 1417

  
1418
Synnefo Setup
1419
~~~~~~~~~~~~~
1420

  
1421
As long as those resourses have been provisioned, admin has to define two
1422
different pools in Synnefo:
1423

  
1424
 - MAC prefix Pool
1425
 - Bridge Pool
1426

  
1427
.. code-block:: console
1428

  
1429
   root@testvm1:~ # snf-manage pool-create --type=mac-prefix --base=aa:00:0 --size=65536
1430

  
1431
   root@testvm1:~ # snf-manage pool-create --type=bridge --base=prv --size=20
1432

  
1433
Change the Synnefo setting in :file:`20-snf-cyclades-app-api.conf`:
1434

  
1435
.. code-block:: console
1436

  
1437
   PRIVATE_MAC_FILTERED_BRIDGE = 'prv0'
1438

  
1439 1418
Testing the Private Networks
1440 1419
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1441 1420

  
......
1791 1770
   $ gnt-network list
1792 1771
   $ gnt-network info <network_name>
1793 1772

  
1773

  
1774
Create pools for Private Networks
1775
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1776

  
1777
To prevent duplicate assignment of resources to different private networks,
1778
Cyclades supports two types of pools:
1779

  
1780
 - MAC prefix Pool
1781
 - Bridge Pool
1782

  
1783
As long as those resourses have been provisioned, admin has to define two
1784
these pools in Synnefo:
1785

  
1786

  
1787
.. code-block:: console
1788

  
1789
   root@testvm1:~ # snf-manage pool-create --type=mac-prefix --base=aa:00:0 --size=65536
1790

  
1791
   root@testvm1:~ # snf-manage pool-create --type=bridge --base=prv --size=20
1792

  
1793
Also, change the Synnefo setting in :file:`20-snf-cyclades-app-api.conf`:
1794

  
1795
.. code-block:: console
1796

  
1797
   PRIVATE_MAC_FILTERED_BRIDGE = 'prv0'
1798

  
1794 1799
Servers restart
1795 1800
---------------
1796 1801

  

Also available in: Unified diff