osism / cloud-in-a-box

Cloud in a box
https://osism.github.io/docs/guides/deploy-guide/examples/cloud-in-a-box
Apache License 2.0
17 stars 4 forks source link

cinderv3 endpoint missing #12

Closed garloff closed 1 year ago

garloff commented 1 year ago
dragon@manager:~$ openstack catalog list
+-------------+----------------+--------------------------------------------------+
| Name        | Type           | Endpoints                                        |
+-------------+----------------+--------------------------------------------------+
| glance      | image          | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:9292      |
|             |                | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:9292        |
|             |                |                                                  |
| neutron     | network        | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:9696        |
|             |                | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:9696      |
|             |                |                                                  |
| placement   | placement      | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:8780        |
|             |                | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:8780      |
|             |                |                                                  |
| designate   | dns            | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:9001      |
|             |                | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:9001        |
|             |                |                                                  |
| nova        | compute        | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:8774/v2.1 |
|             |                | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:8774/v2.1   |
|             |                |                                                  |
| nova_legacy | compute_legacy |                                                  |
| keystone    | identity       | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:5000        |
|             |                | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:5000      |
|             |                | RegionOne                                        |
|             |                |   admin: https://api.in-a-box.cloud:35357        |
|             |                |                                                  |
| cinderv3    | volumev3       |                                                  |
| octavia     | load-balancer  | RegionOne                                        |
|             |                |   public: https://api.in-a-box.cloud:9876        |
|             |                | RegionOne                                        |
|             |                |   internal: https://api.in-a-box.cloud:9876      |
|             |                |                                                  |
+-------------+----------------+--------------------------------------------------+

The cinder-api, cinder-volumes and cinder-scheduler containers are up and running. Note: The C-i-a-B system has been set up during the Hackathon and is now part of a different network.

garloff commented 1 year ago

This is with OS_CLOUD=system, does not happen with OS_CLOUD=admin.

garloff commented 1 year ago

Please ignore -- system does not have a project set and thus can't provide a catalog with endpoints that include project_id ...

berendt commented 1 year ago

@garloff Can you please create an issue for this in osism/issues. I think we should at least document this behaviour somewhere.