openstack-k8s-operators / dev-docs

Documentation
9 stars 25 forks source link

Where's SSH access? #83

Open flozanorht opened 9 months ago

flozanorht commented 9 months ago

In https://github.com/openstack-k8s-operators/docs/blob/main/images/network_diagram.jpg I cannot see the network path OCP workers use for SSH access to OSP compute.

stuggi commented 9 months ago

the ansibleee pod for the deployment job gets attached via a network-attachment-definition [1], like other service pods, to a network which allows the pod running on an OCP worker node to reach the OSP computes via ssh. its a temporary job pod and not shown in the diagram

[1] https://github.com/openstack-k8s-operators/dataplane-operator/blob/main/api/v1beta1/openstackdataplanenodeset_types.go#L55-L57

flozanorht commented 9 months ago

AFAIK this is very important for how control plane connects to the data plane and its network requirements. Maybe it is intuitive for people more experienced with OpenStack than me, but I miss a description of those networks and who/what uses them. What I can infer from the diagram itself is insufficient to get a clear overview picture.