Open gbhojak opened 5 years ago
Hi,
Thank you for reporting, I just ran into the same issue last week, did not have a time to fix it. I will review the repo.
The solution is:
'value': cc.configs['HQ_Address']
>> 'value': cc.configs['Org_level_configs']['HQ_Address']
I added some namespacing to some of the config files. (This is coming from global/configs/org_config.py
Thank you for responding quickly. The changes to namespace references for 'Org_level_configs' in couple of files helped me move forward.
Hello,
I have cloned the repo at https://github.com/GoogleCloudPlatform/deploymentmanager-samples/tree/master/community/hierarchical_configuration/Organization_with_departments
I uncommented the code in env_demo_project.py to return resources and outputs. I have followed the instructions mentioned and while running
gcloud deployment-manager deployments create hierarchy-org-example-dev --template env_demo_project.py --properties=envName:dev
, I get the following error:I have set the symbolic links for org_config.py and department_config.py as well, but I keep running into this issue. I am not sure if this is a bug or is I am missing something, I have followed instructions properly.
Regards, Giriraj