Back to bug 1303093

Who When What Removed Added
Red Hat Bugzilla Rules Engine 2016-01-31 22:47:23 UTC Target Release --- 8.0
RHEL Program Management 2016-01-31 23:00:18 UTC Keywords FutureFeature
Red Hat Bugzilla 2016-01-31 23:00:18 UTC Doc Type Bug Fix Enhancement
John Skeoch 2016-02-01 02:50:44 UTC Assignee calfonso hbrock
Marius Cornea 2016-03-24 12:25:35 UTC CC mcornea
Steven Hardy 2016-03-24 16:30:49 UTC CC shardy
Mike Orazi 2016-03-24 18:18:38 UTC CC jjozwiak, morazi
Assignee hbrock gfidente
Flags needinfo?(jjozwiak)
Andreas Karis 2016-03-25 17:50:05 UTC CC akaris
Mike Burns 2016-03-31 22:36:01 UTC Blocks 1261979
CC j_t_williams
arkady kanevsky 2016-03-31 22:41:08 UTC CC arkady_kanevsky, cdevine, christopher_dearborn, gael_rehault, joherr, John_walsh, kbader, kschinck, kurt_hey, nlevine, randy_perryman, rsussman, sreichar, wayne_allen
Giulio Fidente 2016-04-01 09:29:39 UTC Blocks 1320209
Alan Bishop 2016-04-01 12:38:54 UTC CC alan_bishop
Mike Orazi 2016-04-01 14:29:04 UTC Flags needinfo?(alan_bishop)
Alan Bishop 2016-04-01 15:42:36 UTC Flags needinfo?(jjozwiak) needinfo?(alan_bishop)
Mike Burns 2016-04-07 18:32:17 UTC Target Milestone --- async
Alan Bishop 2016-04-13 20:57:29 UTC Blocks 1261979
Vincent S. Cojot 2016-04-14 18:12:04 UTC CC vcojot
John Skeoch 2016-04-18 08:29:06 UTC QA Contact yeylon srevivo
Mike Burns 2016-05-10 14:03:58 UTC Target Release 8.0 (Liberty) 10.0 (Newton)
Joe Donohue 2016-05-19 17:51:30 UTC Blocks 1335593
Giulio Fidente 2016-07-08 09:40:38 UTC Status NEW ON_DEV
Steve Relf 2016-07-19 07:43:33 UTC CC srelf
Ramon Acedo 2016-07-19 16:49:43 UTC CC racedoro
Karl Hastings 2016-07-22 18:12:29 UTC CC kasmith
Blocks 1356451
Summary RFE: Add ability to disable Swift from overcloud deployment [RFE] Add ability to disable Swift from overcloud deployment
Giulio Fidente 2016-08-17 16:53:20 UTC Target Release 10.0 (Newton) 9.0 (Mitaka)
Mike Burns 2016-08-17 17:01:48 UTC Depends On 1357551
Mike Burns 2016-08-17 17:02:08 UTC Target Release 9.0 (Mitaka) 10.0 (Newton)
Giulio Fidente 2016-08-17 17:03:09 UTC Status ON_DEV POST
Marius Cornea 2016-08-29 11:27:55 UTC CC gfidente
Flags needinfo?(gfidente)
Giulio Fidente 2016-08-29 12:33:08 UTC Status POST ON_DEV
Link ID OpenStack gerrit 353307
Flags needinfo?(gfidente)
Elise Gafford 2016-09-09 19:54:28 UTC CC egafford
Giulio Fidente 2016-09-29 16:21:45 UTC Status ON_DEV POST
Jason Joyce 2016-10-03 19:17:30 UTC CC jjoyce
Component rhel-osp-director openstack-tripleo-heat-templates
Fixed In Version openstack-tripleo-heat-templates-5.0.0-0.20160929150845.4cdc4fc.el7ost
Target Milestone async ---
Elise Gafford 2016-10-05 11:31:41 UTC Status POST MODIFIED
CC srevivo
Flags needinfo?(srevivo)
Elise Gafford 2016-10-05 11:32:10 UTC CC scohen
Flags needinfo?(scohen)
Scott Lewis 2016-10-10 19:47:59 UTC Target Milestone --- rc
Jon Schlueter 2016-10-14 17:52:51 UTC CC jschluet, rhos-flags
Flags needinfo?(rhos-flags)
Sean Cohen 2016-10-21 15:43:27 UTC Flags needinfo?(srevivo) needinfo?(scohen) needinfo?(rhos-flags) needinfo+
Sean Merrow 2016-11-14 15:52:31 UTC Blocks 1394872
Sean Merrow 2016-11-14 15:55:11 UTC Blocks 1394874
Sean Merrow 2016-11-14 15:57:58 UTC Blocks 1394879
Sean Merrow 2016-11-14 16:11:09 UTC Blocks 1394885
Mike Abrams 2016-11-20 08:11:06 UTC CC mabrams
QA Contact srevivo mabrams
Flags needinfo?(gfidente)
Mike Abrams 2016-11-20 08:21:09 UTC Flags needinfo?(gfidente)
August Simonelli 2016-11-20 23:28:48 UTC CC asimonel
Giulio Fidente 2016-11-21 12:36:21 UTC Flags needinfo?(gfidente) needinfo?(gfidente)
nlevinki 2016-11-21 15:35:13 UTC CC nlevinki
Jon Schlueter 2016-11-21 15:41:42 UTC Keywords Triaged
Paul Grist 2016-11-21 15:44:40 UTC Status MODIFIED VERIFIED
CC pgrist
VIKRANT 2016-11-26 08:36:25 UTC CC vaggarwa
Sean Merrow 2016-12-08 15:01:23 UTC Blocks 1394885
Sean Merrow 2016-12-08 17:06:27 UTC CC smerrow
Blocks 1394872, 1394874, 1394879
Giulio Fidente 2016-12-13 12:53:18 UTC Doc Text Feature:
It is possible to disable Swift in the overcloud by using an additional environment file when deployment the overcloud. The environment file should contain the following:

