<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title></title></head><body><p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">Hi,</span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">I want extend my router HOT template by adding a static route. </span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">In the Openstack cli this would be </span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;"> openstack router add route --route destination='1.2.3.4/17',gateway='10.0.0.66' myrouter</span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">From the OS::Neutron::Router resource description I guess this belongs into the value_specs </span></p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">section as a map, but all my attempts failed, e.g.</span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;"> router1:<br /> type: 'OS::Neutron::Router'<br /> properties:<br /> external_gateway_info:<br /> network: provider<br /> name: myrouter<br /> value_specs:</span></p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;"> route:<br /> destination: '0.0.0.0/0'<br /> gateway: '10.0.0.62'<br /></span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">Can somebody help me with the correct syntax? </span></p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"> </p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">Thanks & best regards,</span></p>
<p style="margin: 0px;"><span style="font-family: 'courier new', courier; font-size: 10pt; color: #000000; text-decoration: none;">Dieter</span></p>
<p style="margin: 0px;"> </p></body></html>