You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting started with Asgard, and running into a wall early on in the process around creating security groups for an application. I am working with an account w/o Classic, and running in a VPC. The subnets have been given the immutable_metadata tags as described in the Wiki.
All steps are fine up until the security group creation step, what happens is as follows:
Application was created fine
Create SG for application appears to work at first, and in fact, the empty security group does get created in EC2
Asgard brings up the screen for editing the ingress, and on saving the result, complains the security group does not exist. (Which, per item 2, it does, as Asgard did create it ok)
Bringing up the security group list in Asgard, it (usually) does not list the security group, but does see pre-existing ones.
Through some combination of events I have yet to identify, sometimes the security group does appear in the list of security groups, however:
Trying to edit that group when it does show up, gets the same result where it doesn't think it exists.
This is seen in both the binary 1.5 release, as well as builds against the current HEAD.
I've not had time yet to trace through what might be happening, but will follow up with what I find when I do.
Any ideas in the meantime what might be going wrong here?
The text was updated successfully, but these errors were encountered:
Exactly the same issue here, which makes Asgard effectively useless. I see that this has been sitting, uncommented on, for 9 months. Is anyone at Netflix paying attention?
Questions @pdehlke , were you using the lastest master? I haven't had a chance to try again since I filed the ticket but the commits from March 20th look like they might have touched some areas that would have improved this (it sure seemed like an issue with caching security groups).
I am getting started with Asgard, and running into a wall early on in the process around creating security groups for an application. I am working with an account w/o Classic, and running in a VPC. The subnets have been given the immutable_metadata tags as described in the Wiki.
All steps are fine up until the security group creation step, what happens is as follows:
This is seen in both the binary 1.5 release, as well as builds against the current HEAD.
I've not had time yet to trace through what might be happening, but will follow up with what I find when I do.
Any ideas in the meantime what might be going wrong here?
The text was updated successfully, but these errors were encountered: