zun/contrib/legacy-ubuntu-init
Hongbin Lu ebd57ddf4c Add legacy init script for Ubuntu
For users who are using Ubuntu 14.04, systemd is not supported.
This patch add the sample init script for Ubuntu 14.04.

Change-Id: Icf2a1a85cd0c8eccb291dd05f43c0d6150665df3
2018-07-19 01:35:23 +00:00
..
etc/init Add legacy init script for Ubuntu 2018-07-19 01:35:23 +00:00
README.rst Add legacy init script for Ubuntu 2018-07-19 01:35:23 +00:00

README.rst

Legacy Init Script for Ubuntu 14.04

  1. Clone the Zun repository:

    $ git clone https://git.openstack.org/openstack/zun.git
  2. Enable and start zun-api:

    # cp zun/contrib/legacy-ubuntu-init/etc/init/zun-api.conf \
      /etc/init/zun-api.conf
    # start zun-api
  3. Enable and start zun-wsproxy:

    # cp zun/contrib/legacy-ubuntu-init/etc/init/zun-wsproxy.conf \
      /etc/init/zun-wsproxy.conf
    # start zun-wsproxy
  4. Enable and start zun-compute:

    # cp zun/contrib/legacy-ubuntu-init/etc/init/zun-compute.conf \
      /etc/init/zun-compute.conf
    # start zun-compute
  5. Verify that zun services are running:

    # status zun-api
    # status zun-wsproxy
    # status zun-compute