Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

missing messagingusers api resource #2869

Closed
odra opened this issue Jun 3, 2019 · 5 comments
Closed

missing messagingusers api resource #2869

odra opened this issue Jun 3, 2019 · 5 comments

Comments

@odra
Copy link

odra commented Jun 3, 2019

Describe the bug
Can't find messagingusers crd/api-resource after installation.

To Reproduce
Steps to reproduce the behavior:

  1. Run the following command to install enmasse: ansible-playbook -i hosts templates/ansible/playbooks/openshift/deploy_all.yml
  2. Check api-resources: oc get api-resource | grep enmasse
  3. messagingusers api resource is not listed

Expected behavior
I would expect the messagingusers resource to be listed:

[root@bastion installation]# oc api-resources | grep enmasse
addressplans                                         admin.enmasse.io                        true         AddressPlan
addressspaceplans                                    admin.enmasse.io                        true         AddressSpacePlan
authenticationservices                               admin.enmasse.io                        true         AuthenticationService
brokeredinfraconfigs                                 admin.enmasse.io                        true         BrokeredInfraConfig
consoleservices                                      admin.enmasse.io                        true         ConsoleService
standardinfraconfigs                                 admin.enmasse.io                        true         StandardInfraConfig
addresses                                            enmasse.io                              true         Address
addressspaces                                        enmasse.io                              true         AddressSpace
addressspaceschemas                                  enmasse.io                              true         AddressSpaceSchema
iotconfigs                            icfg           iot.enmasse.io                          true         IoTConfig
messagingusers                                       user.enmasse.io                         true         MessagingUser

But all I see is:

[root@bastion installation]# oc api-resources | grep enmasse
addressplans                                         admin.enmasse.io                        true         AddressPlan
addressspaceplans                                    admin.enmasse.io                        true         AddressSpacePlan
authenticationservices                               admin.enmasse.io                        true         AuthenticationService
brokeredinfraconfigs                                 admin.enmasse.io                        true         BrokeredInfraConfig
consoleservices                                      admin.enmasse.io                        true         ConsoleService
standardinfraconfigs                                 admin.enmasse.io                        true         StandardInfraConfig
addresses                                            enmasse.io                              true         Address
addressspaces                                        enmasse.io                              true         AddressSpace
addressspaceschemas                                  enmasse.io                              true         AddressSpaceSchema
iotconfigs                            icfg           iot.enmasse.io                          true         IoTConfig

Additional context

Enmasse release: 1.1.0.GA
Openshift version: 3.11

@k-wall
Copy link
Member

k-wall commented Jun 3, 2019

@odra this issue database is problem tracking against EnMasse project itself. If you are reporting issues against the AMQ Online Red Hat product (and given the version number I assume you are), please use https://issues.jboss.org/projects/ENTMQMAAS

@odra
Copy link
Author

odra commented Jun 3, 2019

ok thanks, will file a jira ticket then (and closing this one)

@odra odra closed this as completed Jun 3, 2019
@k-wall
Copy link
Member

k-wall commented Jun 3, 2019

FWIW, I verified with 0.28.0 (the latest EnMasse release), and the resource is appearing. I'll await your downstream issue and report back via that ticket.

Oslo:releases keith$ oc api-resources | grep enmasse
addressplans                                         admin.enmasse.io                        true         AddressPlan
addressspaceplans                                    admin.enmasse.io                        true         AddressSpacePlan
authenticationservices                               admin.enmasse.io                        true         AuthenticationService
brokeredinfraconfigs                                 admin.enmasse.io                        true         BrokeredInfraConfig
consoleservices                                      admin.enmasse.io                        true         ConsoleService
standardinfraconfigs                                 admin.enmasse.io                        true         StandardInfraConfig
addresses                                            enmasse.io                              true         Address
addressspaces                                        enmasse.io                              true         AddressSpace
addressspaceschemas                                  enmasse.io                              true         AddressSpaceSchema
iotconfigs                            icfg           iot.enmasse.io                          true         IoTConfig
messagingusers                                       user.enmasse.io                         true         MessagingUser

@odra
Copy link
Author

odra commented Jun 3, 2019

Just created it: https://issues.jboss.org/browse/ENTMQMAAS-1201

@secondsun
Copy link
Contributor

AMQ-Online reference bug here : https://issues.jboss.org/browse/ENTMQMAAS-1201 however in 1.1.0 it seems like they do deploy messaging users as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants