Andrew Bogott has uploaded a new change for review. https://gerrit.wikimedia.org/r/220828
Change subject: Move the glance image dir from /a to /srv. ...................................................................... Move the glance image dir from /a to /srv. /a is just a symlink to /srv anyway. Change-Id: Id20bfd0b88297644d753314565c2d6a97c7788c9 --- M modules/openstack/manifests/glance/service.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/28/220828/1 diff --git a/modules/openstack/manifests/glance/service.pp b/modules/openstack/manifests/glance/service.pp index 5335b10..c96cb37 100644 --- a/modules/openstack/manifests/glance/service.pp +++ b/modules/openstack/manifests/glance/service.pp @@ -3,7 +3,7 @@ $glanceconfig) { include openstack::repo - $image_datadir = '/a/glance/images' + $image_datadir = '/srv/glance/images' # This is 775 so that the glancesync user can rsync to it. file { $image_datadir: -- To view, visit https://gerrit.wikimedia.org/r/220828 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id20bfd0b88297644d753314565c2d6a97c7788c9 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <abog...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits