Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user/group to service definitions #45

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rocks/aodh-evaluator/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
aodh-evaluator:
override: replace
command: aodh-evaluator
user: aodh
group: aodh

parts:
aodh-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/aodh-expirer/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
aodh-expirer:
override: replace
command: aodh-expirer
user: aodh
group: aodh

parts:
aodh-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/aodh-listener/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
aodh-listener:
override: replace
command: aodh-listener
user: aodh
group: aodh

parts:
aodh-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/aodh-notifier/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
aodh-notifier:
override: replace
command: aodh-notifier
user: aodh
group: aodh

parts:
aodh-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/barbican-worker/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
barbican-worker:
override: replace
command: barbican-worker
user: barbican
group: barbican

parts:
barbican-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/ceilometer-central/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
ceilometer-central:
override: replace
command: ceilometer-polling --polling-namespaces central
user: ceilometer
group: ceilometer

parts:
ceilometer-user:
Expand Down
4 changes: 3 additions & 1 deletion rocks/ceilometer-notification/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ package-repositories:
services:
ceilometer-notification:
override: replace
command: ceilometer-agent-notification
command: ceilometer-agent-notification
user: ceilometer
group: ceilometer

parts:
ceilometer-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/cinder-scheduler/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
cinder-scheduler:
override: replace
command: cinder-scheduler --use-syslog
user: cinder
group: cinder

parts:
cinder-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/cinder-volume/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
cinder-volume:
override: replace
command: cinder-volume --use-syslog
user: cinder
group: cinder

parts:
cinder-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/designate-central/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
designate-central:
override: replace
command: designate-central
user: designate
group: designate

parts:
designate-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/designate-mdns/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
designate-mdns:
override: replace
command: designate-mdns
user: designate
group: designate

parts:
designate-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/designate-producer/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
designate-producer:
override: replace
command: designate-producer
user: designate
group: designate

parts:
designate-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/designate-worker/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
designate-worker:
override: replace
command: designate-worker
user: designate
group: designate

parts:
designate-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/glance-api/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
glance-api:
override: replace
command: /usr/bin/glance-api --config-file /etc/glance/glance-api.conf
user: glance
group: glance
"apache forwarder":
override: replace
command: /usr/sbin/apache2ctl -DFOREGROUND
Expand Down
2 changes: 2 additions & 0 deletions rocks/gnocchi-metricd/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
gnocchi-metricd:
override: replace
command: gnocchi-metricd
user: gnocchi
group: gnocchi

parts:
gnocchi-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/heat-engine/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
heat-engine:
override: replace
command: /usr/bin/heat-engine
user: heat
group: heat

parts:
heat-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/magnum-conductor/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
magnum-conductor:
override: replace
command: magnum-conductor
user: magnum
group: magnum

parts:
magnum-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/neutron-server/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
neutron-server:
override: replace
command: neutron-server
user: neutron
group: neutron

parts:
neutron-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/nova-conductor/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
nova-conductor:
override: replace
command: nova-conductor
user: nova
group: nova

parts:
nova-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/nova-scheduler/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
nova-scheduler:
override: replace
command: nova-scheduler
user: nova
group: nova

parts:
nova-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/octavia-driver-agent/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
octavia-driver-agent:
override: replace
command: octavia-driver-agent
user: octavia
group: octavia

parts:
octavia-user:
Expand Down
2 changes: 2 additions & 0 deletions rocks/octavia-housekeeping/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
octavia-housekeeping:
override: replace
command: octavia-housekeeping
user: octavia
group: octavia

parts:
octavia-user:
Expand Down
Loading