Advertisement
Guest User

Untitled

a guest
Dec 29th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/usr/bin/bash
  2.  
  3. # CDK: Subscription Manager variables
  4. SUB_USERNAME=rhn-support-rmartine
  5. SUB_PASSWORD=gss2010
  6.  
  7. # CDK: Virtual Machine specs
  8. VM_MEMORY=8192
  9. VM_CPU=4
  10.  
  11. CDK_HOME=/home/rmartine/Development/CDK-2.3/cdk/components/rhel/rhel-ose
  12.  
  13. pushd $CDK_HOME > /dev/null
  14.  
  15. vagrant $@
  16.  
  17. popd > /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement