R3.1 Build 11 : Not all roles getting created on red hat

Bug #1608399 reported by Ankit Jain
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Invalid
High
Ankit Jain
R3.1
Invalid
High
Ankit Jain

Bug Description

Cloud admin, heat and keystone roles were not seen created after provisioning finished. Please check. This is causing most of the TCs on Red Hat sanity to fail due to cloud-admin-only access to analytic-api

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.2
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.2"
Red Hat Enterprise Linux Server release 7.2 (Maipo)
Red Hat Enterprise Linux Server release 7.2 (Maipo)

[root@nodei21 ~]# keystone role-list

+----------------------------------+---------------+
| id | name |
+----------------------------------+---------------+
| afe22212498f46e29eaa7bbb34f2a2de | ResellerAdmin |
| 885757a9ebbc4c77961d887db0a2126b | SwiftOperator |
| 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
| 5cdf710ca438462394b36a2d14bdb128 | admin |
+----------------------------------+---------------+

Should have been as below :

+----------------------------------+----------------------+
| id | name |
+----------------------------------+----------------------+
| a10cd326ceee43e3bdb99a23cdbbfee4 | KeystoneAdmin |
| 17ab26b5d8f9435cbd8d376091e8d3a8 | KeystoneServiceAdmin |
| eda93fb472e546b19c2ab77b37c60572 | Member |
| 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
| ac86f386a3f9419fb7fa7c72f67a121d | admin |
| 15f9294771a54a5fb744f371714388f1 | cloud-admin |
| 6eeb9963c1504bc4bdfc239873488dbf | heat_stack_owner |
| 1c2a219f0e7349b888ae0b5eff6a4546 | heat_stack_user |
| 0c0c57f603134016afd2ab63816c0202 | netadmin |
| df7cb5edf69e4a959398a2b8a7e25894 | sysadmin |
+----------------------------------+----------------------+

[root@nodei21 ~]# contrail-version
Package Version Build-ID | Repo | RPM Name
-------------------------------------- ------------------------------ ----------------------------------
contrail-analytics 3.1.0.0-11.el7 11
contrail-config 3.1.0.0-11.el7 11
contrail-config-openstack 3.1.0.0-11.el7 11
contrail-control 3.1.0.0-11.el7 11
contrail-database 3.1.0.0-11.el7 11
contrail-database-common 3.1.0.0-11.el7 11
contrail-dns 3.1.0.0-11.el7 11
contrail-docs 3.1.0.0-11.el7 11
contrail-fabric-utils 3.1.0.0-11 11
contrail-install-packages 3.1.0.0-11~kilo.el7 contrail-install-packages-3.1.0.0-11~kilo.el7.noarch
contrail-lib 3.1.0.0-11.el7 11
contrail-nodemgr 3.1.0.0-11.el7 11
contrail-openstack-analytics 3.1.0.0-11.el7 11
contrail-openstack-config 3.1.0.0-11.el7 11
contrail-openstack-control 3.1.0.0-11.el7 11
contrail-openstack-database 3.1.0.0-11.el7 11
contrail-openstack-webui 3.1.0.0-11.el7 11
contrail-setup 3.1.0.0-11.el7 11
contrail-utils 3.1.0.0-11.el7 11
contrail-web-controller 3.1.0.0-11 11
contrail-web-core 3.1.0.0-11 11
neutron-plugin-contrail 3.1.0.0-11.el7 11
python-contrail 3.1.0.0-11.el7 11
[root@nodei21 ~]#

Ankit Jain (ankitja)
tags: added: blocker
summary: - Build 11: Not all roles getting created on red hat
+ R3.1 Build 11 : Not all roles getting created on red hat
Revision history for this message
sundarkh (sundar-kh) wrote :

Seen with Ubuntu targets provisioned using ServerManager

Revision history for this message
Megh Bhatt (meghb) wrote : Re: [Bug 1608399] R3.1 Build 11 : Not all roles getting created on red hat
Download full text (4.7 KiB)

Should be fixed with:

https://bugs.launchpad.net/juniperopenstack/+bug/1607563

To maintain backward compatibility we are going to default to cloud-admin role name to ‘admin’ instead of ‘cloud-admin’ and hence no ‘cloud-admin’ role creation will be needed.

Thanks

Megh

On Aug 1, 2016, at 10:35 AM, sundarkh <<email address hidden><mailto:<email address hidden>>> wrote:

Seen with Ubuntu targets provisioned using ServerManager

--
You received this bug notification because you are a member of Contrail
Systems engineering, which is subscribed to Juniper Openstack.
https://bugs.launchpad.net/bugs/1608399

Title:
 R3.1 Build 11 : Not all roles getting created on red hat

Status in Juniper Openstack:
 New
Status in Juniper Openstack r3.1 series:
 New

Bug description:

 Cloud admin, heat and keystone roles were not seen created after provisioning finished. Please check. This is causing most of the TCs on Red Hat sanity to fail due to cloud-admin-only access to analytic-api

 REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
 REDHAT_BUGZILLA_PRODUCT_VERSION=7.2
 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
 REDHAT_SUPPORT_PRODUCT_VERSION="7.2"
 Red Hat Enterprise Linux Server release 7.2 (Maipo)
 Red Hat Enterprise Linux Server release 7.2 (Maipo)

 [root@nodei21 ~]# keystone role-list

 +----------------------------------+---------------+
 | id | name |
 +----------------------------------+---------------+
 | afe22212498f46e29eaa7bbb34f2a2de | ResellerAdmin |
 | 885757a9ebbc4c77961d887db0a2126b | SwiftOperator |
 | 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
 | 5cdf710ca438462394b36a2d14bdb128 | admin |
 +----------------------------------+---------------+

 Should have been as below :

 +----------------------------------+----------------------+
 | id | name |
 +----------------------------------+----------------------+
 | a10cd326ceee43e3bdb99a23cdbbfee4 | KeystoneAdmin |
 | 17ab26b5d8f9435cbd8d376091e8d3a8 | KeystoneServiceAdmin |
 | eda93fb472e546b19c2ab77b37c60572 | Member |
 | 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
 | ac86f386a3f9419fb7fa7c72f67a121d | admin |
 | 15f9294771a54a5fb744f371714388f1 | cloud-admin |
 | 6eeb9963c1504bc4bdfc239873488dbf | heat_stack_owner |
 | 1c2a219f0e7349b888ae0b5eff6a4546 | heat_stack_user |
 | 0c0c57f603134016afd2ab63816c0202 | netadmin |
 | df7cb5edf69e4a959398a2b8a7e25894 | sysadmin |
 +----------------------------------+----------------------+

 [root@nodei21 ~]# contrail-version
 Package Version Build-ID | Repo | RPM Name
 -------------------------------------- ------------------------------ ----------------------------------
 contrail-analytics 3.1.0.0-11.el7 11
 contrail-config 3.1.0.0-11.el7 11
 contrail-config-openstack 3.1.0.0-11.el7 11
 contrail-control ...

Read more...

Changed in juniperopenstack:
assignee: Nagendra Prasath (npchandran) → Megh Bhatt (meghb)
Revision history for this message
Megh Bhatt (meghb) wrote :

Please see comment #2 for why this is not required

Changed in juniperopenstack:
status: New → Invalid
assignee: Megh Bhatt (meghb) → Ankit Jain (ankitja)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.