zun/contrib/legacy-ubuntu-init
inspurericzhang 88d20578df Replace git.openstack.org with opendev.org
Change-Id: I6b802e49a3342bd624df1f7d855911ffe3b2eaa7
2019-11-30 15:46:44 +00:00
..
etc/init Add legacy init script for Ubuntu 2018-07-19 01:35:23 +00:00
README.rst Replace git.openstack.org with opendev.org 2019-11-30 15:46:44 +00:00

README.rst

Legacy Init Script for Ubuntu 14.04

  1. Clone the Zun repository:

    $ git clone https://opendev.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