Skip to content

Commit

Permalink
Add vspk python module, needed for Nuage
Browse files Browse the repository at this point in the history
  • Loading branch information
simaishi committed Oct 10, 2018
1 parent f1412c2 commit fa8eac8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kickstarts/base.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export RAILS_USE_MEMORY_STORE="true"

<%= render_partial "post/ovirt_ansible" %>

<%= render_partial "post/python_modules" %>

<%= render_partial "post/ruby_install" %>

<%= render_partial "post/bundler" %>
Expand Down
4 changes: 4 additions & 0 deletions kickstarts/partials/post/python_modules.ks.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
yum install -y python-pip

# For Nuage
pip install vspk==5.3.2

0 comments on commit fa8eac8

Please sign in to comment.