Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Move Datacenter to a constraint instead of a label #25

Closed
nicholasjackson opened this issue Jan 16, 2018 · 2 comments
Closed

Move Datacenter to a constraint instead of a label #25

nicholasjackson opened this issue Jan 16, 2018 · 2 comments
Assignees
Labels
Projects

Comments

@nicholasjackson
Copy link
Contributor

Datacenter is currently implemented by setting a label with the stack file, this should be moved to a constraint.

@nicholasjackson nicholasjackson added this to ToDo in Version 0.3 via automation Jan 16, 2018
@nicholasjackson nicholasjackson added this to the Version 0.3 milestone Jan 16, 2018
@nicholasjackson nicholasjackson self-assigned this Jan 16, 2018
@cpitkin
Copy link
Contributor

cpitkin commented Sep 14, 2018

@nicholasjackson Mind if I try taking this one. It shouldn't be a hard change.

@cpitkin
Copy link
Contributor

cpitkin commented Sep 18, 2018

@nicholasjackson My thought here is to create a constraints parsing function. Right now its only job will be to iterate over the string slice and find the datacenters attribute. It will take that attribute and pass it to the current createDatabase function. We can then have a starting place for issue #18 to build out the parsing logic.

I am still a little slow on the type system in Go but want to get something out there by EOW.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
No open projects
Version 0.3
  
ToDo
Development

No branches or pull requests

3 participants