Commit Graph

18 Commits

Author SHA1 Message Date
Serg Melikyan a3719adb38 Correct licensing issue with apps
Apps in this repository must be all licenced under Apache License 2.0

Changes:
 * Remove per-app LICENSE file
 * Re-license SugarCRM, Plone & Clearwater

Change-Id: I042c23f0bb9d0c3652e739711a32ddf10794fb35
Signed-off-by: Serg Melikyan <smelikyan@mirantis.com>
2017-01-09 11:31:27 -08:00
alexz cde9332029 Shell files syntax cleanup
* add SC2001 to shellcheck skip-list
* few functions from CloudFoundryDiego application was changed -
  manual deployment test requeired

Change-Id: Ib7b223553bdfc14f7051911d7ed0e4076c6aebb0
2016-07-29 09:05:33 +00:00
alexz 1c14e3231c Yaml syntax cleanup
* remove 'error' like:
- no new line character at the end of file
- trailing spaces

Change-Id: I981f5353a5bd5bfb1546946b240a85905272887e
2016-07-27 14:06:24 +00:00
Tetiana Lashchova 94a2d9569e Update namespaces for applications
Replace io.murano.apps and io.murano with com.example

bp fix-fqn-usage

Change-Id: I252a992ffa9e2be87ee2b17744dd8f2ed490dd8e
2016-06-17 09:42:23 +00:00
Dmytro Dovbii 14b662e337 [Ops Manager] Fix dns configuration
Previously, if user didn't have dns settings in murano.conf, app
recieved empty list, so dns wasn't configure in ops manager.
Now '8.8.8.8' is used in this case.

Change-Id: Icf023e0e08f33df18ee1095f204c7b737843730e
Closes-Bug: #1536651
2016-05-16 19:48:46 +03:00
Jenkins 3079892308 Merge "Initial refactoring of murano apllications" 2016-05-10 08:03:06 +00:00
Dmytro Dovbii 35a5af033c [OpsManager] Remove config() function usage
Recently ability to use config() function from murano apllication
was removed. So, we can't use it anymore and we have to ask keystone
identity url from user.

Change-Id: Ibcaaf99c1ed2fa917c3df8f6eac6d2b4ab73494f
Closes-Bug: #1566235
2016-04-10 21:55:09 +00:00
Dmytro Dovbii 7e224b9f69 [OpsManager] Increase version of UI definition to 2.3
This commit adds ability to hide symbols of Openstack
password

Change-Id: Icb4bc6c7a293a3b0c9ec43bd872faa79f0137fe8
Closes-Bug: #1566286
2016-04-10 21:49:00 +00:00
Dmytro Dovbii ad32e69fdb Initial refactoring of murano apllications
* Increases format of packages
* Adds missed licence headers
* Other minor refactoring

Change-Id: I580bea2eb2f7e4616cd12245367ada8d43c5c4ff
Targets: bp refactor-apps-scripts
2016-04-07 12:55:24 +03:00
Dmytro Dovbii 07c6faf425 [OpsManager] Fix wrong name of class
Previously, it was possible to have different names
of class in class yaml file and in manifest. But
after changes which were added in Mitaka [1] the package
loader became stronger and validates this kind of issues

1. Ic8df487d8a7c327f085f9723c251e99fa998c481

Change-Id: I4e9332844c98a9bc38df06469f3069a1a2e8770e
Closes-Bug: #1566233
2016-04-05 12:48:09 +00:00
Dmytro Dovbii 05933a98be [Ops Manager] Add additional info to readme file
Change-Id: Ic7e7bee570f45d0bb93c73e95e6b6c68cd9e5c98
Related-Bug: #1537103
2016-01-27 17:33:58 +00:00
Dmytro Dovbii ffcb02a723 [Ops Manager] Fix variable name
Change-Id: I86490fdc0c519d3e081cd9d180dd67f15be98774
2016-01-21 12:31:41 +02:00
Dmytro Dovbii d5d9da5812 [Ops Manager] Unify configuration for different versions of app
Previously, app exported file with full list of settings to Ops
Manager. But some values of installation settings are changing from
release to release and it's better to use bare settings of already
deployed but non-configured Ops Manager and merge them with data
specified by user which are the same for all versions. After merging
ready file can be exported to OpsManager.
This patch implemets this idea

Change-Id: I181dfe1b5183a224f206784a46587725aec38cd9
2016-01-14 11:12:30 +02:00
Dmytro Dovbii f13dcc71c2 [Ops Manager] Wait until deployment is finished
Previously, user was unable to access app immediately
after the report about successful installation and had to wait
a few minutes while all services started. Now Heat's wait
condition is used and user can access ops manager immediately
after deployment

Change-Id: I9aaf02d33fd22ae70d4d6a0792d60e6f89c042ba
Closes-Bug: #1531916
2016-01-12 14:54:51 +00:00
Dmytro Dovbii e48136d9c9 [Ops Manager] Minor improvements of UX
* Used `text` type for ssh-key field
* Deleted unnecessary line break from description in manifest file

Change-Id: I3ef4847399ef70f0571b3b9c39146550d56bef0c
2016-01-12 14:54:40 +00:00
Dmytro Dovbii cda79a75e7 [Ops Manager] Add configuring for security group
Previously, security group wasn't configured due to the fact
that it is not required in Ops Manager settings. But it caused
an error during Ops Manager deployment
This patch adds configuring fot security group field.

Closes-Bug: #1527630
Change-Id: I44dfdae4cf2e351d7efb6e989f5a44f66a9db806
2016-01-12 14:54:31 +00:00
Dmytro Dovbii 6c0a5f5ef2 [Ops Manager] Add configuring for ip black list
First 10 ip addresses of Network Range were added to black list
of ops manager setting according to recommendations from ops manager docs:
http://docs.pivotal.io/pivotalcf/customizing/openstack-om-config.html#networks-config

Closes-Bug: #1527632
Change-Id: I6b06ddeafdd94f3110d15e0dc769a1a5e43aa119
2016-01-12 09:06:41 +00:00
Dmytro Dovbii df3dea89a3 Add Pivotal Ops Manager app
implements: blueprint ops-manager-app
implements: blueprint ops-manager-configuration
Change-Id: If31b7fb594041f62fb29f605e93758e9d4a485fd
Depends-On: 7ebde355d6aac196ecae76054a66901bc60645ab
2015-12-07 14:50:19 +00:00