diff --git a/templates/icehouse/ml2_conf.ini b/templates/icehouse/ml2_conf.ini deleted file mode 100644 index d99ce6d..0000000 --- a/templates/icehouse/ml2_conf.ini +++ /dev/null @@ -1,33 +0,0 @@ -# icehouse -############################################################################### -# [ WARNING ] -# Configuration file maintained by Juju. Local changes may be overwritten. -############################################################################### -[ml2] -type_drivers = {{ overlay_network_type }},local,flat,vlan,gre -tenant_network_types = {{ overlay_network_type }} -mechanism_drivers = opendaylight - -[ml2_type_flat] -# Provider nets only - -[ml2_type_vlan] -# Provider nets only - -[ml2_type_gre] -tunnel_id_ranges = 1:1000 - -[ml2_type_vxlan] -vni_ranges = 1001:2000 - -[ml2_odl] -url = http://{{ odl_ip }}:{{ odl_port }}/controller/nb/v2/neutron -username = {{ odl_username }} -password = {{ odl_password }} - -[securitygroup] -{% if security_groups -%} -enable_security_group = True -{% else -%} -enable_security_group = False -{% endif -%} \ No newline at end of file diff --git a/templates/kilo/ml2_conf.ini b/templates/ml2_conf.ini similarity index 99% rename from templates/kilo/ml2_conf.ini rename to templates/ml2_conf.ini index 90e5030..8986056 100644 --- a/templates/kilo/ml2_conf.ini +++ b/templates/ml2_conf.ini @@ -1,4 +1,3 @@ -# kilo ############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. diff --git a/templates/odl_registration b/templates/odl_registration deleted file mode 100644 index ed49d53..0000000 --- a/templates/odl_registration +++ /dev/null @@ -1,29 +0,0 @@ - - prefix:sal-netconf-connector - {{ vpp_host }} -
{{ vpp_ip }}
- 2022 - {{ vpp_username }} - {{ vpp_password }} - false - - prefix:netty-event-executor - global-event-executor - - - prefix:binding-broker-osgi-registry - binding-osgi-broker - - - prefix:dom-broker-osgi-registry - dom-broker - - - prefix:netconf-client-dispatcher - global-netconf-dispatcher - - - prefix:threadpool - global-netconf-processing-executor - -