diff --git a/doc/source/user/vanilla-imagebuilder.rst b/doc/source/user/vanilla-imagebuilder.rst index a9b2126757..6cafb2f899 100644 --- a/doc/source/user/vanilla-imagebuilder.rst +++ b/doc/source/user/vanilla-imagebuilder.rst @@ -56,7 +56,7 @@ To create vanilla images follow these steps: * ``DIB_HADOOP_VERSION`` - version of Hadoop to install * ``JAVA_DOWNLOAD_URL`` - download link for JDK (tarball or bin) * ``OOZIE_DOWNLOAD_URL`` - download link for OOZIE (we have built - Oozie libs here: ``http://sahara-files.mirantis.com/oozie-4.2.0-hadoop-2.7.1.tar.gz``) + Oozie libs here: ``https://tarballs.openstack.org/sahara-extra/dist/oozie/oozie-4.2.0-hadoop-2.7.1.tar.gz``) * ``SPARK_DOWNLOAD_URL`` - download link for Spark * ``HIVE_VERSION`` - version of Hive to install (currently supports only 0.11.0) diff --git a/sahara/plugins/cdh/v5_11_0/resources/images/image.yaml b/sahara/plugins/cdh/v5_11_0/resources/images/image.yaml index 9dc81c7a2c..810b02fe82 100644 --- a/sahara/plugins/cdh/v5_11_0/resources/images/image.yaml +++ b/sahara/plugins/cdh/v5_11_0/resources/images/image.yaml @@ -20,7 +20,7 @@ arguments: description: The path to HDFS_LIB_DIR. Default to /usr/lib/hadoop-mapreduce required: False unlimited_security_location: - default: http://sahara-files.mirantis.com/kerberos-artifacts/ + default: https://tarballs.openstack.org/sahara-extra/dist/common-artifacts/ description: Place where UnlimitedSecurity polices are located required: False diff --git a/sahara/plugins/cdh/v5_7_0/resources/images/image.yaml b/sahara/plugins/cdh/v5_7_0/resources/images/image.yaml index aab7f1498a..17d984697e 100644 --- a/sahara/plugins/cdh/v5_7_0/resources/images/image.yaml +++ b/sahara/plugins/cdh/v5_7_0/resources/images/image.yaml @@ -23,7 +23,7 @@ arguments: description: The path to HDFS_LIB_DIR. Default to /usr/lib/hadoop-mapreduce required: False unlimited_security_location: - default: http://sahara-files.mirantis.com/kerberos-artifacts/ + default: https://tarballs.openstack.org/sahara-extra/dist/common-artifacts/ description: Place where UnlimitedSecurity polices are located required: False diff --git a/sahara/plugins/cdh/v5_9_0/resources/images/image.yaml b/sahara/plugins/cdh/v5_9_0/resources/images/image.yaml index 2e20e5201e..bbb376bb24 100644 --- a/sahara/plugins/cdh/v5_9_0/resources/images/image.yaml +++ b/sahara/plugins/cdh/v5_9_0/resources/images/image.yaml @@ -21,7 +21,7 @@ arguments: description: The path to HDFS_LIB_DIR. Default to /usr/lib/hadoop-mapreduce required: False unlimited_security_location: - default: http://sahara-files.mirantis.com/kerberos-artifacts/ + default: https://tarballs.openstack.org/sahara-extra/dist/common-artifacts/ description: Place where UnlimitedSecurity polices are located required: False