Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud-in-a-box: improve "Webinterfaces" table #745

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions docs/guides/other-guides/cloud-in-a-box/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,23 +221,22 @@ entries must be added to the local `/etc/hosts` file for the name resolution to

If you want to access the services please choose the URL from the following list:

| Name | URL | Username | Password | Note |
|:------------------------|:--------------------------------------------|:-----------|:---------|:-------------------------------------------------------------|
| ARA | https://ara.services.in-a-box.cloud | ara | password | |
| Ceph | http://manager.systems.in-a-box.cloud:7000 | admin | password | |
| Flower | https://flower.services.in-a-box.cloud | - | - | |
| Grafana | https://api.in-a-box.cloud:3000 | admin | password | |
| HAProxy | http://manager.systems.in-a-box.cloud:1984 | openstack | password | |
| Homer | https://homer.services.in-a-box.cloud | - | - | |
| Horizon - admin project | https://api.in-a-box.cloud | admin | password | domain: default |
| Horizon - test project | https://api.in-a-box.cloud | test | test | domain: test |
| Netbox | https://netbox.services.in-a-box.cloud | admin | password | |
| Netdata | http://manager.systems.in-a-box.cloud:19999 | - | - | |
| OpenSearch Dashboards | https://api.in-a-box.cloud:5601 | opensearch | password | |
| PhpMyAdmin | https://phpmyadmin.services.in-a-box.cloud | root | password | Starting with OSISM 7, root_shard_0 is used as the user name |
| RabbitMQ | https://api.in-a-box.cloud:15672 | openstack | password | |
| Skyline - admin project | https://api.in-a-box.cloud:9999 | admin | password | |
| Skyline - test project | https://api.in-a-box.cloud:9999 | test | test | |
| Name | URL | Username | Password | Note |
|:------------------------|:--------------------------------------------|:---------------|:------------------|:----------------------------------------------------------------|
| ARA | https://ara.services.in-a-box.cloud | ara | password | |
| Ceph | http://manager.systems.in-a-box.cloud:7000 | admin | password | |
| Configuration | https://cgit.services.in-a-box.cloud | - | - | |
| Flower | https://flower.services.in-a-box.cloud | - | - | |
| Grafana | https://api.in-a-box.cloud:3000 | admin | password | |
| HAProxy | http://manager.systems.in-a-box.cloud:1984 | openstack | password | |
| Homer | https://homer.services.in-a-box.cloud | - | - | |
| Horizon | https://api.in-a-box.cloud | admin<br/>test | password<br/>test | domain: default, project: admin<br/>domain: test, project: test |
| Netbox | https://netbox.services.in-a-box.cloud | admin | password | |
| Netdata | http://manager.systems.in-a-box.cloud:19999 | - | - | |
| OpenSearch Dashboards | https://api.in-a-box.cloud:5601 | opensearch | password | |
| RabbitMQ | https://api.in-a-box.cloud:15672 | openstack | password | |
| Skyline | https://api.in-a-box.cloud:9999 | admin<br/>test | password<br/>test | domain: default, project: admin<br/>domain: test, project: test |
| phpMyAdmin | https://phpmyadmin.services.in-a-box.cloud | root_shard_0 | password | |

### Command-line interfaces

Expand Down
Loading