-
Notifications
You must be signed in to change notification settings - Fork 32
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
setup.sh scripts are only useful for Triton Cloud #22
Comments
Just so that I understand correctly -- you're trying to deploy to a private cloud Triton installation? If so, at the end of the setup the only thing that the setup.sh does is creates the (Also, I've edited the title for accuracy: JPC is what Joyent used to call what is now known as Triton Cloud.) |
Morning tgross, Currently I have Triton Cloud setup for my own dev / testing etc. I was working on getting consul and a few other services running on autopilot and figured I would mention any pain points I come across. I think the pattern is way more powerful than something like a DC/OS framework for obvious reasons, and would like to make more of them, but I am still getting up to speed on how it all works. Perhaps tritoncli needs something like "triton validate profile" |
I hit the same issue when running against a private cloud installation but it was straight forward to work out what the script was doing and make the alteration. Agreed, it would be nice to make it validate differently. Isn't the case, simply to run |
Just FYI on this long-open issue, in autopilotpattern/nginx#42 (once it's merged) we'll have introduced a layout for these projects that lets us have different deployment targets for examples (ex. "compose" for Docker Compose locally, "triton" for Triton, opportunity for 3rd-party targets like k8s, etc.). So once we're happy with that and have worked any kinks out I'll circle back here and introduce it into this repo. |
Is there any place where I can test/view this new layout? I am also running manta internally and would like to commit / help etc. |
@Smithx10 the layout for Nginx is now in master, and we've got a nice version of the layout in https://github.com/autopilotpattern/redis as well. |
I'm going to close this considering the rework done previously. Feel free to re-open or comment if applicable. |
I used cloudapi.example.com and dockerapi.example.com for my installation, is there a better way to do this check?
Hard Coded the domain name:
# setup environment file
if [ ! -f "_env" ]; then
echo '# Consul bootstrap via Triton CNS' >> _env
echo CONSUL=consul.svc.${TRITON_ACCOUNT}.${TRITON_DC}.cns.joyent.com >> _env
echo >> _env
The text was updated successfully, but these errors were encountered: