Skip to content

Commit

Permalink
docs: update adding images
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Oct 25, 2022
1 parent 434f57d commit d90ba3c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,22 @@ steps to be able to test and develop the project.
1. Upload an image to use with Magnum

```bash
TODO
pushd /tmp
curl -LO https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2004-v1.25.3.qcow2
source /opt/stack/openrc
openstack image create ubuntu-2004-v1.25.3 \
--disk-format=qcow2 \
--container-format=bare \
--property os_distro=ubuntu-focal \
--file=ubuntu-2004-v1.25.3.qcow2
popd /tmp
```

1. Create a cluster template that uses the Cluster API driver

```bash
openstack coe cluster template create \
--image 2fe53e0a-4f77-4608-beb8-12fdc595c03b \
--image $(openstack image show ubuntu-2004-v1.25.3 -c id -f value) \
--external-network public \
--dns-nameserver 8.8.8.8 \
--master-lb-enabled \
Expand Down

0 comments on commit d90ba3c

Please sign in to comment.