Grenade job is failing lacking manila-tempest-plugin

Bug #1785370 reported by Goutham Pacha Ravi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Shared File Systems Service (Manila)
Fix Released
High
Goutham Pacha Ravi

Bug Description

Devstack fails, ex: http://logs.openstack.org/67/588667/1/check/manila-grenade/19f4264/

2018-08-03 22:00:09.626 | ++ /opt/stack/old/manila/devstack/plugin.sh:source:1159 : echo_summary 'Fetching and installing manila-tempest-plugin system-wide'
2018-08-03 22:00:09.629 | ++ ./stack.sh:echo_summary:433 : [[ -t 3 ]]
2018-08-03 22:00:09.632 | ++ ./stack.sh:echo_summary:439 : echo -e Fetching and installing manila-tempest-plugin system-wide
2018-08-03 22:00:09.634 | ++ /opt/stack/old/manila/devstack/plugin.sh:source:1160 : install_manila_tempest_plugin
2018-08-03 22:00:09.637 | ++ /opt/stack/old/manila/devstack/plugin.sh:install_manila_tempest_plugin:847 : MANILA_TEMPEST_PLUGIN_REPO=git://git.openstack.org/openstack/manila-tempest-plugin.git
2018-08-03 22:00:09.639 | ++ /opt/stack/old/manila/devstack/plugin.sh:install_manila_tempest_plugin:848 : MANILA_TEMPEST_PLUGIN_BRANCH=master
2018-08-03 22:00:09.642 | ++ /opt/stack/old/manila/devstack/plugin.sh:install_manila_tempest_plugin:849 : MANILA_TEMPEST_PLUGIN_DIR=/opt/stack/old/manila-tempest-plugin
2018-08-03 22:00:09.644 | ++ /opt/stack/old/manila/devstack/plugin.sh:install_manila_tempest_plugin:851 : git_clone git://git.openstack.org/openstack/manila-tempest-plugin.git /opt/stack/old/manila-tempest-plugin master
2018-08-03 22:00:09.647 | ++ functions-common:git_clone:492 : local git_remote=git://git.openstack.org/openstack/manila-tempest-plugin.git
2018-08-03 22:00:09.650 | ++ functions-common:git_clone:493 : local git_dest=/opt/stack/old/manila-tempest-plugin
2018-08-03 22:00:09.652 | ++ functions-common:git_clone:494 : local git_ref=master
2018-08-03 22:00:09.654 | ++ functions-common:git_clone:495 : local orig_dir
2018-08-03 22:00:09.657 | +++ functions-common:git_clone:496 : pwd
2018-08-03 22:00:09.660 | ++ functions-common:git_clone:496 : orig_dir=/opt/stack/old/devstack
2018-08-03 22:00:09.663 | ++ functions-common:git_clone:497 : local git_clone_flags=
2018-08-03 22:00:09.666 | +++ functions-common:git_clone:499 : trueorfalse False RECLONE
2018-08-03 22:00:09.684 | ++ functions-common:git_clone:499 : RECLONE=False
2018-08-03 22:00:09.686 | ++ functions-common:git_clone:500 : [[ 0 -gt 0 ]]
2018-08-03 22:00:09.689 | ++ functions-common:git_clone:504 : [[ False = \T\r\u\e ]]
2018-08-03 22:00:09.691 | ++ functions-common:git_clone:513 : echo master
2018-08-03 22:00:09.691 | ++ functions-common:git_clone:513 : egrep -q '^refs'
2018-08-03 22:00:09.697 | ++ functions-common:git_clone:527 : [[ ! -d /opt/stack/old/manila-tempest-plugin ]]
2018-08-03 22:00:09.700 | ++ functions-common:git_clone:528 : [[ True = \T\r\u\e ]]
2018-08-03 22:00:09.704 | ++ functions-common:git_clone:529 : echo 'The /opt/stack/old/manila-tempest-plugin project was not found; if this is a gate job, add'
2018-08-03 22:00:09.704 | The /opt/stack/old/manila-tempest-plugin project was not found; if this is a gate job, add
2018-08-03 22:00:09.707 | ++ functions-common:git_clone:530 : echo 'the project to the $PROJECTS variable in the job definition.'
2018-08-03 22:00:09.707 | the project to the $PROJECTS variable in the job definition.
2018-08-03 22:00:09.710 | ++ functions-common:git_clone:531 : die 531 'Cloning not allowed in this configuration'
2018-08-03 22:00:09.712 | ++ functions-common:die:187 : local exitcode=0
2018-08-03 22:00:09.716 | [Call Trace]
2018-08-03 22:00:09.716 | ./stack.sh:1447:run_phase
2018-08-03 22:00:09.716 | /opt/stack/old/devstack/functions-common:1702:run_plugins
2018-08-03 22:00:09.716 | /opt/stack/old/devstack/functions-common:1669:source
2018-08-03 22:00:09.716 | /opt/stack/old/manila/devstack/plugin.sh:1160:install_manila_tempest_plugin
2018-08-03 22:00:09.716 | /opt/stack/old/manila/devstack/plugin.sh:851:git_clone
2018-08-03 22:00:09.716 | /opt/stack/old/devstack/functions-common:531:die
2018-08-03 22:00:09.720 | [ERROR] /opt/stack/old/devstack/functions-common:531 Cloning not allowed in this configuration
2018-08-03 22:00:10.724 | Error on exit
2018-08-03 22:00:11.061 | World dumping... see /opt/stack/old/worlddump-2018-08-03-220011.txt for details
2018-08-03 22:00:12.230 | + ./grenade.sh:main:1 : exit_trap
2018-08-03 22:00:12.232 | + functions:exit_trap:103 : local r=1
2018-08-03 22:00:12.236 | 1 main ./grenade.sh
2018-08-03 22:00:12.236 | Exit code: 1
2018-08-03 22:00:12.264 | World dumping... see /opt/stack/logs/worlddump-2018-08-03-220012.txt for details

Changed in manila:
importance: Undecided → High
assignee: nobody → Goutham Pacha Ravi (gouthamr)
Changed in manila:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (master)

Reviewed: https://review.openstack.org/588813
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=2d25b09b344057f54a8cf3eb6bd27605a7c6161d
Submitter: Zuul
Branch: master

commit 2d25b09b344057f54a8cf3eb6bd27605a7c6161d
Author: Goutham Pacha Ravi <email address hidden>
Date: Fri Aug 3 16:23:18 2018 -0700

    Fix grenade job

    When upgrading from Queens to Rocky,
    since neither release has the tempest plugin in-tree,
    it has to be explicitly installed
    in the job.

    Closes-Bug: #1785370
    Change-Id: I77b5e0eb8824a8a00633aacb45ebea07572503d5

Changed in manila:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/manila 7.0.0.0rc1

This issue was fixed in the openstack/manila 7.0.0.0rc1 release candidate.

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.