Skip to content

DOTXV/OPNFV-Stable-Iruya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPNFV Fuel Stable Iruya

OPNFV Fuel Documentation Status

Description

This is the OPNFV Iruya release that implements the deploy stage of the OPNFV CI pipeline via Fuel.

Fuel is based on the MCP installation tool chain. More information available at Mirantis Cloud Platform Documentation.

The goal of the Fuel deployment process is to establish a lab ready platform accelerating further development of the OPNFV infrastructure.

Release Notes

Scenarios

Installation

  • OPNFV Fuel Installation Instruction on RTD

  • Installation instruction:

    $ sudo mkdir -p -m 777 tmpdir (Create the folder your want to install opnfv)

    $ git clone https://github.com/DOTXV/OPNFV-Stable-Iruya.git

    $ cd ~/fuel

    $ sudo git checkout opnfv-9.0.0

    $ sudo ci/deploy.sh -l ericsson -p virtual1 -s os-odl-sfc-noha -D -S ~/tmpdir |& sudo tee deploy.log

  • The above instruction use "os-odl-sfc-noha" as example, users can choose the scenarios.

  • Uninstallation instruction:

    $ cd tmpdir (The folder you installed opnfv)

    $ sudo rm -rf *

    $ virsh destroy ctl01

    $ virsh destroy cmp001

    $ virsh destroy cmp002

    $ virsh destroy gtw01

    $ virsh destroy odl01

    $ sudo docker container stop fuel

    $ sudo docker container rm fuel

    $ sudo docker network rm docker-compose_mcpcontrol

    $ sudo docker network rm docker-compose_mgmt

    $ sudo docker network rm docker-compose_pxebr

Bug fixed

Usage

Contributing

Support

Open Platform for NFV Project Software Licence

Any software developed by the "Open Platform for NFV" Project is licenced under the
Apache License, Version 2.0 (the "License");
you may not use the content of this software bundle except in compliance with the License.
You may obtain a copy of the License at <https://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Open Platform for NFV Project Documentation Licence

Any documentation developed by the "Open Platform for NFV Project"
is licensed under a Creative Commons Attribution 4.0 International License.
You should have received a copy of the license along with this. If not,

Unless required by applicable law or agreed to in writing, documentation
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Other Applicable Upstream Project Licenses

You may not use the content of this software bundle except in compliance with the Licenses as listed below (non-exhaustive list, depending on end-user config):

Component Licence
OpenStack Apache License 2.0
OpenDaylight Eclipse Public License 1.0
PostgreSQL PostgreSQL Licence
MongoDB GNU AGPL v3.0
RabbitMQ Mozilla Public License
Linux GPL v3
Docker Apache License 2.0
OpenJDK/JRE GPL v2
SaltStack Apache License 2.0
salt-formulas Apache License 2.0
reclass The Artistic Licence 2.0
MaaS GNU AGPL v3.0

References

For more information on the OPNFV Iruya release, please see:

  1. OPNFV Home Page
  2. OPNFV Documentation
  3. OPNFV Software Downloads
  4. Mirantis Cloud Platform Documentation