Allow custom plugins in SDC
[sdc.git] / catalog-fe / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / recipes / FE_2_setup_configuration.rb
index 094317f..9df2ac9 100644 (file)
@@ -14,23 +14,6 @@ template "catalog-fe-config" do
    })
 end
 
-template "plugins-fe-config" do
-   path "#{ENV['JETTY_BASE']}/config/catalog-fe/plugins-configuration.yaml"
-   source "FE-plugins-configuration.yaml.erb"
-   owner "jetty"
-   group "jetty"
-   mode "0755"
-   variables({
-      :dcae_discovery_url     => node['Plugins']['DCAE']['dcae_discovery_url'],
-      :dcae_source_url        => node['Plugins']['DCAE']['dcae_source_url'],
-      :dcae_dt_discovery_url  => node['Plugins']['DCAE-TAB']['dcae_dt_discovery_url'],
-      :dcae_dt_source_url     => node['Plugins']['DCAE-TAB']['dcae_dt_source_url'],
-      :workflow_discovery_url => node['Plugins']['WORKFLOW']['workflow_discovery_url'],
-      :workflow_source_url    => node['Plugins']['WORKFLOW']['workflow_source_url']
-   })
-end
-
-
 template "onboarding-fe-config" do
     path "#{ENV['JETTY_BASE']}/config/onboarding-fe/onboarding_configuration.yaml"
     source "FE-onboarding-configuration.yaml.erb"