Commit Graph

19 Commits

Author SHA1 Message Date
Stan Lagun
a4f4876340 Requirements were incorrect for many apps
Many applications had incorrect Require section
with either missing dependencies or with dependency
having wrong name

Change-Id: Id8505fe8de397a3870c92a85c87f437e107e0bab
Closes-Bug: #1491536
2015-09-02 21:21:58 +03:00
Alexander Bochkarev
68460692f1 Add Docker Elasticsearch
Elasticsearch is a search server based on Lucene. It provides a
distributed, multitenant-capable full-text search engine with a
RESTful web interface and schema-free JSON documents.

Docker Elasticsearch - https://github.com/tutumcloud/elasticsearch

Change-Id: I9d3ff1ef48036a04383e48a948bc1930a1bdff0f
2015-07-28 15:09:46 +04:00
Henar Muñoz Frutos
7b708fac94 FIWARE Orion docker package
Change-Id: Ie1d62a7ec1db92f486eece2c22c917ee8e853fee
2015-07-21 11:16:48 +02:00
Alexander Bochkarev
158f93ad73 Add Docker JBoss
JBoss applications server is a J2EE platform for developing
and deploying enterprise Java applications, Web applications
and services, and portals.

Docker JBoss - https://github.com/tutumcloud/jboss

Change-Id: I981763c95b3f998e750640462a473607d9ee6b32
2015-06-25 18:34:59 +04:00
Dmytro Dovbii
0fc2e52dc4 Add Require section to maniest file for all apps
Change-Id: I88d690eab977d54e8272fd66a4b785ee5022a2c6
Closes-Bug: #1446563
2015-05-26 09:41:30 +03:00
Dmytro Dovbii
e882ebbffc Fix GuestBook app
* Fixed name of variable in DockerApplication
class
* Changed creating instance of RedisSlave class

Change-Id: I2e57e0719d6c17b9f4dea3516c508b0a23242cab
Closes-Bug: #1446245
2015-05-14 11:01:20 +03:00
vryzhenkin
fbc1ee11f8 Fixed incorrect parameter options of 'publish' field in UI
Fixed incorrect option 'required: true' for UI in Docker
Grafana and Docker MongoDb

Change-Id: Iaf805b5f5bfd5e8eb936d1aaafc88f68eab496b6
Closes-Bug: #1449706
(cherry picked from commit b1ac21fbde177815aae0f450ef1b73fa62845e93)
2015-04-28 19:18:33 +00:00
Dmytro Dovbii
53d928c24f Delete PHP Zend Server app from murano-apps repository
Since Docker implementation of Zend Server is a preview, developers
include a time limited license with it.
Murano-apps repository includes apps which can work immediately
out of box and supporting of license essentially restricts this
ability. So, this app must be deleted.

Change-Id: I70ee12d7d4fa3ec307324b9019bc57ab54903a44
Closes-Bug: #1445087
2015-04-27 14:32:30 +03:00
Jenkins
d60d7e4649 Merge "Add Docker App" 2015-04-22 08:46:10 +00:00
Dmytro Dovbii
120ea65419 Add Docker App
This app provide ability to deploy docker container from
image specified by user

Change-Id: I26fb63c286adf63e48919052d590745ecaec84a5
Closes-Bug: #1446153
2015-04-22 03:56:44 +03:00
Ekaterina Chernova
53c9a9ad26 Add license information
* LICENSE file placed to every package
* License information is shown during application creation
* License added to every file

Change-Id: I682f3d9a09d0c0b575206d79223c1822c4b94f27
Closes-Bug: #1446121
2015-04-20 19:15:15 +03:00
Jenkins
fe2cf73514 Merge "Add missed call of method deploy()" 2015-04-15 10:19:48 +00:00
Jenkins
91d72f4c1a Merge "Improve application endpoint reporting for GlassFish" 2015-04-15 10:16:18 +00:00
Jenkins
18209fbac5 Merge "Move dependency's 'deploy' call into the method 'deploy' of app" 2015-04-15 10:15:22 +00:00
Dmytro Dovbii
57ab56477e Add missed call of method deploy()
Call of method 'deploy' for influxdb was missed.
So, it caused to error.

Change-Id: Iee4b19e2c688a363ed8d4d6791856f413fa3e1a1
Closes-Bug: #1442223
2015-04-15 09:46:53 +00:00
Dmytro Dovbii
0db37b5f1d Add reporting about access to admin UI
Change-Id: If784fb7d27223a9f691db987097b0f63794604d4
2015-04-15 12:13:59 +03:00
Dmytro Dovbii
63afe9f441 Move dependency's 'deploy' call into the method 'deploy' of app
It is wrong to call deploy from getContainer.
Calls were moved into method deploy of class for
all applications which have dependencies in properties.

Change-Id: I6643bf20d3e014c6d19d44896a041f523d52cb42
2015-04-15 10:39:58 +03:00
Stan Lagun
42d8423a67 Improve application endpoint reporting for GlassFish
2 URLs separated with slash without spaces looked very
bad and unreadable

Change-Id: I7a12d477aedbb6254b9d07b362b4a6810bbac150
2015-04-15 04:19:56 +03:00
Dmytro Dovbii
7cb39996f0 Restructure murano-apps repository
Change-Id: I9cdb1e4afcb9929c7b7a5437faaa25d284daefdb
Closes-Bug: #1441644
2015-04-14 09:42:21 +03:00