Skip to content

Instantly share code, notes, and snippets.

@markan
Last active August 29, 2015 14:01
Show Gist options
  • Save markan/b11831ab651de2385150 to your computer and use it in GitHub Desktop.
Save markan/b11831ab651de2385150 to your computer and use it in GitHub Desktop.
opscode-pushy-server fd058b5568e2bac6abf5ccd9df6b11897a2fad20 branch ma/fix-rebar-config
opscode-pushy-client 64fc931ff36c4b0870d1f4ddfbeedba3e978d8bd branch ma/use-ffi-rzmq
pushy_common 60342ad697ed8d000fbc110ea56aa9f7c270cad7 branch sg/fix-rebar-config
oc-pushy-pedant 1f6c658d010abe2a8efa3c5ff8733dac14ae97a7 branch ma/update-chef-version
oc-chef-pedant and chef-pedant are on latest master
# start guest
bin/rake start # choose option 1
# in guest
install zmq 4?
# on host
noglob bin/rake project:load[oc-pushy-pedant]
# in guest
# sudo /opt/opscode-push-jobs-server/embedded/bin/bundle install
# (shouldn't be needed)
cd /srv/piab/mounts/oc-pushy-pedant
sudo /opt/opscode-push-jobs-server/embedded/bin/bundle exec ./oc-pushy-pedant -c /etc/opscode-push-jobs-server/pedant_config.rb
# check that it works.
# on guest
# stop old server
private-chef-ctl stop opscode-pushy-server
# host bringing in new server
noglob bin/rake project:load[opscode-pushy-server]
# guest run ours
cd /srv/piab/mounts/opscode-pushy-server
sudo rel/opscode-pushy-server/bin/opscode-pushy-server console
# in a separate guest session: run tess
cd /srv/piab/mounts/oc-pushy-pedant
sudo /opt/opscode-push-jobs-server/embedded/bin/bundle exec ./oc-pushy-pedant -c /etc/opscode-push-jobs-server/pedant_config.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment