commit | 487dc2337a51fadd7d7386a68104fb29eea9ac07 | [log] [tgz] |
---|---|---|
author | Oleksandr Kononenko <okononenko@mirantis.com> | Wed Oct 13 11:57:40 2021 +0300 |
committer | Oleksandr Kononenko <okononenko@mirantis.com> | Wed Oct 13 11:57:40 2021 +0300 |
tree | 11383170006b0135b42c775ab8d706aeffa30044 | |
parent | 7e63ecdcf77a3a880b3fda8ab6c266e1d310cbd1 [diff] |
[TryMOS] Variable MIRANTIS_ARTIFACTORY_URL moved to the common environment Related-Prod: PRODX-18546 Change-Id: I4ff54a75ab78c8efbe495de512999768275e8416
diff --git a/trymos/image_build/files/usr/share/trymos/environment/amazon b/trymos/image_build/files/usr/share/trymos/environment/amazon index b6039a4..9daaf17 100644 --- a/trymos/image_build/files/usr/share/trymos/environment/amazon +++ b/trymos/image_build/files/usr/share/trymos/environment/amazon
@@ -1,5 +1,4 @@ export NTP_SERVERS=169.254.169.123 -export MIRANTIS_ARTIFACTORY_URL=https://binary.mirantis.com export CEPH_STORAGE_OSD_DEVICE="xvdb" export CEPH_CLUSTER_FILE="${RELEASE_OPENSTACK_K8S}/examples/miraceph/aio-ceph_local_drives_openstack.yaml" export OPENSTACK_CONTEXT_NAME="aio-core-ceph-local-non-dvr"
diff --git a/trymos/image_build/files/usr/share/trymos/environment/openstack b/trymos/image_build/files/usr/share/trymos/environment/openstack index 373e7c6..36680f8 100644 --- a/trymos/image_build/files/usr/share/trymos/environment/openstack +++ b/trymos/image_build/files/usr/share/trymos/environment/openstack
@@ -1,4 +1,3 @@ export CEPH_STORAGE_OSD_DEVICE="vdb" export CEPH_CLUSTER_FILE="${RELEASE_OPENSTACK_K8S}/examples/miraceph/aio-ceph_local_drives_openstack.yaml" export OPENSTACK_CONTEXT_NAME="aio-core-ceph-local-non-dvr" -export MIRANTIS_ARTIFACTORY_URL=https://binary.mirantis.com
diff --git a/trymos/image_build/files/usr/share/trymos/environment/virtualbox b/trymos/image_build/files/usr/share/trymos/environment/virtualbox index ab34e82..4a40381 100644 --- a/trymos/image_build/files/usr/share/trymos/environment/virtualbox +++ b/trymos/image_build/files/usr/share/trymos/environment/virtualbox
@@ -1,5 +1,4 @@ export NTP_SERVERS=169.254.169.123 -export MIRANTIS_ARTIFACTORY_URL=https://binary.mirantis.com export CEPH_STORAGE_OSD_DEVICE="sdb" export CEPH_CLUSTER_FILE="${RELEASE_OPENSTACK_K8S}/examples/miraceph/aio-ceph_local_drives_openstack.yaml" export OPENSTACK_CONTEXT_NAME="aio-core-ceph-local-non-dvr"