Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bundles with resources fail to deploy #35
Comments
sparkiegeek
commented
Dec 14, 2016
•
|
I don't believe this error has anything to do with resources. Neither the charms nor the bundle use resources. By adding some debugging to
|
|
I'm wrong on this one. My eyes go line numbers crossed. Will open an accurate bug (we're missing a call to parse_constraints, I think.) |
petevg
closed this
Dec 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
petevg commentedDec 14, 2016
To reproduce:
(from matrix, trying to deploy landscape)
This is related to translating stuff from the Planner yaml into Value objects that can be packaged up in JSON for the core API. Apparently, we need to translate Resources in a way similar to the way that we translate constraints. (see constraints.py)