Commit Graph

12 Commits

Author SHA1 Message Date
zhulingjie ecf8effdfa Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts.

Change-Id: Id506aad04b878ba516872ef0169664f47f6eaab0
2019-06-25 14:43:40 +08:00
Ian Wienand 003b9eaff6 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I3e3db24e56cffd7eb682d720f0496c90264b0b60
2019-03-24 20:34:17 +00:00
Hangdong Zhang 4ecefa3a0b Update the documentation link for doc migration
Change-Id: I6a127e1194702cf2a158e1bbe6eb6ce6cadac386
2017-07-31 16:54:11 +08:00
Serg Melikyan 53af1f4485 Remove heat as enable_service in devstack
Now that heat is available as a devstack plugin, we should
use it. In-tree devstack code for heat is planned to be
removed soon.

Co-Authored-By: zhurong <aaronzhu1121@gmail.com>
Depends-On: I505a308de751bf8c35b921659e8eeb36cc2fb9a9
Change-Id: I3def7bfb026a15cf0d7a9ee6683b5f8abc1f6c32
2017-02-02 22:36:33 +08:00
Aleksandr Kholkin 190a191c99 'io.murano.apps.' is not used to download packages
'io.murano.apps.package' was replace by 'com.example.package' in a.o.o.
https://review.openstack.org/#/c/330734/

Change-Id: Ia6489b06ca55174eb102d18f0958fcf78d421490
2017-01-30 13:40:00 +00:00
lvdongbing ed52b27169 Fix some typos in devstack readme
Change-Id: I7edf7272c60a9a4039e84eece7e2bff5ee62fe99
2016-09-26 21:09:26 -04:00
Konstantin Snihyr 004998f661 [docs] Documentation about using Glare Artifact Repository
Depends-On: I4976711d3cec1f7799f34c60500193d4ecd2a6b2
Change-Id: I37f1de1db1d2a9eaab872d5d040c280eb65f27b5
2016-04-01 16:12:18 +03:00
Olivier Lemasle 6843856c3d Import packages from murano-apps in Devstack
This commit adds a Devstack MURANO_APPS variable which can be used to
install directly from the Git murano-apps repository (repository and
branch customizable) some Murano packages.

E.g MURANO_APPS="io.murano.apps.apache.Tomcat,io.murano.apps.Guacamole"

The murano-apps repository is cloned only if at least one application
is defined in MURANO_APPS.

Implements: blueprint import-apps-devstack
Change-Id: I57f959ddafd62cc726d4f5f80fec27bc86bf05d1
2015-10-22 19:58:43 +02:00
Kirill Zaitsev 5bc0ca9b07 [doc] Improve devstack plugin installation docs
Improve layout, add links to devstack, mention cfapi service.
Replace github references with git.openstack.org references.
Also removes unnecessary enable_service instructions in cfapi docs, to
be consistent with plugin documentation

Change-Id: I0235db31fe8dd80ada1a627a9d02e61d1236488f
Related-Bug: #1506232
2015-10-22 01:08:19 +03:00
syed ahsan shamim zaidi 01fd490d81 No need to enable services when plugin is activated
Change-Id: I0d27efe8d2f5d2fee2b287223a85dfabeacc7f5f
Closes-Bug:#1507366
2015-10-18 19:22:20 +00:00
venkatamahesh 30eaefb7b3 Fix three typos
Removed extra ===== for headings
For devstack reference, changed devstack.org to
docs.openstack.org/developer/devstack as devstack.org was
redirecting to docs.

Change-Id: I978a339265993bda191016318cadf802d8ea4bec
2015-09-18 09:01:13 +05:30
Marc Koderer b12a2c56ea Make use of devstack external plugin
Instead of copying files manually to devstack it much
easier to use the devstack external plugin interface [1].
This makes the usage of Murano much easier for developers.

The plugin.sh script is a copy of contrib/devstack/lib/*
and contrib/devstack/extras.d/70-murano.sh. These scripts
can be removed after the CI system is switch to the new
model.

[1]: http://docs.openstack.org/developer/devstack/plugins.html#externally-hosted-plugins

Change-Id: I9fc24d17301947f5a95c139576037efc679d4bc4
Implements: bp use-devstack-plugin
2015-06-22 12:33:56 +02:00