Closed rberger closed 11 years ago
It seems that if I have all my roles, databags environments etc as well as some cluster definition in my main config file config.yml and I have just an alternate cluster definition in another file, alt-cluster.yml, and I run it like:
config.yml
alt-cluster.yml
spiceweasel config.yml --cluster-file alt-cluster.yml
nothing in the main config.yml seems to get applied.
I don't see any of the the knife commands to upload the roles, databags, environments, etc.
But most importantly it doesn't pick up the environment so I get the error:
ERROR: Environment 'qa' is listed in the cluster, but not specified as an 'environment' in the manifest.
Is this a bug or a "feature"?
It's a known bug. Right now the config.yml has to be last argument to get processed, that's why it's not being found here.
Fixed. Releasing in 2.6 shortly.
It seems that if I have all my roles, databags environments etc as well as some cluster definition in my main config file
config.yml
and I have just an alternate cluster definition in another file,alt-cluster.yml
, and I run it like:nothing in the main
config.yml
seems to get applied.I don't see any of the the knife commands to upload the roles, databags, environments, etc.
But most importantly it doesn't pick up the environment so I get the error:
Is this a bug or a "feature"?