Details
-
Bug
-
Resolution: Done
-
Major
-
RH-SSO-7.5.0
Description
Deploying sso via argocd operator on a dual-stack Openshift cluster fails because IP_ADDR contains both IPs (ipv6 and ipv4). The content of $IP_ADDR is directly used to create the starting parms for -bIPV6<space>IPV6. Something not accepted by standalone.sh
++ eval configure
+++ configure
+++ configure_ha
++++ hostname -i
+++ IP_ADDR='fd02:0:0:6::88 10.129.2.136'
+++ JBOSS_HA_ARGS='-b fd02:0:0:6::88 10.129.2.136 -bprivate fd02:0:0:6::88 10.129.2.136'
Which then gives:
JBOSS_HA_ARGS='-b fd02:0:0:6::88 10.129.2.136 -bprivate fd02:0:0:6::88 10.129.2.136 -Djboss.node.name=keycloak-3-btxz6'