Skip to content

Commit

Permalink
udpated names
Browse files Browse the repository at this point in the history
  • Loading branch information
pruan-rht committed May 23, 2014
1 parent 52b71b9 commit bf2ee49
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 10 deletions.
12 changes: 2 additions & 10 deletions metadata/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: "MongoDB is a scalable, high-performance, open source NoSQL databas
Version: '2.2'
Versions: [2.2]
Cartridge-Version: 0.2.0
Cartridge-Vendor: xiutest
Cartridge-Vendor: openshift-qe
License: ASL 2.0
Vendor: 10gen
Categories:
Expand Down Expand Up @@ -51,12 +51,4 @@ Endpoints:
Private-Port-Name: DB_PORT
Private-Port: 27017
Public-Port-Name: DB_PROXY_PORT
#Source-Url: https://github.com/xiuwang/mongov2cart.git
#Source-Url: https://github.com/xiuwang/mongov2cart/raw/master/mongov2cart.tar.gz
#Source-Url: https://github.com/xiuwang/mongov2cart/raw/master/mongov2cartsss.tar.gz
#Source-Url: https://github.com/xiuwang/mongov2cart/raw/master/mongov2cart.tar
#Source-Url: https://github.com/wsun1/mongov2cart/raw/master/mongov2cart.zip
###Source-Url: git://github.com/xiuwang/mongov2cart.git
#Source-Md5: ae220f2a0b616e93079560bc86d84fdc
Source-Url: file:///tmp/mongov2cart/
#Source-Url: http://baidu.com
Source-Url: https://github.com/openshift-qe/mongov2cart.git
54 changes: 54 additions & 0 deletions metadata/manifest_local_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
Name: qe-mongodb
Namespace: MONGODB
Cartridge-Short-Name: MONGODB
Architecture: noarch
Display-Name: MongoDB NoSQL Database 2.2
Description: "MongoDB is a scalable, high-performance, open source NoSQL database."
Version: '2.2'
Versions: [2.2]
Cartridge-Version: 0.2.0
Cartridge-Vendor: openshift-qe
License: ASL 2.0
Vendor: 10gen
Categories:
- service
- database
- nosql
- external
- embeded
Website: http://www.10gen.com
Help-Topics:
- "Building with MongoDB" : https://www.openshift.com/developers/mongodb
Cart-Data:
- Key: "username"
Type: cart_data
Description: "Root user on mongo database"
- Key: "password"
Type: cart_data
Description: "Password for root user on mongo database"
- Key: database_name
Type: cart_data
Description: "Mongo DB name"
- Key: connection_url
Type: cart_data
Description: "Mongo DB connection URL"
Suggests:
- 10gen-mms-agent-0.1
- rockmongo
Provides:
- mongodb-2.2
- "mongodb"
- "mongodb(version) = 2.2.0"
- mongodb-basic-mode
Publishes:
publish-nosql-db-connection-info:
Type: "ENV:NET_TCP:nosqldb:connection-info"
Scaling:
Min: 0
Max: 0
Endpoints:
- Private-IP-Name: DB_HOST
Private-Port-Name: DB_PORT
Private-Port: 27017
Public-Port-Name: DB_PROXY_PORT
Source-Url: file:///tmp/mongov2cart/

0 comments on commit bf2ee49

Please sign in to comment.