Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HW2] global name 'RSA' is not defined #125

Open
kevinjfoley opened this issue May 24, 2017 · 0 comments
Open

[HW2] global name 'RSA' is not defined #125

kevinjfoley opened this issue May 24, 2017 · 0 comments

Comments

@kevinjfoley
Copy link

kevinjfoley commented May 24, 2017

Students are getting errors related to 'RSA', for example per https://ucbischool.slack.com/archives/C1VFF2Y3U/p1495496191162070

[root@saltmaster ~]# salt-cloud -p sl_centos7_small mytests
[INFO    ] salt-cloud starting
[INFO    ] POST https://api.softlayer.com/xmlrpc/v3.1/SoftLayer_Account
[ERROR   ] There was a profile error: global name 'RSA' is not defined

Resolved the issue by installing dependencies first, code below should be added to instructions

 yum install -y python-pip && pip install SoftLayer apache-libcloud
 yum install openssl-devel
 yum install gcc
 yum install python-devel
 pip install M2Crypto
 curl -o /tmp/install_salt.sh -L https://bootstrap.saltstack.com && sh /tmp/install_salt.sh -Z -M git 2015.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant