-
Notifications
You must be signed in to change notification settings - Fork 405
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
Prepare Automated Deploy feature?? #619
Comments
I tried the automated deployment in 1.5.1 and doesn't seem to work. It just keeps running with an empty log so I end up stopping the deployment. Is there something I am missing? |
ping @claymccoy |
@netflixasgard Any update on this? I have the asgard.war running under java1.6 and tomcat7. What changes do I need to make in order to get the automated deployments working? |
The feature works overall. I use it a few times a week to deploy Asgard with Asgard. I know that we have some people using it outside of Netflix based on the forums and you may get more info there. I don't have enough information about what is happening in your specific environment to do more than list some common things to check.
|
Hi @claymccoy, I took a look at SWF and there are entries in there but not understanding what is going on. I just tried running another automated deployment and now the page just shows a progress bar and I get exceptions in asgard.log. See below
|
I also get a progress bar and exceptions in the log. My exceptions are different. Any ideas? grails.web.errors.GrailsExceptionResolver IllegalArgumentException occurred when processing request: [GET] /us-west-2/deployment/prepare/testapp [2015-01-06 03:27:44,318] [http-bio-8080-exec-1] com.netflix.asgard.EmailerService Sending email: [ |
I think the errors you are seeing are from not having VPC Subnets correctly defined: https://github.com/Netflix/asgard/wiki/VPC-Configuration |
i am also seeing this error, has there been any updates? |
I have elbs and services in different subnets with the correct tags in my vpc and I have no problem with my deploys but the "prepare automated deployment" does not work. I don't think it's because of misconfigured vpc. |
Also seeing this issue with all IAM access given as listed in the wiki and following the new build instructions. However I see no errors, just the following two log lines that appear once and then never again and no log lines after that when I click the "Prepare Automated Deployment" button:
|
I have the same error as @jperry, multiple VPC's in the region, but only one has immutable_metadata tags. In that vpc, there are three similarly sized subnets with the immutable_metadata set to {'purpose':'internal', 'target':'ec2'}. When I go to prepare an automated deployment, the progress bar hangs around 50%, then I see the same error @jperry reported on Dec 22, 2014. The bar will permanently hang at 50%. If I manually create the next sequential group, there's no issues. Can do that all night and day. I've not been able to find anything out of the ordinary with the SWF setup, a quick once over shows it's connecting to the right domain and is using the right task list. |
EDIT: I have found that I only get this error when trying to use an Auto Scaling Group that was created outside of Asgard. If I use an ASG that I created through the Asgard interface, it works fine but if I use one I previously created in the AWS Console, I get this issue. Original Post: I am having the same problem. I built from source and added in the Pull Request from Rapid7 that added support for Frankfurt since we have instances out there that we need to manage. I assumed that had broken auto deployment since it was working before. However, I just loaded up the app from a clone of the git repo without the Frankfurt support and it is still broken.
]
|
“com.fasterxml.jackson.core.JsonGenerationException: Null key for a Map not allowed in JSON (use a converting NullKeySerializer?) ” some data that you get is wrong, which at least one key is null in you Map, you can check all map's value in your programe. |
Hi,
I was watching this video the other day about Asgard - here's the link:
http://www.youtube.com/watch?v=wY49LuXfwH0&t=26m45s
There is an autotemated deployment feature demoed in the video. I see the button when Asgard is deployed, but when I click the button I get to a blank page. Is this feature in the current code base. I can't see to find it /get it to work.
Thanks,
Robert
The text was updated successfully, but these errors were encountered: