Skip to content

Commit

Permalink
Merge pull request #45 from hemanthnakkina/add-users-to-service-defs
Browse files Browse the repository at this point in the history
Add user/group to service definitions
  • Loading branch information
gboutry authored Apr 5, 2024
2 parents 5c7c4da + 79f6478 commit 96b8417
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 1 deletion.
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

0 comments on commit 96b8417

Please sign in to comment.