Migration to Storyboard

Sahara projects migrated to storyboard.openstack.org.
Replace the references to Launchpad, including the bugs now
available as stories.
Fix a reference to github.

Change-Id: Iadba69efc1e310b6a19463d3398bf5c6549acd73
(cherry picked from commit d987717768)
This commit is contained in:
Luigi Toscano 2018-03-17 14:40:54 +01:00
parent d31b4453e3
commit cd0668fe9e
4 changed files with 6 additions and 6 deletions

View File

@ -15,6 +15,6 @@ the workflow documented at:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
Bugs should be filed on Storyboard, not GitHub:
https://bugs.launchpad.net/sahara
https://storyboard.openstack.org/#!/project/938

View File

@ -18,4 +18,4 @@ Script for creating Fedora and Ubuntu cloud images with our elements and default
tox -e venv -- sahara-image-create
Note: More information about script `diskimage-create <https://github.com/openstack/sahara-image-elements/blob/master/diskimage-create/README.rst>`_
Note: More information about script `diskimage-create <https://git.openstack.org/cgit/openstack/sahara-image-elements/tree/diskimage-create/README.rst>`_

View File

@ -111,7 +111,7 @@ without hadoop ('plain' image)
NOTE for CentOS images (for vanilla, ambari, and cloudera plugins):
Resizing disk space during firstboot on that images fails with errors
(https://bugs.launchpad.net/sahara/+bug/1304100). So, you will get an instance
(https://storyboard.openstack.org/#!/story/1304100). So, you will get an instance
that will have a small available disk space. To solve this problem we build
images with 10G available disk space as default. If you need in more available
disk space you should export parameter DIB_IMAGE_SIZE:

View File

@ -141,7 +141,7 @@ fi
# Checks of input
if [ "$DEBUG_MODE" = "true" -a "$platform" != 'ubuntu' ]; then
if [ "$(getenforce)" != "Disabled" ]; then
echo "Debug mode cannot be used from this platform while SELinux is enabled, see https://bugs.launchpad.net/sahara/+bug/1292614"
echo "Debug mode cannot be used from this platform while SELinux is enabled, see https://storyboard.openstack.org/#!/story/1292614"
exit 1
fi
fi
@ -499,7 +499,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "vanilla" ]; then
centos7_elements_sequence="hadoop oozie mysql disable-firewall hive $JAVA_ELEMENT swift_hadoop spark nc s3_hadoop"
# Workaround for https://bugs.launchpad.net/diskimage-builder/+bug/1204824
# https://bugs.launchpad.net/sahara/+bug/1252684
# https://storyboard.openstack.org/#!/story/1252684
if [ "$platform" = 'ubuntu' ]; then
echo "**************************************************************"
echo "WARNING: As a workaround for DIB bug 1204824, you are about to"