-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Update ubuntu18 #88
base: master
Are you sure you want to change the base?
Update ubuntu18 #88
Conversation
all conflicts already resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! It'll be great to get this running in Ubuntu 18.
What can we do to reduce the scope of this PR? There are a number of changes beyond updating to Ubuntu 18, plus a few which seem incorrect. I prefer to merge a bare minimum change set. Please update this branch to remove all unnecessary changes, then document reasoning for the required changes in the git commit message body.
@@ -1,7 +1,8 @@ | |||
{ | |||
"variables": { | |||
"PACKER_OS_FLAVOUR": "ubuntu", | |||
"PACKER_BOX_NAME": "ubuntu-14.04.6-server-amd64", | |||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra [
@@ -121,4 +122,4 @@ | |||
} | |||
] | |||
] | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: New line missing.
"droplet_name": "udacity-devops", | ||
"private_networking": true | ||
} | ||
"type": "digitalocean", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra spaces, this needs to be run through a formatter to make it consistent.
@@ -1,5 +1,3 @@ | |||
#!/bin/bash -eux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't remove the hashbang
}, | ||
{ | ||
"type": "shell", | ||
"execute_command": "echo 'vagrant'|sudo -S -E bash '{{.Path}}'", | ||
"scripts": [ | ||
"scripts/jenkins.sh", | ||
"scripts/graphite.sh", | ||
"scripts/nginx.sh", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are jenkins, graphite and nginx removed?
Hi.
i made some changes on JSON's files, that's was possible run a VM with ubuntu 18 in my computer. I think cool and just wanna share.