Skip to content

Commit 84b85a0

Browse files
Merge pull request #1588 from Nordix/fix-ipa-base-uri-irso/adil
🌱 Fixing IPA_BASEURI for IRSO
2 parents a71df83 + 8d78308 commit 84b85a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

03_launch_mgmt_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ EOF
252252
launch_ironic_standalone_operator()
253253
{
254254
# shellcheck disable=SC2311
255-
echo 'IPA_BASEURI="https://artifactory.nordix.org/artifactory/openstack-remote-cache/ironic-python-agent/dib"' > "${IRSOPATH}/config/manager/manager.env"
255+
echo 'IPA_BASEURI=https://artifactory.nordix.org/artifactory/openstack-remote-cache/ironic-python-agent/dib' > "${IRSOPATH}/config/manager/manager.env"
256256
make -C "${IRSOPATH}" install deploy IMG="$(get_component_image "${IRSO_LOCAL_IMAGE:-${IRSO_IMAGE}}")"
257257
kubectl wait --for=condition=Available --timeout=60s \
258258
-n ironic-standalone-operator-system deployment/ironic-standalone-operator-controller-manager

03_launch_mgmt_cluster_pre_1_10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ EOF
245245
launch_ironic_standalone_operator()
246246
{
247247
# shellcheck disable=SC2311
248-
echo 'IPA_BASEURI="https://artifactory.nordix.org/artifactory/openstack-remote-cache/ironic-python-agent/dib"' > "${IRSOPATH}/config/manager/manager.env"
248+
echo 'IPA_BASEURI=https://artifactory.nordix.org/artifactory/openstack-remote-cache/ironic-python-agent/dib' > "${IRSOPATH}/config/manager/manager.env"
249249
make -C "${IRSOPATH}" install deploy IMG="$(get_component_image "${IRSO_LOCAL_IMAGE:-${IRSO_IMAGE}}")"
250250
kubectl wait --for=condition=Available --timeout=60s \
251251
-n ironic-standalone-operator-system deployment/ironic-standalone-operator-controller-manager

0 commit comments

Comments
 (0)