From 05567bb7014f7fc0a324afcdc30beb94040088b6 Mon Sep 17 00:00:00 2001 From: Drew Fisher Date: Tue, 7 Feb 2017 02:49:41 -0700 Subject: [PATCH] Remove OraclePDBConnector This patch removes the OraclePDBConnector app from the Murano catalog as the original development team no longer has the proper resources for futher support. Change-Id: I77ae2ccdce741a91d4a3add7eaccd57e873e51be --- openstack_catalog/web/static/assets.yaml | 34 ------------------------ 1 file changed, 34 deletions(-) diff --git a/openstack_catalog/web/static/assets.yaml b/openstack_catalog/web/static/assets.yaml index 665fce0..9b6fada 100644 --- a/openstack_catalog/web/static/assets.yaml +++ b/openstack_catalog/web/static/assets.yaml @@ -1820,40 +1820,6 @@ attributes: "Package URL": "http://storage.apps.openstack.org/apps/com.example.databases.MySql.zip" "Source URL": "https://github.com/openstack/murano-apps/tree/master/MySQL/package" - - - name: Oracle Pluggable Database - tags: ['app'] - provided_by: - name: Danek Duvall - href: "mailto:danek.duvall@oracle.com" - company: Oracle, Inc. - description: > - Oracle PDB Connector is an Murano application that provides - OpenStack cloud users with the means for self-service provisioning - of Oracle Database 12c and Oracle Multitenant Pluggable Databases - (PDBs). - - This is an unsupported technology preview release not intended for - use in production environments. - - Please read the documentation (at the URL shown below) carefully, - as this application will not run without careful setup. - service: - type: murano - format: package - package_name: com.oracle.db.muranoPdb.OraclePDB - release: - - Kilo - - Liberty - - Mitaka - license: Apache 2.0 - depends: - - name: SqlDatabase Library - hash: d32a4e30738e8a5d22d9b425f7946bca - attributes: - "Package URL": "http://storage.apps.openstack.org/apps/com.oracle.db.muranoPdb.OraclePDB.zip" - "Source URL": "https://github.com/dhduvall/murano-apps/tree/master/OraclePDBConnector/package" - "Documentation URL": "https://github.com/dhduvall/murano-apps/tree/master/OraclePDBConnector/readme.md" - name: PostgreSql tags: ['app']