summaryrefslogtreecommitdiff
path: root/strata/openstack-services/cinder.morph
blob: 690f91eb39afa640d8bddcef4a3a76faf99ba7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: cinder
kind: chunk
build-system: python-distutils
post-install-commands:
- install -D -m 640 etc/cinder/rootwrap.conf "$DESTDIR"/etc/cinder/rootwrap.conf
- mkdir -p "$DESTDIR"/etc/cinder/rootwrap.d
- install -D -m 644 etc/cinder/rootwrap.d/* "$DESTDIR"/etc/cinder/rootwrap.d/
- mkdir -p "$DESTDIR"/etc/sudoers.d
- |
  install -D -m 0440 /proc/self/fd/0 <<'EOF' "$DESTDIR"/etc/sudoers.d/cinder-rootwrap
  Defaults:cinder !requiretty

  cinder ALL=(root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *
  EOF