asgard icon indicating copy to clipboard operation
asgard copied to clipboard

[Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.co...

Results 101 asgard issues
Sort by recently updated
recently updated
newest added

There are a few features in CloudInit that would be nice to leverage for packaging and executing UDF. Some things like: - gzip compression - user-data script: a place for...

enhancement

curl -X GET http://asgard:8080/foobar/instance/list.json Returns data from us-east-1. I would have expected a 404 status code. I believe RegionFilters is the cause. I'm guessing this is done to make the...

When launching an instance in VPC and the subnet, IP address can be specified manually by the user. RunInstance action in EC2 API supports the parameter, "PrivateIpAddress", to specify it....

I use RestClient (Ruby Gem) to request a loadbalancer resource: RestClient.get "http://localhost:8080/loadBalancer/show?name=xyz-stage-b3502bda&region=us-east-1", "Accept"=>"application/json", "Accept-Encoding"=>"gzip, deflate" I would expect to have json returned. But: The only way I have found to...

enhancement

I think the EC2 menu would be a good fit. The days of EC-Classic are gone. Everyone using Asgard from now on will need to setup their VPCs, subnets, spaces,...

enhancement

I have 5 AWS accounts that I need to view through Asgard. Is it possible to select a certain account and then manage that.

enhancement

Asgard defines a containment abstraction that is a set of VPC subnets. This is a very deliberate and precise thing: the subnets must be in the same VPC, and there...

enhancement

Security groups in Asgard only allow ingress configuration. With new accounts being VPC-only and the heavier emphasis on the VPC networking stack, ideally Asgard would expose both ingress and egress...

enhancement

Having a check box option to select EBS volumes to be deleted will be a handy option. You have it for the instances.

enhancement

Following steps to reproduce: Create an app called xyz Create cluster for this app, specify NONE of the additional naming attributes Create second cluster for this app, giving a dev-phase...

bug