Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add digitalocean user data #9

Merged
merged 2 commits into from
May 13, 2015
Merged

Conversation

jlaswell
Copy link
Contributor

Adds cloud config functionality to droplet creation.

You can now specify the path to a cloud config script in the provision config file. The script will be executed during the droplet's creation.
This allows you to run provisioning alongside creating a new droplet.

Added info to the README and example files.

John Laswell added 2 commits May 13, 2015 11:46
You can now specify the path to a cloud config script in the provision
config file. The script will be executed during the droplet's creation.
This allows you to run provisioning alongside creating a new droplet.

Added info to the README and example files.
@@ -7,3 +7,4 @@ config/provisioning.yaml
repos/*
.vagrant
.machine*
config/userdata.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are we planning on getting the userdata to the jenkins server when we run this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a private repo that jenkins pulls from.

thomasbellio added a commit that referenced this pull request May 13, 2015
@thomasbellio thomasbellio merged commit edfecdc into master May 13, 2015
@jlaswell jlaswell deleted the add-digitalocean-user-data branch May 13, 2015 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants