OPNFV


1. Domino Installation

Note: The steps below are tested for Ubuntu (16.04, 14.04) and OS X El Capitan.

1.1. Prerequisites

  • git
  • python-pip
  • python (version =2.7)
  • tosca-parser (version >=0.4.0)
  • heat-translator (version >=0.5.0)

1.2. Installation Steps (Single Node)

  • Step-0: Prepare Environment
> $sudo pip install tosca-parser
> $sudo pip install heat-translator
> $sudo pip install requests
  • Step-1: Get the Domino code
> $git clone https://gerrit.opnfv.org/gerrit/domino
  • Step-2: Go to the main domino directory
> $cd domino

You should see DominoClient.py, DominoServer.py, and domino-cli.py as executibles.

1.3. Installation Steps (Multiple Node)

Repeat the installation steps for single node on each of the nodes. The script run_multinode.sh under ./domino/tests directory deploys the Domino Code on three hosts from a deployment node and tests RPC calls.