Skip to content

Commit

Permalink
Merge pull request #1 from derekhiggins/master
Browse files Browse the repository at this point in the history
No longer need custom cinder modules
  • Loading branch information
alobbs committed Nov 15, 2012
2 parents 8afea6a + 02029ce commit 4df1d18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions startaopenstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,11 @@ def ifexists(self, fn, s):
remote_server.append("cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys")
remote_server.append("yum install -y git cracklib-python screen puppet")

remote_server.ifnotexists("packstack", "git clone -b cinder-support git://github.com/derekhiggins/packstack.git")
remote_server.ifnotexists("packstack", "git clone git://github.com/fedora-openstack/packstack.git")
remote_server.ifnotexists("installer", "git clone git://github.com/derekhiggins/installer.git")

# custom repo ?
remote_server.append('sed -i -e \'s/.*puppetlabs-swift.git.*/("https:\/\/github.com\/derekhiggins\/puppetlabs-swift.git", "swift", "jtopjian-puppetlabs-rebase"),/g\' packstack/plugins/puppet_950.py')
remote_server.append('sed -i -e \'s/.*puppetlabs-cinder.git.*/("https:\/\/github.com\/derekhiggins\/puppetlabs-cinder.git", "cinder", "targets-conf"),/g\' packstack/plugins/puppet_950.py')
remote_server.append("vgcreate cinder-volumes /dev/vdb")
remote_server.append("cd installer")

Expand Down

0 comments on commit 4df1d18

Please sign in to comment.