RETIRED, Application Catalog for OpenStack
Go to file
Paul Bourke 9248605e67 Add decryptData yaql function to murano engine
Adds a new yaql function 'decryptData' which pairs with 'encryptData' on
the dashboard side.

Requires a valid secret storage backend (e.g. Barbican) to be configured
via Castellan in murano.conf, e.g.

    [key_manager]
    auth_type = keystone_password
    auth_url = <auth_url>
    username = <username>
    password = <password>
    project_id = <project_id>
    user_domain_name = <user_domain_name>

Murano will still work fine without this config but the encrypt/decrypt
functions will be unavailable.

Partially-Implements blueprint: allow-encrypting-of-muranopl-properties
Depends-On: I1be3a1e11e3f4c2170062927ad359bf679eb25d9
Change-Id: I09416b6d35ed2dafa823eca98262a4e23081e6eb
2017-07-21 13:32:13 +01:00
api-ref/source Use openstackdocstheme everywhere 2017-06-30 11:09:07 +00:00
contrib Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
devstack Make murano user has admin role 2017-07-06 10:43:45 +08:00
doc/source Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
etc Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
functionaltests Change Murano API detection in tests and fix tests itself 2016-08-22 19:02:09 +00:00
meta Unskip test_deploy_app_with_volume_creation test 2017-07-07 08:34:23 +00:00
murano Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
murano_tempest_tests Unskip test_deploy_app_with_volume_creation test 2017-07-07 08:34:23 +00:00
rally-jobs Fix typos and plugin samples link 2015-09-04 22:58:51 +05:30
releasenotes Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
tools Prepare for using standard python tests 2017-02-03 22:34:15 +01:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:32:48 +05:30
.gitignore Add policy sample generation 2017-06-17 16:11:17 +01:00
.gitreview Update .gitreview file to reflect repo rename 2015-04-18 00:37:35 +00:00
.testr.conf Mark .testr.conf as not-executable 2016-10-03 17:10:24 +03:00
CONTRIBUTING.rst Added links to murano-specs documentation 2016-03-01 17:15:26 +00:00
HACKING.rst Add hacking rule for using assertIsNone instead of assertEqual(None,***) 2016-09-27 02:35:50 +00:00
LICENSE Added MANIFEST.in and LICENSE 2013-05-31 16:18:01 +04:00
README.rst Optimize the link address 2017-04-10 17:56:25 +05:30
babel.cfg Removed all projects except Glazier Api 2013-04-09 13:25:02 +04:00
bandit.yaml Adding bandit.yaml configuration to bandit 2017-04-19 22:29:37 +00:00
requirements.txt Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
setup.cfg Add decryptData yaql function to murano engine 2017-07-21 13:32:13 +01:00
setup.py Updated from global requirements 2017-03-02 11:47:23 +00:00
test-requirements.txt Use openstackdocstheme everywhere 2017-06-30 11:09:07 +00:00
tox.ini Add policy sample generation 2017-06-17 16:11:17 +01:00

README.rst

Team and repository tags

image

Murano

Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.

Project Resources

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0