Commit Graph

22 Commits

Author SHA1 Message Date
Andreas Jaeger 61faab25ce Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I2082084ee2afcbaf9d5a0678b0f0c33634123555
2019-12-18 09:48:31 +01:00
Sergey Filatov 3ae7afa171 Do not split hosts for rabbit_os_hosts in murano.pp
Fixed murano manifest which turned rabbit_hosts string into an array.
This set wrong rabbit_hosts setting in murano.conf

Closes-Bug: #1651748
Change-Id: I2b0b8650b588913d52881ddc374ea5e7abb32aff
2017-05-31 08:36:50 +00:00
Denis Egorenko 93f6141107 Fix disabling of old murano services
Because of bug in fuel-yaql there is no other way as using
some hardcoded ps-similar constructions.

Change-Id: Ifcbe44c77f2266753b2916bcf2a06a9d37ee87d5
2016-11-24 15:34:27 +00:00
Jenkins 2ee501c3ab Merge "Restart glance-glare service after installing murano-glance plugin" 2016-11-03 13:03:44 +00:00
Denis Egorenko 4adad7a984 Restart glance-glare service after installing murano-glance plugin
After installing package murano-glance-artifacts-plugin Glare service
must be restarted, otherwise Murano will not work correctly with Glare.

Change-Id: I773a1d778c33d66fed8a1f9cf6f5123ba90e9315
Closes-bug: #1637508
Related-bug: #1597368
2016-11-03 15:53:24 +03:00
Denis Egorenko 9def988227 Use proper murano package backend in openrc
Use only 'glare' as package backend, because 'glance' is deprecated.
Also leave backward compatibility with 'glance' on removing it from
openrc file in case of changing package backend.

Change-Id: I9182d62897d3f214d7d2b45e22de2d97031e0984
Closes-bug: #1638296
2016-11-01 18:03:21 +03:00
Jenkins bd04806ae8 Merge "Set package_service as glare" 2016-10-10 11:47:16 +00:00
Denis Egorenko fbea8b781c Disable cfapi service provided by old plugin version
In case when cfapi was deployed by old murano plugin version, we
also need to disable it in case of moving murano services on
standalone node.

Related-bug: #1620619
Change-Id: Iea23f6d21e1691e739d1dc4efde67733c5ab01ba
2016-10-10 10:02:02 +00:00
Denis Egorenko 02e93767ab Set package_service as glare
Option package_service now should be set to 'glare' because 'glance'
is deprecated and will not be used in future.

Change-Id: Ie5854608b9de37e21b2d260477c71b1d095f2837
Closes-bug: #1630209
2016-10-04 15:26:02 +03:00
Denis Egorenko 6fe8c8dda6 Disable old Murano services when used old Murano and Murano standalone
When used Murano standalone node with enabled old Murano, we should
stop old Murano services on controllers, to prevent race condition
for murano-engine services.

Change-Id: Id9741713a8ef510b9837929256dd7d15d04ee797
Closes-bug: #1626286
2016-09-27 11:53:08 +03:00
Denis Egorenko 6855769097 ALways upload latest package version
Depends-on: I061cb64856e14d326dfa30851e427088e60f0a48
Closes-bug: #1624723
Change-Id: Ic34d872441144ba5f1149a0d9c30f130edee4d1e
2016-09-20 16:00:37 +00:00
Denis Egorenko 17c4f46b6e Use latest package for engine and client
Currentl engine and client package resource uses ensure 'present',
that means no any update if package already installed. So, we need
to change it to 'latest' - use latest available version.

Change-Id: I991e4be2090bd3437fdfa9d5be36bc47aaa09161
Closes-bug: #1624723
2016-09-19 18:57:41 +03:00
Denis Egorenko eeedffd883 Add import for murano application package
Import io.murano.application package along with main murano core library.

Change-Id: Ica47016fb89ee7d8162678a6190bad9e23abbac9
Closes-bug: #1623594
2016-09-14 17:09:33 +00:00
Denis Egorenko 89f742ed20 Add ability to install App Catalog UI plugin
Add ability to install Application Catalog UI plugin for Horizon
with Murano plugin.

Change-Id: I1952d5f88d377c1b29785b13b5f8ff2ffe190362
2016-08-11 12:43:26 +00:00
Denis Egorenko b07c41f76c Change murano rabbit username and password
Currently murano rabbit uses same credentials that uses main cluster
rabbit. Although user for murano uses different rabbitmq instance,
better to use another credentials, that are different from main infra.

Change-Id: I42423f2c2b0333167244a4c17886325f4e629b12
Closes-bug: #1609355
2016-08-05 13:58:30 +03:00
Jenkins bf3bad7dcf Merge "Rename murano hash to murano_plugin hash" 2016-07-01 16:09:40 +00:00
Denis Egorenko f44e7081fa Rename murano hash to murano_plugin hash
Current murano hash name intersects with base Fuel murano hash name.
As a result base fuel task globals update base hiera yaml file
with wrong data, that can lead problems, for example, during downscale
cluster.

Change-Id: I8b4b95b1706c277b4ee0606ce0420c0024a3e271
Closes-bug: #1598177
2016-07-01 17:13:53 +03:00
Denis Egorenko 20a674e7fb Fix wrong repo label for pinning
Actual repo labes is 'detach-murano'

Change-Id: I37dd9200df970e32680f758fb46bc27c7147b1bb
2016-07-01 16:14:25 +03:00
Denis Egorenko 05a64c606e Fix some issues for murano plugin
- create separate task for uploading murano package;
- add firewall for murano rabbit;

Closes-bug: #1593214
Closes-bug: #1593208

Change-Id: If268bc8414bfc72574c8aebdf75466ddfef7a9de
2016-06-30 17:14:30 +00:00
Denis Egorenko a1a510e0ce Update plugin for using with base Murano
Now Murano plugin can be used with Murano installed from ISO.
Also add YAQL syntax and minor typo syntax fixes.

Change-Id: I96ed7c2632e989d5ee3dfac7a102e2be62f8de43
2016-06-30 17:13:52 +00:00
Nikolay Starodubtsev 5bac6365ad Use unversioned keystone endpoint in manifests
Murano use unversioned keystone endpoints since mitaka. This was not
considered during implementation of Fuel plugin.

Change-Id: I9b345a5ae5d1dfafbf3761107c66801fb4530c52
2016-04-06 14:10:54 +03:00
Denis Egorenko 53745ecb4d Initial commit for Murano plugin
This commit adds:

* deployment tasks;
* UI settings;
* plugin metadata;
* deployment manifests;

blueprint murano-fuel-plugin

Change-Id: I077a6e16222bc33d0488af19e0789cc7c7308dfa
2016-04-04 13:00:16 +03:00