zalando-stups / planb-cassandra

Plan B Cassandra for STUPS/AWS with static IPs
Other
27 stars 18 forks source link

Include the DC suffix in the instance and volume name tags #210

Closed a1exsh closed 6 years ago

a1exsh commented 6 years ago

When listing nodes, sort by the name tag, then by the private IP address. This will help operating on virtual DCs in isolation.

For operating on nodes of all DCs, it is still possible to use wildcards in the cluster name parameter, i.e: 'mycluster*'.

slitsche commented 6 years ago

👍

a1exsh commented 6 years ago

:+1:

adetunjiakintundeakinde commented 6 years ago

Hello..my name is Adetunji Akinde and I am a new engineer in the IAM team....I noticed that planb create action is failing at launch instance because its expecting options[dc_suffix]. I had to add the option in the create_cluster.py then passed an empty string.

a1exsh commented 6 years ago

@adetunjiakintundeakinde you're right, thanks for notifying us. Should be fixed by #211