Created
January 21, 2014 16:26
-
-
Save benschw/8543241 to your computer and use it in GitHub Desktop.
clout init user_data to add heat-cfntools to a base image; script to apply it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
ssh_import_id: [steve-stevebaker] | |
apt_sources: | |
- source: "ppa:steve-stevebaker/heat-cfntools" | |
runcmd: | |
- [ apt-get, heat-cfntools ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nova boot --flavor m1.tiny --image ubuntu-precise --user-data ./heat-cfn-user_data.txt --nic net-id=1152a93b-d221-41a7-b5be-3428ed991eb2 ubuntuinst | |
nova stop ubuntuinst | |
nova image-create ubuntuinst ubuntu-heat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment