zun/contrib/legacy-ubuntu-init/README.rst

937 B

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