After you install {product-title}, configure {rh-openstack-first} to allow application network traffic.
Prerequisites
-
{product-title} cluster must be installed
-
Floating IP addresses are enabled as described in Enabling access to the environment.
Procedure
After you install the {product-title} cluster, attach a floating IP address to the ingress port:
-
Show the port:
$ openstack port show <cluster name>-<clusterID>-ingress-port
-
Attach the port to the IP address:
$ openstack floating ip set --port <ingress port ID> <apps FIP>
-
Add a wildcard
A
record for*apps.
to your DNS file:*.apps.<cluster name>.<base domain> IN A <apps FIP>
Note
|
If you do not control the DNS server but want to enable application access for non-production purposes, you can add these hostnames to
|