RETIRED, Fuel plugin for NSX-T integration
Go to file
Igor Zinovik 42e87317d6 Introduce execution restriction on nsx-t-neutron-network-create task
Deployment task nsx-t-neutron-network create make two tenant networks
that are used for OSTF checks (test launch instances in internal network
and verify that VMs can successfulyy reach each other and external IP
addresses).

Root cause of the problem is that if we try to create networks twice
(run deployment task two times) it will fail with error that
"physical_network_type does not support being update". It is not
possible to run this task twice, to avoid such behaviour YAQL condition
prevents task from being run no more than one time. Task is executed
only when 'quantum' value (which determines that Neutron is enabled for
current environment) is changed, which should not happen during normal
operation (it is possible to switch this setting via fuel CLI, but not
through web UI).

Change-Id: Idd3000cdec0ef0c990c352d2cb7814fb4743d6f2
Closes-bug: #1626927
2016-09-26 17:15:33 +03:00
deployment_scripts/puppet Merge "Fix url with NSX-T packages for NSX-T 1.0.1 version" 2016-09-20 17:16:27 +00:00
repositories/ubuntu Implement plugin actions: install package, configure nsx.ini 2016-08-16 19:30:16 +03:00
spec Add package related operations 2016-08-02 18:37:03 +03:00
.gitignore Add plugin stub 2016-07-25 17:50:26 +03:00
LICENSE Add plugin stub 2016-07-25 17:50:26 +03:00
Puppetfile Configure nova on compute-vmware role to support nsx-t 2016-09-06 11:19:23 +03:00
README.md Implement plugin actions: install package, configure nsx.ini 2016-08-16 19:30:16 +03:00
components.yaml Implement plugin actions: install package, configure nsx.ini 2016-08-16 19:30:16 +03:00
deployment_tasks.yaml Introduce execution restriction on nsx-t-neutron-network-create task 2016-09-26 17:15:33 +03:00
environment_config.yaml Relax UUID regex 2016-09-22 16:39:01 +03:00
metadata.yaml Implement plugin actions: install package, configure nsx.ini 2016-08-16 19:30:16 +03:00
pre_build_hook Deploy controller node with nsx-t support 2016-09-01 12:21:53 +00:00
update_modules.sh Deploy controller node with nsx-t support 2016-09-01 12:21:53 +00:00

README.md

Fuel NSX-T plugin

The plugin allows Fuel deployment engineers install OpenStack that will use VMware NSX Transformers as network backend for Neutron.