This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 574
Adding option to choose AMI ID into quickstart script #165
Closed
Conversation
This file contains 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
Needed to remove a more specific volume that caused the container to not start Removing another more specific volume than another one that is specified for ldap
…o allow the script to be re-run if docker-compose image pulling fails
Updates to licenses and added notices file
Make change for service sensu to sensu-uchiwa else it is not starting with docker-compose
Update syslog default.yml to fix sensu rename issue
…turn nothing. Fixes this error: getting ./startup.sh: line 86: [: ==: unary operator expected
Minor documentation improvement and script fix
…_countdown_timer Change NGINX countdown timer to pretty one
…ium_2_53_0 Selenium Hub and Nodes update to 2.53.0 version, fix Accenture#90
Jenkins image version 0.2.0 release
Fixing url to add jenkins credentials via CLI
…e_swarm_outer_proxy Update adop-outer-proxy 0.2.1 to fix Amazon ELB in Swarm
…ner network to connect to jenkins.
…et_host Updated compose cli to check for both http and https protocol
Added the sonar username and password as environment variables
…t-expose Export TCP port 50000 JNLP to jenkins master host to enable slaves outside of the docker container network to connect
Updating nexus image version
…cookbook Cross-linking documentation to cartridge cookbook
Adding CLI option to not use logging driver
Upgrading Sensu image to 0.2.0
Fixing some of the indenting. |
Thanks @statlus for the contribution. However, so we do not copy all the docker-machine arguments I suggest we have a --docker-machine-override option that allows us to specify 'x' number of docker machine options. e.g. ./quickstart.sh --docker-machine-override param etc |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding an option into the quickstart script to set the AMI ID for the docker-machine. This can act as a nice workaround if you're running quickstart in a AWS region that docker-machine doesn't support yet (e.g. Ohio), or if you just don't want the default AMI.