RETIRED, Fuel plugin for Murano networking SFC with MOS integration
Go to file
Maciej Relewicz 2ce2e6b3b5 Inital commit
Change-Id: Icb69f67d5924a93bb3cf8d907c7ead9b1add2e51
2016-07-11 16:49:07 +02:00
deployment_scripts Inital commit 2016-07-11 16:49:07 +02:00
repositories/ubuntu Inital commit 2016-07-11 16:49:07 +02:00
.gitreview Added .gitreview 2016-06-15 06:25:19 +00:00
LICENSE Inital commit 2016-07-11 16:49:07 +02:00
README.md Inital commit 2016-07-11 16:49:07 +02:00
deployment_tasks.yaml Inital commit 2016-07-11 16:49:07 +02:00
environment_config.yaml Inital commit 2016-07-11 16:49:07 +02:00
metadata.yaml Inital commit 2016-07-11 16:49:07 +02:00
post_install.sh Inital commit 2016-07-11 16:49:07 +02:00
pre_build_hook Inital commit 2016-07-11 16:49:07 +02:00
tasks.yaml Inital commit 2016-07-11 16:49:07 +02:00
uninstall.sh Inital commit 2016-07-11 16:49:07 +02:00

README.md

Murano networking SFC plugin for Fuel

Murano networking SFC

This plugin extends MOS with Murano networking SFC support.

Requirements

Requirement Version
Mirantis OpenStack compatibility 9.0

It is required to install fuel-plugin-networking-sfc. Will not work otherwise.

Installation Guide

Murano networking SFC plugin installation

To install Murano networking SFC plugin, follow these steps:

  1. Build a plugin fpb --build dir

  2. Copy the plugin on already installed Fuel Master node; ssh can be used for that. If you do not have the Fuel Master node yet, see Quick Start Guide :

     # scp murano-networking-sfc-<version>.noarch.rpm root@<Fuel_Master_ip>:/tmp
    
  3. Install the plugin:

     # cd /tmp
     # fuel plugins --install murano-networking-sfc-<version>.noarch.rpm
    
  4. Check if the plugin was installed successfully:

     # [root@nailgun ~]# fuel plugins
     id | name                  | version | package_version | releases
     ---|-----------------------|---------|-----------------|--------------------
     1  | murano-networking-sfc | 1.0.0   | 4.0.0           | ubuntu (mitaka-9.0)
    

Murano networking SFC plugin configuration

  1. Create an environment.
  2. Enable the plugin on the Settings tab of the Fuel web UI.
  3. Deploy the environment.

Contributors