commit | 1276f075d3c4398f526c40e4cc0364e0a8397443 | [log] [tgz] |
---|---|---|
author | Fatih Degirmenci <fdegir@gmail.com> | Wed Mar 20 11:03:07 2019 +0000 |
committer | Fatih Degirmenci <fdegir@gmail.com> | Wed Mar 20 12:11:33 2019 +0000 |
tree | f49c726e06b5d45424793f0ce1c97bdc0fefa5ed | |
parent | 5fa5ebfb0aaddafa81af22a53338ef6af1f565ca [diff] |
Ensure ironic components are installed using pip It seem we have to explictly set source_install to false in order to get ironicclient, ironicinspector and ironicinspectorclient installed using packages. Change-Id: I28e74e7b34ed697d8288320559153fcc099c3034
The Cloud Infra Engine is created based on OPNFV Cross Community CI (XCI) project in order to automate deployment of various cloud infra scenarios. [1]
Cloud Infra Engine lets users to deploy the scenario of their choosing on to their workstations. Minimum requirements for the host where the Cloud Infra Engine is executed are
Recommended requirements are
The engine currently only supports Ubuntu16.04.
Apart from having sufficient performance and capacity on the host, few packages need to be installed on the host before executing the engine
The user that is executing the engine should also have passwordless sudo enabled.
Cloud Infra Engine is version controlled on Nordix Gerrit so its repository needs to be cloned.
git clone https://gerrit.nordix.org/infra/engine.git
Cloud Infra Engine expects the ssh keys to be created in advance. If you don't have ssh keypair already, you can do that by executing below command.
ssh-keygen -t rsa
Once the keypair is generated, the main script deploy.sh can be executed in order to start deployment of the default scenario on virtual machines that are created by the engine.
cd engine/engine ./deploy.sh -h # get help ./deploy.sh -c
Once the script execution starts, it will prepare the environment, create libvirt resources, provision libvirt vms and install the selected scenario on them. The overall process takes about 40 minutes to complete if ramdisk and deployment images are created in advance.