Bug 2098087

Summary: [IBM Z - s390x] [RHACM 2.5] - Enabling submariner addon from web-ui have no effect.
Product: Red Hat Advanced Cluster Management for Kubernetes Reporter: Abdul Kandathil (IBM) <akandath>
Component: SubmarinerAssignee: Stephen Kitt <skitt>
Status: CLOSED DUPLICATE QA Contact: Noam Manos <nmanos>
Severity: medium Docs Contact: Christopher Dawson <cdawson>
Priority: unspecified    
Version: rhacm-2.5CC: maafried, nyechiel
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-06-20 07:51:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
submariner-deployed none

Description Abdul Kandathil (IBM) 2022-06-17 08:44:42 UTC
**What happened**:
Enabling submariner addon from web-ui have no effect.

OCP : 4.10.17
ACM : 2.5


**What you expected to happen**:

submariner gets deployed successfully.

**How to reproduce it (as minimally and precisely as possible)**:

Create clusterset -> add imported ocp clusters to the clusterset -> Submariner-addons

- Install submariner addon
- Select target clusters and click next
- click install. Now instead of addon getting installed, the webpage with "Install Submariner-addons" being displayed. And addon is not getting deployed.

**Anything else we need to know?**:

must-gather logs: https://drive.google.com/file/d/1khMNEcIWozNZ9-GcZ3jsIMsZgd6MAWGK/view?usp=sharing

ClusterID: e7d5b5ae-5bfe-490e-aef2-af7e30de0b8d
ClusterVersion: Stable at "4.10.17"
ClusterOperators:
	All healthy and stable


**Environment**:
- Submariner version (use `subctl version`):
- Kubernetes version (use `kubectl version`):
- Diagnose information (use `subctl diagnose all`):
- Gather information (use `subctl gather`)
- Cloud provider or hardware configuration:
- OS (e.g `cat /etc/os-release`):
- Kernel (e.g `uname -a`):
- Install tools:
- Others:

Comment 1 Abdul Kandathil (IBM) 2022-06-17 15:18:08 UTC
Created attachment 1890924 [details]
submariner-deployed

This looks to be web-ui only issue as I am able to deploy submariner from cli.


[root@m1312001 ~]# cat << EOF | oc apply -f -
> apiVersion: addon.open-cluster-management.io/v1alpha1
> kind: ManagedClusterAddOn
> metadata:
>      name: submariner
>      namespace: ocsm1301015
> spec:
>      installNamespace: submariner-operator
> EOF
managedclusteraddon.addon.open-cluster-management.io/submariner created
[root@m1312001 ~]#

[root@m1312001 ~]# cat << EOF | oc apply -f -
apiVersion: addon.open-cluster-management.io/v1alpha1
kind: ManagedClusterAddOn
metadata:
     name: submariner
     namespace: ocsm4204001
spec:
     installNamespace: submariner-operator
EOF

managedclusteraddon.addon.open-cluster-management.io/submariner created
[root@m1312001 ~]#

Comment 2 Nir Yechiel 2022-06-20 07:51:36 UTC
Hi Abdul,

Thanks for trying ACM+Submariner and reporting this bug! This is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2087686 which should be fixed in an upcoming 2.5.1 release.

Thanks,
Nir

*** This bug has been marked as a duplicate of bug 2087686 ***