Skip to content

Commit 66baceb

Browse files
committed
Revert "Test: Change public1-subnet cidr"
This reverts commit 978e9c5.
1 parent ca82237 commit 66baceb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/stackhpc-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
neutron_plugin: ovn
163163
OS_CLOUD: openstack
164164
if: ${{ needs.check-changes.outputs.aio == 'true' }}
165+
user-ssh-public-key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDM53flpem/kWEAbXNS+57THFUSGMP14o8Lqpny2DVDgmt9yuP66On6HUgnrYusekcTlW99jz91JHXvUGK/6QXgIi51LEZi7juclnIE0LB9JhaMW3UWZwp2Voc8k9EXFR4fx8z2GMBRS10LriYdcVptOddba6+TK3gSA7dOiA4HE0VyZbMGcdpcghPJC5RcI+KMDI5HtAJMyFUhXkTF7vLfEgbNzURjRmW0jfKfWckWE0SvSM4I8Ub1QQLFmuPDQHfXi42OH6GqKb1S5OjTVDKngv5NMjPkoEwiQj9w7FDjuCjoJXvYJc6vi2TQYqDNyGijjwAj/4iiKcS589X9Utzn3yvhilmIlUmlpn8Be1MSI2HM1pMNGgGhm+axwmZCEsb6DrAWtctUaYDgg2q71BEw8f+aVHMKNIT4AB6caKak7oPygt/eCcAXKycPxaWM3qpoPtaR/hYpZBjycWiA7qi52AERcB7nYos2AP/e2rKJJsrBuXSopZobF+fHtYYs/Os="
165166
secrets: inherit
166167
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
167168

etc/kayobe/ansible/scripts/aio-init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ IMAGE_TYPE=linux
2929

3030
# This EXT_NET_CIDR is your public network,that you want to connect to the internet via.
3131
ENABLE_EXT_NET=${ENABLE_EXT_NET:-1}
32-
EXT_NET_CIDR=${EXT_NET_CIDR:-'192.168.33.0/24'}
33-
EXT_NET_RANGE=${EXT_NET_RANGE:-'start=192.168.33.31,end=192.168.33.127'}
34-
EXT_NET_GATEWAY=${EXT_NET_GATEWAY:-'192.168.33.3'}
32+
EXT_NET_CIDR=${EXT_NET_CIDR:-'10.0.2.0/24'}
33+
EXT_NET_RANGE=${EXT_NET_RANGE:-'start=10.0.2.150,end=10.0.2.199'}
34+
EXT_NET_GATEWAY=${EXT_NET_GATEWAY:-'10.0.2.1'}
3535

3636
# Sanitize language settings to avoid commands bailing out
3737
# with "unsupported locale setting" errors.

0 commit comments

Comments
 (0)