Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RA1]RC1] Skip manage_snapshot in CNTT #1628

Merged
merged 1 commit into from Jun 1, 2020

Conversation

collivier
Copy link
Collaborator

As detected by Orange's RC Field trial, Ceph doesn't support this
feature before Rocky [1].
"AttributeError: 'RBDDriver' object has no attribute 'unmanage_snapshot'"

manage_snapshot testing is fully passing in Functest SUT because CNTT
is verified vs OpenStack Rocky and newer.

Ceph is selected by RI as backend and is widely reused by the ecosystem.
It's similar to [2].

manage_snapshot will be mandatory back once CNTT selects Rocky or newer.

[1] https://bugs.launchpad.net/cinder/+bug/1645288
[2] https://gerrit.opnfv.org/gerrit/c/functest/+/69888

Signed-off-by: Cédric Ollivier cedric.ollivier@orange.com

As detected by Orange's RC Field trial, Ceph doesn't support this
feature before Rocky [1].
"AttributeError: 'RBDDriver' object has no attribute 'unmanage_snapshot'"

manage_snapshot testing is fully passing in Functest SUT because CNTT
is verified vs OpenStack Rocky and newer.

Ceph is selected by RI as backend and is widely reused by the ecosystem.
It's similar to [2].

manage_snapshot will be mandatory back once CNTT selects Rocky or newer.

[1] https://bugs.launchpad.net/cinder/+bug/1645288
[2] https://gerrit.opnfv.org/gerrit/c/functest/+/69888

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
@collivier collivier self-assigned this May 28, 2020
@collivier collivier added the bug Something isn't working label May 28, 2020
@collivier collivier added this to In progress in RC1 via automation May 28, 2020
@collivier collivier added this to In Progress in RA1 via automation May 28, 2020
@pgoyal01
Copy link
Collaborator

@collivier Since we are going to upgrade to Rocky or newer, I suggest we leave this in place and only commit PR #1629 (Baldy). Avoids unnecessary work. Or we open an issue now to reinstate so that we do not forget. My preference would be to not make the change.

@collivier
Copy link
Collaborator Author

@rabi-abdel @rabiabdel Would you mind reviewing and merging this PR? The related change was applied in Functest (Field trial is coming)

@collivier collivier requested a review from acmacm May 29, 2020 07:26
@rabi-abdel rabi-abdel merged commit 038b40a into anuket-project:master Jun 1, 2020
RC1 automation moved this from In progress to Done Jun 1, 2020
RA1 automation moved this from In Progress to Done Jun 1, 2020
rabi-abdel added a commit that referenced this pull request Jun 1, 2020
@pgoyal01
Copy link
Collaborator

pgoyal01 commented Jun 1, 2020

@collivier @rabi-abdel PR #1629 is for Baldy release and makes sense to make the change. PR #1628 is for the current viz., Baraque release and I think it would be a waste of effort to make the change now and undo later..

rabi-abdel added a commit that referenced this pull request Jun 1, 2020
rabiabdel pushed a commit that referenced this pull request Jun 1, 2020
rabiabdel added a commit that referenced this pull request Jun 1, 2020
gkunz pushed a commit to gkunz/CNTT that referenced this pull request Jun 4, 2020
As detected by Orange's RC Field trial, Ceph doesn't support this
feature before Rocky [1].
"AttributeError: 'RBDDriver' object has no attribute 'unmanage_snapshot'"

manage_snapshot testing is fully passing in Functest SUT because CNTT
is verified vs OpenStack Rocky and newer.

Ceph is selected by RI as backend and is widely reused by the ecosystem.
It's similar to [2].

manage_snapshot will be mandatory back once CNTT selects Rocky or newer.

[1] https://bugs.launchpad.net/cinder/+bug/1645288
[2] https://gerrit.opnfv.org/gerrit/c/functest/+/69888

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>

Co-authored-by: Cédric Ollivier <cedric.ollivier@orange.com>
gkunz pushed a commit to gkunz/CNTT that referenced this pull request Jun 4, 2020
@collivier
Copy link
Collaborator Author

@pgoyal01 @rabi-abdel The revert is inappropriate here (and even more when the author is not aware) and frankly disconnected from the classical process. Until we switched to Train and the doc is simply false. The revert should go through the same process and not applied by admin without concensus.
I agree regarding the overall target but what we try to avoid is less disruptive somehow than the mess done here (+now RC is unsynced with RA1).

collivier pushed a commit that referenced this pull request Jun 22, 2020
collivier added a commit to collivier/CNTT that referenced this pull request Jul 13, 2020
rabi-abdel pushed a commit that referenced this pull request Jul 16, 2020
* Update RA1 Chapter 5 to Train

It updates microversions and links according to Train.
It should be noted that the last hot version is 2018-08-31 (rocky).

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>

* Add manage_snapshot in CNTT

It was disabled due to a former partial support [1][2][3].

[1] #1628
[2] https://bugs.launchpad.net/cinder/+bug/1645288
[3] https://gerrit.opnfv.org/gerrit/c/functest/+/69888

* Update Barbican link

It selects latest rather than train to conform to all other links in
Chapter5.

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>

Co-authored-by: Cédric Ollivier <cedric.ollivier@orange.com>
collivier added a commit to anuket-project/RC1 that referenced this pull request Dec 10, 2023
* Update RA1 Chapter 5 to Train

It updates microversions and links according to Train.
It should be noted that the last hot version is 2018-08-31 (rocky).

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>

* Add manage_snapshot in CNTT

It was disabled due to a former partial support [1][2][3].

[1] anuket-project/anuket-specifications#1628
[2] https://bugs.launchpad.net/cinder/+bug/1645288
[3] https://gerrit.opnfv.org/gerrit/c/functest/+/69888

* Update Barbican link

It selects latest rather than train to conform to all other links in
Chapter5.

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>

Co-authored-by: Cédric Ollivier <cedric.ollivier@orange.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
RA1
  
Done
RC1
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants