| 29 | == Horizon == |
| 30 | The Horizon interface can be accessed through a web browser by navigating to the following address: |
| 31 | {{{ http://<ip of control node>/horizon/ }}} |
| 32 | |
| 33 | The login credentials are the 'os_username' and 'os_password' in /etc/config.json on the control node. |
| 34 | |
| 35 | To delete the external/management: |
| 36 | (1) Use omni/portal to delete all slivers on the AM as they will no longer be accessible |
| 37 | (2) Click on the admin tab at the top (Where there is "Project" and "Admin") |
| 38 | (3) Delete the router: Click on "Routers" in the left panel and click on the "Delete Router" button next to "externalRouter" |
| 39 | (4) Delete the networks: Click on "Networks" in the left panel, then click on "public" under "Network Names". This will bring up a page with the ports and subnets on that network. Delete all the ports, then delete all the subnets. Then, click on "Networks" again in the left tab and delete the "public" network. |
| 40 | (5) Repeat step (4) with "GRAM-mgmt-net" |
| 41 | Once this is complete, you can return to the health check terminal and proceed with recreating the management and public networks. |
| 42 | |
| 43 | |
| 44 | |