Commit Graph

12 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
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
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
Kirill Zaitsev e978e97972 Revert "Fix condition for disabling old Murano services"
This reverts commit d5be672343.

Change-Id: I312fed09fea0abf462015427a82dd81bcc3171ee
2016-10-10 14:14:36 +00:00
Denis Egorenko d5be672343 Fix condition for disabling old Murano services
In cases, during installation Murano plugin, when Murano from
box is installed and was disabled on UI we also need to disable
old Murano services.

Related-Bug: #1631379
Change-Id: I4edb340cd6c84f53629e25656171a61f1df51a8e
2016-10-10 10:08:40 +00: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 b666bc4842 Use plugin modules path foremost
Use puppet-murano module from plugin foremost, instead of base
fuel puppet-murano module.

Change-Id: I0a881436ef360716477fe13fa1ba4149669fc445
2016-08-10 17:46:24 +03:00
Denis Egorenko 7af6fdbf96 Add task hiera_default_route for default rote configuration
Currently default route is set to br-fw-admin network - that's wrong.
We need br-mgmt network, so this patch fix it.

Change-Id: Ic9fcae3b4ba7d424166c3261654583115576ba02
Closes-bug: #1604870
2016-07-20 18:50:31 +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 2dc3a6ae78 Add posibility to manage ssl stuff
Add ssl tasks, which use base fuel ssl modular manifests for
deploying murano node with enabled TLS.

Change-Id: Ib8b6cf3cde54c4e7f61e5ef6e107bec6ba26c05a
2016-06-30 17:14:25 +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
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