resource_registry:
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None

Reason:
Avoid deployment of Swift in the overcloud.

Result:
Swift will not be running in the overcloud and there won't be any endpoint for the object-storage service in the overcloud Keystone.
Deepti Navale 2016-12-14 02:38:15 UTC CC dnavale
Doc Text Feature:
It is possible to disable Swift in the overcloud by using an additional environment file when deployment the overcloud. The environment file should contain the following:

resource_registry:
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None

Reason:
Avoid deployment of Swift in the overcloud.

Result:
Swift will not be running in the overcloud and there won't be any endpoint for the object-storage service in the overcloud Keystone.
With this update, it is possible to diable the Object Storage service (swift) in the overcloud by using an additional environment file when deploying the overcloud. The environment file should contain the following:

resource_registry:
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None

As a result, the Object Storage service will not be running in the overcloud and there will not be an endpoint for the Object Storage service in the overcloud Identity service.
errata-xmlrpc 2016-12-14 13:57:30 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-12-14 15:21:31 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-12-14 10:21:31 UTC
Deepti Navale 2017-01-11 05:05:35 UTC Doc Text With this update, it is possible to diable the Object Storage service (swift) in the overcloud by using an additional environment file when deploying the overcloud. The environment file should contain the following:

resource_registry:
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None

As a result, the Object Storage service will not be running in the overcloud and there will not be an endpoint for the Object Storage service in the overcloud Identity service.
With this update, it is possible to disable the Object Storage service (swift) in the overcloud by using an additional environment file when deploying the overcloud. The environment file should contain the following:

resource_registry:
OS::TripleO::Services::SwiftProxy: OS::Heat::None
OS::TripleO::Services::SwiftStorage: OS::Heat::None
OS::TripleO::Services::SwiftRingBuilder: OS::Heat::None

As a result, the Object Storage service will not be running in the overcloud and there will not be an endpoint for the Object Storage service in the overcloud Identity service.

Back to bug 1303093