-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heat template - "is not map" error in - contrail-heat 3.0.0.0 #14
Comments
Vikas, On Oct 20, 2016, at 7:19 AM, vikas-m <[email protected]mailto:[email protected]> wrote: Hi Praneet root@contrailcontroller: I changed parameters in env file but it was same error , I also tries other new-templates I am using contrail-version 3.0.0 root@contrailcontroller:~/heat_template# contrail-version | grep -i heat Please help to resolve the error — |
Hi Praneet Please advice for this. |
Praneet I have updated like below and it is working now - stack and virtual network was created . network_ipam_refs: { get_resource: template_NetworkIpam_1 } Thanks very much for you help. |
Hi Vikas, Can you enclose resources.template_VirtualNetwork_1.properties.network_ipam_refs_data.network_ipam_refs_data_ipam_subnets within [] and try? Thanks & Regards, From: vikas-m [email protected] Hi Praneet Please advice for this. You are receiving this because you are subscribed to this thread. |
Hi Praneet
I am trying to create the stack using new template yaml file and env files but almost for every new template it is showing below error.
root@contrailcontroller:
/heat_template# heat stack-create svc2-instance1 -f 2svc_1instance.yaml -e 2svc_1instance.env/heat_template#ERROR: Property error: : resources.template_VirtualNetwork_1.properties.network_ipam_refs_data: : "[{u'network_ipam_refs_data_ipam_subnets': [{u'network_ipam_refs_data_ipam_subnets_subnet': {u'network_ipam_refs_data_ipam_subnets_subnet_ip_prefix': u'1.1.1.0', u'network_ipam_refs_data_ipam_subnets_subnet_ip_prefix_len': 24}, u'network_ipam_refs_data_ipam_subnets_addr_from_start': True}]}]" is not a map
root@contrailcontroller:
I changed parameters in env file but it was same error , I also tries other new-templates
why is it showing - "is not map" error
I am using contrail-version 3.0.0
root@contrailcontroller:~/heat_template# contrail-version | grep -i heat
contrail-heat 3.0.0.0-2725 2725
Please help to resolve the error
The text was updated successfully, but these errors were encountered: