Skip to content

Release 3.4m3 compatibility issues: no module named fabric_plugin.task #278

@kgoedecke

Description

@kgoedecke

Release 3.4m3 is apparently not compatible with Cloudify 3.3.1, I'm trying to bootstrap on AWS EC2 using the release 3.4m3 with Cloudify CLI 3.3.1. The bootstrapping process fails with the following error message:

mapping error: No module named fabric_plugin.tasks [node=amqp_influx, type=operations]
Possible solutions:
  - Run 'cfy local install-plugins -p cloudify-manager-blueprints-3.4m3/aws-ec2-manager-blueprint.yaml'
  - Run 'cfy bootstrap --install-plugins -p cloudify-manager-blueprints-3.4m3/aws-ec2-manager-blueprint.yaml'

The suggestions don't have any effect and don't work.

Here's my entire pip list:

(env1)[root@localhost kevin]# pip list
argcomplete (0.7.1)
boto (2.38.0)
bottle (0.12.7)
cloudify (3.3.1)
cloudify-aws-plugin (1.4)
cloudify-dsl-parser (3.3.1)
cloudify-fabric-plugin (1.4)
cloudify-plugins-common (3.3.1)
cloudify-rest-client (3.3.1)
cloudify-script-plugin (1.3.1)
colorama (0.3.3)
ecdsa (0.13)
Fabric (1.8.3)
itsdangerous (0.24)
Jinja2 (2.7.2)
MarkupSafe (0.23)
networkx (1.8.1)
paramiko (1.12.4)
pika (0.9.14)
pip (1.4.1)
prettytable (0.7.2)
proxy-tools (0.1.0)
pycrypto (2.6.1)
PyYAML (3.10)
requests (2.7.0)
retrying (1.3.3)
setuptools (0.9.8)
six (1.10.0)
wsgiref (0.1.2)

When Using release 3.3.1-sec1 everything works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions