7 lines
182 B
Bash
7 lines
182 B
Bash
prepare_deployment \
|
|
-u $AIO_RHN_USER \
|
|
--password $AIO_RHN_PASSWORD \
|
|
--address 172.23.0.35/24 \
|
|
--interface eth1 \
|
|
--dns 172.23.0.14 \
|
|
--gateway 172.23.0.1
|