Trying to update the onap wiki to show installation of Clearwater vIMS on ONAP 
Beijing.

A minor update to the heat templates was required to make the server names 
unique with the nested heat templates (and adding a default dns for our 
windriver lab)
In Beijing SDC checks to make sure the resources are unique across the nested 
template per the VNF guidelines.

bono.yaml: bono_server:

bono.yaml: value: { get_attr: [ bono_server, accessIPv4 ] }
dns.yaml: dns_server:
dns.yaml: value: { get_attr: [ dns_server, accessIPv4 ] }
ellis.yaml: ellis_server:
ellis.yaml: value: { get_attr: [ ellis_server, accessIPv4 ] }
homer.yaml: homer_server:
homer.yaml: value: { get_attr: [ homer_server, accessIPv4 ] }
homestead.yaml: homestead_server:
homestead.yaml: value: { get_attr: [ homestead_server, accessIPv4 ] }
ralf.yaml: ralf_server:
ralf.yaml: value: { get_attr: [ ralf_server, accessIPv4 ] }
sprout.yaml: sprout_server:
sprout.yaml: value: { get_attr: [ sprout_server, accessIPv4 ] }



The templates onboard to SDC and instantiate but the resulting instances dont 
seem to work with the clearwater test suite.

Homer calls fail because the homer_process fails to start.

Any suggestions ?

Brian

_______________________________________________
Clearwater mailing list
Clearwater@lists.projectclearwater.org
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to