cosmic icon indicating copy to clipboard operation
cosmic copied to clipboard

Cosmic is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform.

Results 36 cosmic issues
Sort by recently updated
recently updated
newest added

See PR #826 where if the protocol is in the ACL the script throws an 'KeyError' exception.

At the moment when you try to delete a VPC it will fail if it contains an empty network. Ideally this shouldn't fail if the network or networks in the...

When trying to modify an existing VPN Customer Gateway via the API `NullPointerException:` is returned: ``` $ cloudmonkey list vpncustomergateways id=cc9942b9-e953-4f2b-88e6-05467b6c1075 count = 1 vpncustomergateway: name = terraform-foo id =...

I'm trying to build. However Maven spits out a couple of errors like these: [INFO] Scanning for projects... Downloading from beta-nexus: https://beta-nexus.mcc.schubergphilis.com/content/groups/public/org/springframework/boot/spring-boot-starter-parent/2.0.1.RELEASE/spring-boot-starter-parent-2.0.1.RELEASE.pom [ERROR] [ERROR] Some problems were encountered while processing...

Prevent VMs from the same affinity group to occupy all hypervisors in a cluster, or else they won't survive HA or be able to start when capacity is limited. It's...

CertificateHelper.java uses SHA-1: ``` final MessageDigest md = MessageDigest.getInstance("SHA-1"); ``` SHA-1 is insecure and it is recommended to switch to a more secure newer version (e.g. SHA-256).

This only affects the INPUT chain, so load_balancer and not port_forwards. It also fixes a bug where the public_ip ACL was not reset at release/associate time. Fixes #674, fixes #676