asdasf
asdasf

Reputation: 1

install clodufiy3.4 at ubuntu14.04 error occured

I installed cloudify3.4 according to the cloudify DOCS. When I install the manager, and executed like this:

# cfy bootstrap --install-plugins -p openstack-manager-blueprint.yaml -i openstack-manager-blueprint-inputs.yaml

an error occurred:

[ERROR] Bootstrap failed! (Workflow failed: Task failed 'neutron_plugin.floatingip.create' -> Expected exactly one object of type network with match {'name': u'178d7438-ca18-4df6-a5d0-dd11a53155a5'} but there are 0)

I have already installed

So, how to solve this error? Thank you to everyone who helped me!

Upvotes: 0

Views: 77

Answers (1)

tamirko
tamirko

Reputation: 529

In Cloudify version 3.4, the Cloudify manager can only be installed (bootstrapped) on either CentOS 7.x or RHEL 7.x.

See more details :

http://docs.getcloudify.org/3.4.0/manager/prerequisites/

FYI: There are no limitations in host agents. That means that once the Cloudify manager is alive, it will enable you to deploy anything on every operating system.

Upvotes: 2

Related Questions