summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-11-24 15:13:48 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:24 +0000
commit3c354e3baf56f1572a107b9295952964c47c771c (patch)
tree4dbb4e7b71f91994d8a82ef434a970fb7c5e35d5 /openstack
parent80eda00f602207545997ea4833280ca860e5d6ec (diff)
downloaddefinitions-3c354e3baf56f1572a107b9295952964c47c771c.tar.gz
Add nova-{cert,consoleauth,novncproxy,scheduler}.service
Diffstat (limited to 'openstack')
-rw-r--r--openstack/etc/systemd/system/openstack-nova-cert.service11
-rw-r--r--openstack/etc/systemd/system/openstack-nova-consoleauth.service11
-rw-r--r--openstack/etc/systemd/system/openstack-nova-novncproxy.service11
-rw-r--r--openstack/etc/systemd/system/openstack-nova-scheduler.service11
-rw-r--r--openstack/manifest4
5 files changed, 48 insertions, 0 deletions
diff --git a/openstack/etc/systemd/system/openstack-nova-cert.service b/openstack/etc/systemd/system/openstack-nova-cert.service
new file mode 100644
index 00000000..c21246bf
--- /dev/null
+++ b/openstack/etc/systemd/system/openstack-nova-cert.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenStack Nova Cert
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=nova
+ExecStart=/usr/bin/nova-cert --config-file /etc/nova/nova.conf
+
+[Install]
+WantedBy=multi-user.target
diff --git a/openstack/etc/systemd/system/openstack-nova-consoleauth.service b/openstack/etc/systemd/system/openstack-nova-consoleauth.service
new file mode 100644
index 00000000..2c582518
--- /dev/null
+++ b/openstack/etc/systemd/system/openstack-nova-consoleauth.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Openstack Console Auth (nova-consoleauth)
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=nova
+ExecStart=/usr/bin/nova-consoleauth --config-file /etc/nova/nova.conf
+
+[Install]
+WantedBy=multi-user.target
diff --git a/openstack/etc/systemd/system/openstack-nova-novncproxy.service b/openstack/etc/systemd/system/openstack-nova-novncproxy.service
new file mode 100644
index 00000000..21013244
--- /dev/null
+++ b/openstack/etc/systemd/system/openstack-nova-novncproxy.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenStack Nova NoVNC proxy
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=nova
+ExecStart=/usr/bin/nova-novncproxy --config-file /etc/nova/nova.conf
+
+[Install]
+WantedBy=multi-user.target
diff --git a/openstack/etc/systemd/system/openstack-nova-scheduler.service b/openstack/etc/systemd/system/openstack-nova-scheduler.service
new file mode 100644
index 00000000..519ef5eb
--- /dev/null
+++ b/openstack/etc/systemd/system/openstack-nova-scheduler.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=OpenStack Nova Scheduler
+After=syslog.target network.target
+
+[Service]
+Type=simple
+User=nova
+ExecStart=/usr/bin/nova-scheduler --config-file /etc/nova/nova.conf
+
+[Install]
+WantedBy=multi-user.target
diff --git a/openstack/manifest b/openstack/manifest
index 20555e2f..80e16187 100644
--- a/openstack/manifest
+++ b/openstack/manifest
@@ -52,6 +52,10 @@
0100644 0 0 /etc/systemd/system/openstack-nova-compute.service
0100644 0 0 /etc/systemd/system/openstack-nova-conductor.service
0100644 0 0 /etc/systemd/system/openstack-nova-api.service
+0100644 0 0 /etc/systemd/system/openstack-nova-scheduler.service
+0100644 0 0 /etc/systemd/system/openstack-nova-consoleauth.service
+0100644 0 0 /etc/systemd/system/openstack-nova-novncproxy.service
+0100644 0 0 /etc/systemd/system/openstack-nova-cert.service
0100644 0 0 /etc/systemd/system/openstack-rabbitmq-setup.service
0100644 0 0 /etc/systemd/system/openstack-rabbitmq-server.service
0100755 0 0 /usr/share/openstack/openstack-rabbitmq-setup