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

ansible: add Python 3 to SmartOS hosts #2575

Merged
merged 1 commit into from Mar 22, 2021
Merged

Conversation

richardlau
Copy link
Member

The inventory changes are from #2568 (so I can get the correct IP addresses to run the playbook against) and can be ignored.

Latest available Python 3 on SmartOS 17 appears to be Python 3.6.4, while on SmartOS 18 it is Python 3.7.1.

SmartOS 17:

# pkgin search python3
python36-3.6.4 =     Interpreted, interactive, object-oriented programming language
python35-3.5.4nb1    Interpreted, interactive, object-oriented programming language
python34-3.4.7nb1    Interpreted, interactive, object-oriented programming language

SmartOS 18:

# pkgin search python3
python37-3.7.1       Interpreted, interactive, object-oriented programming language
python36-3.6.7       Interpreted, interactive, object-oriented programming language
python35-3.5.6       Interpreted, interactive, object-oriented programming language
python34-3.4.9       Interpreted, interactive, object-oriented programming language

I have run these changes against:

  • release-joyent-smartos17-x64-2
  • release-joyent-smartos18-x64-2
  • test-joyent-smartos17-x64-3
  • test-joyent-smartos17-x64-4
  • test-joyent-smartos18-x64-3
  • test-joyent-smartos18-x64-4

Copy link
Member

@AshCripps AshCripps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with or without the inv changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants