cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
781
Views
0
Helpful
0
Replies

User data is not working for vedge in openstack heat template

Hi,

I am trying to pass the below user data in openstack heat file while vedge deployment, but its not working. Can you please help me on the same or document for refrence:-

site-id 2
admin-tech-on-failure
no route-consistency-check
sp-organization-name ERICSSON
organization-name ERICSSON
console-baud-rate 2400
vbond 192.168.62.40

 

Below is the template that i am trying:-

 

description: 'HOT template to create 3 neutron networks for sdwan vedge Used for experimenting
Vedge instantiation in a cloud environment.

'
heat_template_version: '2016-04-08'
parameters:
SDWAN_WAN01: {default: 76cb0e0a-8990-49ce-8486-255d39be670d, type: string}
SDWAN_WAN02: {default: d203af57-88c3-470e-847c-37f380876e59, type: string}
SDWAN_mgmt: {default: 5339f4f3-5959-4dbd-9615-37ddd9572393, type: string}
vedge: {default: viptela-edge-genericx86-64-disk1, description: viptela-vedge, type: string}
resources:
WAN01:
properties:
network: {get_param: SDWAN_WAN01}
type: OS::Neutron::Port
WAN02:
properties:
network: {get_param: SDWAN_WAN02}
type: OS::Neutron::Port
mgmt_network_id:
properties:
network: {get_param: SDWAN_mgmt}
type: OS::Neutron::Port
vedge01:
properties:
config_drive: true
flavor: CM-f5-1slot
image: {get_param: vedge}
name: Vedge-test
networks:
- port: {get_resource: mgmt_network_id}
- port: {get_resource: WAN01}
- port: {get_resource: WAN02}
user_data_format: RAW
user_data: |
config
system
host-name new-vedge10
site-id 2
admin-tech-on-failure
no route-consistency-check
sp-organization-name ERICSSON
organization-name ERICSSON
console-baud-rate 2400
vbond 192.168.62.40
commit and-quit
type: OS::Nova::Server

0 Replies 0

Review Cisco Networking for a $25 gift card