Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openstack-build-ubuntu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
David Johnson
openstack-build-ubuntu
Commits
ff86279a
Commit
ff86279a
authored
May 25, 2018
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ceilometer dbsync change for Queens.
parent
7fc33e24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
setup-controller.sh
setup-controller.sh
+10
-2
No files found.
setup-controller.sh
View file @
ff86279a
...
...
@@ -3111,7 +3111,11 @@ EOF
chmod
-R
770 /var/lib/gnocchi
gnocchi-upgrade
ceilometer-upgrade
--skip-metering-database
if
[
$OSVERSION
-lt
$OSQUEENS
]
;
then
ceilometer-upgrade
--debug
--skip-metering-database
else
ceilometer-upgrade
--debug
fi
fi
#
...
...
@@ -3300,7 +3304,11 @@ EOF
service_enable grafana-gnocchi-openstack-token-renewer
service_restart grafana-gnocchi-openstack-token-renewer
ceilometer-upgrade
--debug
--skip-metering-database
if
[
$OSVERSION
-lt
$OSQUEENS
]
;
then
ceilometer-upgrade
--debug
--skip-metering-database
else
ceilometer-upgrade
--debug
fi
# Finally, dump a simple default dashboard into place.
AUTHSTR
=
`
echo
"import base64; import sys; sys.stdout.write(base64.b64encode('admin:
$GPASSWD
'));"
| python
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment