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

Update ubuntu18 #88

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update ubuntu18 #88

wants to merge 3 commits into from

Conversation

Flcable
Copy link

@Flcable Flcable commented Nov 25, 2019

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.

@Flcable
Copy link
Author

Flcable commented Nov 25, 2019

all conflicts already resolved

Copy link
Contributor

@13rac1 13rac1 left a 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",
[
Copy link
Contributor

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 @@
}
]
]
}
}
Copy link
Contributor

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",
Copy link
Contributor

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
Copy link
Contributor

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",
Copy link
Contributor

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?

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