Add Oracle Pluggable Database app

* Add Oracle Pluggable Database app
* Update schemas to allow for dots in the LHS of email addresses
* Change index.html to point to the app's new name

Change-Id: Ie9545f20305a70b1dbfa6130a7ff15ef4ecdad91
Closes-Bug: #1456409
This commit is contained in:
Danek Duvall 2015-05-18 15:32:31 -07:00
parent 450e03a5d4
commit 875f5fd3c8
5 changed files with 35 additions and 7 deletions

View File

@ -112,7 +112,7 @@
</div>
<div class="col-md-2 col-sm-6">
<div class="inner murano">
<a href="#tab=murano-apps&asset=Oracle">
<a href="#tab=murano-apps&asset=Oracle Pluggable Database">
<img src="static/images/logo-oracle.png">
<p>Oracle</p></a>
</div>

View File

@ -29,7 +29,7 @@
type: string
href:
type: string
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9_-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9._-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
company:
type: string
description:
@ -45,4 +45,4 @@
.*:
type:
- string
- number
- number

View File

@ -30,7 +30,7 @@
type: string
href:
type: string
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9_-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9._-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
company:
type: string
description:
@ -62,4 +62,4 @@
.*:
type:
- string
- number
- number

View File

@ -34,7 +34,7 @@
type: string
href:
type: string
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9_-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9._-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
company:
type: string
description:
@ -72,7 +72,7 @@
type: string
uri:
type: string
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9_-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
pattern: "^((https?://)[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+(/[a-z0-9\\._/~%\\-\\+&\\#\\?!=\\(\\)@]*)?)|(mailto:[a-z][a-z0-9._-]+@[a-z][a-z0-9_-]+(\\.[a-z][a-z0-9_-]+)+)$"
format:
enum:
- package

View File

@ -191,6 +191,34 @@
attributes:
"Package URL": "http://storage.apps.openstack.org/apps/io.murano.databases.MySql.zip"
"Source URL": "https://github.com/openstack/murano-apps/tree/master/MySQL/package"
-
name: Oracle Pluggable Database
package_name: com.oracle.db.muranoPdb.OraclePDB
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.
release:
- Kilo
format: package
dependsOn:
apps:
- io.murano.databases.SqlDatabase
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
package_name: io.murano.databases.PostgreSql