🧑💻 Add examples
This commit is contained in:
parent
f930b5f746
commit
8b2dcd6671
5 changed files with 74 additions and 0 deletions
16
examples/setup.bash
Normal file
16
examples/setup.bash
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
FIP_START=117
|
||||
FIP_END=129
|
||||
AIO_HOST=test-5
|
||||
|
||||
echo "Setting up $AIO_HOST"
|
||||
os_migrate_setup \
|
||||
--gateway 172.23.0.1 \
|
||||
--public-network-cidr=172.23.0.1/24 \
|
||||
--public-net-start 172.23.0.$FIP_START \
|
||||
--public-net-end 172.23.0.$FIP_END \
|
||||
--dns-server 172.23.0.14 \
|
||||
--ssh stack@$AIO_HOST \
|
||||
--cirros-url https://isos.evatt.ingenious.com.au/cirros-0.6.2-x86_64-disk.img \
|
||||
--rhel-url https://isos.evatt.ingenious.com.au/rhel-guest-image-8.4-1269.x86_64.qcow2 \
|
||||
--ssh-key ~/.ssh/id_rsa.pub \
|
||||
--debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue