Verify barbican provisioning support in SM Ocata

Bug #1690904 reported by Vinoth Kannan Ganapathy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R4.0
Won't Fix
Wishlist
Ramprakash R
R4.1
Fix Committed
Wishlist
Ramprakash R
Trunk
Fix Committed
Wishlist
Ramprakash R

Bug Description

contrail version 4.0 build 2 SKU mitaka

barbican not provisioned , need provisioning support in SM

here is the commits for the fab
https://review.opencontrail.org/#/c/19508
https://review.opencontrail.org/#/c/19506

description: updated
Jeba Paulaiyan (jebap)
tags: added: blocker regression
Rudra Rugge (rrugge)
tags: added: releasenote
removed: blocker
Revision history for this message
Yuvaraja Mariappan (ymariappan) wrote :

tls configured lbaas needs barbican service in openstack node and barbican client in compute nodes.

Workaround for this:
1. install the barbican service in openstack node
2. install the barbican client in all compute nodes
3. configure the /etc/contrail/contrail-lbaas-auth.conf with proper authentication information in all compute nodes

   sample content of /etc/contrail/contrail-lbaas-auth.conf:

   [BARBICAN]
   admin_tenant_name=service
   admin_user=neutron
   admin_password=<neutron-service-passwd>
   auth_url=http://<keystone-service-ip>:<keystone-service-port>/v2.0
   region=RegionOne

Thanks,
Yuvaraja

information type: Proprietary → Public
Revision history for this message
Nitish Krishna Kaveri (nitishk) wrote :

Barbican support will be added in SM puppet for Newton sku only. For Ocata onwards the support will be through Ansible (containerized Openstack)

Revision history for this message
Nitish Krishna Kaveri (nitishk) wrote :

Since newton is also getting containerized Kolla Openstack this support will be part of that too

Revision history for this message
Nitish Krishna Kaveri (nitishk) wrote :

Won't support for newton, will support in 4.1 for Ocata

summary: - barbican provisioning support in SM
+ Verify barbican provisioning support in SM Ocata
Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36887
Submitter: Ramprakash R (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36888
Submitter: Ramprakash R (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36888
Committed: http://github.com/Juniper/contrail-docker/commit/456300656504f72df09cf30c2e949258a40d246f
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 456300656504f72df09cf30c2e949258a40d246f
Author: Ramprakash Ram Mohan <email address hidden>
Date: Thu Oct 26 15:50:27 2017 -0700

Build barbican containers for ocata

Change kolla-build profile to build barbican and cinder related containers.

Change-Id: I45fae47bb8acfa1fe223ab919d529f29f8f24ae1
Closes-bug: #1690904

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36950
Submitter: Ramprakash R (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36951
Submitter: Ramprakash R (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36951
Committed: http://github.com/Juniper/contrail-server-manager/commit/a64c6567916fcbbb3e0f527b609006a886b2d0a4
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit a64c6567916fcbbb3e0f527b609006a886b2d0a4
Author: Ramprakash Ram Mohan <email address hidden>
Date: Fri Oct 27 16:17:42 2017 -0700

Add support for barbican and cinder containers

"add image" for ocata image which contains cinder and barbican containers will
fail. Adding roles for cinder and barbican so that add image succeeds.

Change-Id: I6e2a2486d50c8a5ea6dc684c75032ca984609954
Closes-bug: #1690904

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] master

Review in progress for https://review.opencontrail.org/36957
Submitter: Ramprakash R (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : [Review update] R4.1

Review in progress for https://review.opencontrail.org/36958
Submitter: Ramprakash R (<email address hidden>)

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/36958
Committed: http://github.com/Juniper/contrail-ansible/commit/3711da75d5349b8e167e4d3c6951511bf4db97a6
Submitter: Zuul (<email address hidden>)
Branch: R4.1

commit 3711da75d5349b8e167e4d3c6951511bf4db97a6
Author: Ramprakash Ram Mohan <email address hidden>
Date: Sat Oct 28 21:23:01 2017 -0700

Install barbican clients on compute nodes

On baremetal compute nodes, install python-barbicanclient package.
This is done irrespective of openstack SKU.

Change-Id: I9efa168c10cd3adaa654f040136ce8119e196f4e
Closes-bug: #1690904

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36957
Committed: http://github.com/Juniper/contrail-ansible/commit/efdb2f237b7e2a8c0819d21a9ec6a805e71068d4
Submitter: Zuul (<email address hidden>)
Branch: master

commit efdb2f237b7e2a8c0819d21a9ec6a805e71068d4
Author: Ramprakash Ram Mohan <email address hidden>
Date: Sat Oct 28 21:23:01 2017 -0700

Install barbican clients on compute nodes

On baremetal compute nodes, install python-barbicanclient package.
This is done irrespective of openstack SKU.

Change-Id: I9efa168c10cd3adaa654f040136ce8119e196f4e
Closes-bug: #1690904

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36950
Committed: http://github.com/Juniper/contrail-server-manager/commit/37f583b92fda8c8edc2347d6d7bf591654972219
Submitter: Zuul (<email address hidden>)
Branch: master

commit 37f583b92fda8c8edc2347d6d7bf591654972219
Author: Ramprakash Ram Mohan <email address hidden>
Date: Fri Oct 27 16:17:42 2017 -0700

Add support for barbican and cinder containers

"add image" for ocata image which contains cinder and barbican containers will
fail. Adding roles for cinder and barbican so that add image succeeds.

Change-Id: I6e2a2486d50c8a5ea6dc684c75032ca984609954
Closes-bug: #1690904

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote :

Reviewed: https://review.opencontrail.org/36887
Committed: http://github.com/Juniper/contrail-docker/commit/327b5607996af286141acb736a18581ba2f0b7c9
Submitter: Zuul (<email address hidden>)
Branch: master

commit 327b5607996af286141acb736a18581ba2f0b7c9
Author: Ramprakash Ram Mohan <email address hidden>
Date: Thu Oct 26 15:50:27 2017 -0700

Build barbican containers for ocata

Change kolla-build profile to build barbican and cinder related containers.

Change-Id: I45fae47bb8acfa1fe223ab919d529f29f8f24ae1
Closes-bug: #1690904

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.