Commit Graph

63 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
OpenDev Sysadmins 4a75cfca19 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:34:45 +00:00
Jenkins 635856d64b Merge "Do not split hosts for rabbit_os_hosts in murano.pp" 2017-05-31 08:37:21 +00: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
Serg Melikyan 26d066e6a0 Added release notes for 1.2.0 release
Change-Id: I8157568a2ea7571188c4e5e18f93ae5a94a2768b
2016-12-19 13:52:25 -05:00
Jenkins 02c8919b7c Merge "Show team and repo badges on README" 2016-12-05 20:39:03 +00:00
Flavio Percoco 1c02dad08c Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/e1fa6567804f5913ee8777e151fcd350

Change-Id: I6e8f352e403f671dbbcc642ecc088da8656b3015
2016-11-26 12:07:48 +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
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
Victor Ryzhenkin 58f238fb63 Bump version to 1.2.0
Change-Id: Ie135aaf76a4bd81bb87955c7e8e0804ac39aa3f0
2016-10-21 12:02:43 +03:00
Kirill Zaitsev 8e556ecc4a Add 1.1.0 release notes and known issues
Change-Id: Ife9b485a248678e2fb45145400c65dd61ba71409
2016-10-14 14:14:29 +03:00
Jenkins a17bf3b4ca Merge "Revert "Fix condition for disabling old Murano services"" 2016-10-10 19:34:56 +00: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
Jenkins 1ff0d6b625 Merge "Fix typo: remove redundant 'the'" 2016-10-10 11:48:02 +00:00
Jenkins c87935be92 Merge "[Docs] Minor edits" 2016-10-10 11:47:54 +00:00
Jenkins bd04806ae8 Merge "Set package_service as glare" 2016-10-10 11:47:16 +00:00
Jenkins fbd411cba9 Merge "Disable cfapi service provided by old plugin version" 2016-10-10 11:46:58 +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 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
Maria Zlatkova 1570133b92 [Docs] Minor edits
Change-Id: I704df505944eeb5aadb899eb62b0866524b0bf9f
2016-10-03 13:13:05 +03:00
Luong Anh Tuan d966de042c Fix typo: remove redundant 'the'
Change-Id: Ia01fa46a459847984914b88974342ce8de1fa659
2016-10-03 11:26:14 +07:00
Jenkins 3baa7a973b Merge "Bump version to 1.1.0" 2016-09-30 09:51:27 +00:00
alexz 167cb087f7 Bump version to 1.1.0
Change-Id: I996a99bb585f7772f1f07bfc2d927dfbf98a9263
2016-09-29 15:34:50 +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
Kirill Zaitsev ff67b7fa87 Add known issues note for 1.0.0 release
Change-Id: I2a09d7f6604c6a0d2e08cd94b629c489525836a9
2016-09-23 19:09:02 +03:00
Kirill Zaitsev 7e6a646f03 Added release-notes to plugin guide
Change-Id: I1b5fc3bf2df212d0fe70ee890a427ea317dc5aa6
2016-09-23 18:52:54 +03:00
Jenkins c65f530fdb Merge "Add tox docs target" 2016-09-21 17:35:01 +00:00
alexz 001e806fcd pre_build_hook fix debug typo
Change-Id: I47a96fe0eb300b68e1d12f65ad0e7dd436306c0b
2016-09-21 16:49:41 +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
alexz f7489f2a50 pre_build_hook: allow to override puppet-murano
* Add OVERRIDE_PUPPET_MURANO flag, which allow to ignore pre-downloaded
    puppet-murano modules (and don't remove them)
  * Allign default variable names
  * Check and ignore broken URL's for *deb repo

Change-Id: I8e6bad8fe1a15632a0ea93bfb0defb537dc10e67
2016-09-20 16:17:51 +03: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
Kirill Zaitsev 340b016ce2 Add tox docs target
This commit adds minimal configuration, similar to other OS projects,
required to build plugin guide via tox. This commit will be used as
basis for docs checking job.


Change-Id: If34d66056857ae8cae8bcad85e871e0f3ba48bd4
2016-09-15 23:34:00 +00: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
alexz f6295ebfba Extend pre_build_hook options
* switch puppet module to git clone
 * add related variables

Change-Id: I9951c3e6859322b90db6b837b9d65ea44977c9f4
2016-09-07 14:38:17 +03:00
Jenkins 08edf9379b Merge "[Docs] Final edits" 2016-09-02 16:26:03 +00:00
Maria Zlatkova e9821df117 [Docs] Final edits
Edits the plugin guide.

Change-Id: Ice2cc8dd6991eaa3678c070c5faec68646502f08
2016-09-02 12:01:02 +00:00
Denis Egorenko ea5fa2960d Update list of possible murano options on custom field
Add as example using of murano rabbit credentials and remove murano
rabbit port option, as this option is hardcoded in murano-rabbitmq
package.

Change-Id: I5488e9de6381817e12ce67f83487658d3da6b440
2016-09-01 11:04:00 +00:00
Jenkins 3c078ac700 Merge "Update Murano plugin guide" 2016-09-01 10:41:24 +00:00
Denis Egorenko 37a5b8c90e Update Murano plugin guide
Change-Id: If324b60abd0b57694d6f8967f8e42092d19205a7
2016-08-31 17:08:41 +03:00
alexz bf5a150a91 Add build_version generating
* drop per-deb pkg version
* drop FUEL_PLUGIN_MURANO_COMMIT version
* drop MURANO_TARBALL_COMMIT version

Change-Id: I92faf135a9e5238e7f3e24b440278676cd260343
2016-08-18 15:50:50 +03: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
Jenkins ae29a5888f Merge "Use plugin modules path foremost" 2016-08-11 12:32:15 +00: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 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 0e5c8da51d Merge "Add task hiera_default_route for default rote configuration" 2016-07-21 09:54:46 +00: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
iberezovskiy 4010d8077a Add ability to override Murano hook var's
Change-Id: I941f5c876acca3f062a0532410c406be766291cb
2016-07-15 10:31:31 +00:00