Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kolla-ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.8.2.
Show more breadcrumbs
discovery
kolla-ansible
Commits
453fca37
Commit
453fca37
authored
6 years ago
by
Zuul
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Revert commit of fixing ceph gates"
parents
5bfcb584
dfd372b6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/setup_gate.sh
+1
-3
1 addition, 3 deletions
tools/setup_gate.sh
with
1 addition
and
3 deletions
tools/setup_gate.sh
+
1
−
3
View file @
453fca37
...
...
@@ -132,9 +132,7 @@ function sanity_check {
# If the status is not ACTIVE, print info and exit 1
nova
--debug
show kolla_boot_test |
awk
'{buf=buf"\n"$0} $2=="status" && $4!="ACTIVE" {failed="yes"}; END {if (failed=="yes") {print buf; exit 1}}'
if
echo
$ACTION
|
grep
-q
"ceph"
;
then
#TODO(egonzalez): Recover openstack cli command once volume calls are fixed.
# openstack volume create --size 2 test_volume
cinder create
--name
test_volume 2
openstack volume create
--size
2 test_volume
openstack server add volume kolla_boot_test test_volume
--device
/dev/vdb
fi
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment