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:
parent
450e03a5d4
commit
875f5fd3c8
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user