Skip to content

Commit eff1736

Browse files
committed
add debug
1 parent e59c539 commit eff1736

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

hack/run-integration-tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ openstack coe cluster template create \
100100
--external-network public \
101101
--dns-nameserver ${DNS_NAMESERVER} \
102102
--master-lb-enabled \
103-
--master-flavor m1.large \
104-
--flavor m1.large \
103+
--master-flavor m1.medium \
104+
--flavor m1.medium \
105105
--network-driver ${NETWORK_DRIVER} \
106106
--docker-storage-driver overlay2 \
107107
--coe kubernetes \
@@ -179,8 +179,8 @@ if [[ ${UPGRADE_KUBE_TAG} != ${KUBE_TAG} ]]; then
179179
--external-network public \
180180
--dns-nameserver ${DNS_NAMESERVER} \
181181
--master-lb-enabled \
182-
--master-flavor m1.large \
183-
--flavor m1.large \
182+
--master-flavor m1.medium \
183+
--flavor m1.medium \
184184
--network-driver ${NETWORK_DRIVER} \
185185
--docker-storage-driver overlay2 \
186186
--coe kubernetes \

hack/stack.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,19 @@ else
3030
popd
3131
fi
3232

33+
# Get Magnum fix before it landed
34+
pushd /opt/stack
35+
git clone https://git.openstack.org/openstack/magnum
36+
cd magnum
37+
git fetch https://review.opendev.org/openstack/magnum refs/changes/15/940815/1 && git checkout FETCH_HEAD
38+
popd
39+
3340
# Create DevStack configuration file
3441
cat <<EOF > /opt/stack/local.conf
3542
[[local|localrc]]
3643
# General
3744
GIT_BASE=https://github.com
38-
45+
RECLONE=no
3946
# Secrets
4047
DATABASE_PASSWORD=root
4148
RABBIT_PASSWORD=secrete123

0 commit comments

Comments
 (0)