rcbops / djeep

simple pxe bootstrapping
20 stars 15 forks source link

unable to key per cluster in configs #2

Closed anotherjesse closed 13 years ago

anotherjesse commented 13 years ago

Each of our clusters use a different vlan. So I went to configs to add entries for each doing:

key: vm_vlan
value: 123
cluster: staging

but since I already had a cluster it gave an error:

  Config with this Key already exists.

Looks like it is doing uniqueness on key, not key+cluster.

Expected: each cluster to be able to have a different configuration for same key

termie commented 13 years ago

ah, thought i had tossed the uniqueness on the key

termie commented 13 years ago

fixed the dang out of this