Skip to content

Commit 0c36ff3

Browse files
committed
multi-arch-builders: update instructions for s390x builder
We've moved to a different IBMCloud account so some of the information has changed. Also wanted to codify running the instance and attaching it to a security group.
1 parent 300ae6b commit 0c36ff3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

multi-arch-builders/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,15 @@ Now we can start the instance:
140140

141141
```bash
142142
NAME="coreos-s390x-builder-$(date +%Y%m%d)"
143-
VPC='r038-a29e1c05-8a07-4ddc-8216-c75cbd459daa'
144-
ZONE='ca-tor-1' # s390x only available in Toronto in North America
143+
VPC='r014-3930b19e-56ae-496d-a606-21737ff11d64'
144+
ZONE='us-east-1'
145145
PROFILE='bz2-8x32'
146-
IMAGE='r038-369d6b9c-f0d1-4daf-bda4-252df3aa4728'
147-
SUBNET='02q7-1df6496a-b363-4f3b-9204-0a2b06855a2f'
146+
IMAGE='r014-8af40f6c-07bd-47c0-99c4-e8763b6d8a13'
147+
SUBNET='0757-2bcc7a5a-e0f6-4141-85ef-25dee337ae32'
148+
SG='r014-39a202b7-1551-47f8-b38a-7f496c881da2'
148149
ibmcloud is instance-create $NAME $VPC $ZONE $PROFILE $SUBNET --output json --image-id $IMAGE \
149150
--boot-volume '{"name": "my-boot-vol-1", "volume": {"capacity": 200, "profile": {"name": "general-purpose"}}}' \
150-
--user-data @coreos-s390x-builder.ign > out.json
151+
--sgs $SG --user-data @coreos-s390x-builder.ign > out.json
151152
```
152153

153154

0 commit comments

Comments
 (0)