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 support for existing VNets to the dcos-one-master template. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brendandburns
Copy link

This splits the vnet config out into an optional component.

@@ -248,7 +248,7 @@
"type": "string"
},
"linuxVersion": {
"defaultValue": "16.04.201605161",
"defaultValue": "latest",

Choose a reason for hiding this comment

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

We pin to a specific version because of words introduced upstream that caused an outage.

Choose a reason for hiding this comment

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

Sorry, s/words/errors (code review on a phone is a bad idea)

Copy link
Author

Choose a reason for hiding this comment

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

The current version (16.04.201605161) is missing so the template doesn't currently work. I think we need a better story for ensuring that the templates in github work. How do we choose/validate what image to use currently? We need some sort of automated testing here.

Copy link

@yoannchaudet yoannchaudet Aug 23, 2016

Choose a reason for hiding this comment

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

Just ran into the same same issue while playing with this template. The version is actually available but under another SKU. Try replacing 16.04.0-DAILY-LTS by 16.04.0-LTS.

@brendandburns
Copy link
Author

Comments addressed, please re-check.

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.

4 participants