- Download OVA image and validate checksum
- Import VM from image
- SSH to yor VM using username:
admin
and password:packerubuntu
- Change
ROOKOUT_TOKEN
value in/etc/rookout/config
file - Restart
rookout-controller
androokout-data-on-prem
services
sudo systemctl start rookout-controller.service
sudo systemctl restart rookout-data-on-prem.service
- Checking connectivity on localhost
curl localhost:7488
curl localhost:8080
You must get outputs:
Rookout Service [OK] - connect to this endpoint using our SDK. More information is available on https://docs.rookout.com
and
Rookout Datastore [OK] - finish the installation by following the instructions at https://docs.rookout.com/docs/dop-install/
- Remove
admin
user and configure ssh access regarding your security policies - Change your network configuration regarding your network policies
Edit /etc/rookout/config/controller/env
and /etc/rookout/config/data-onprem/env
and restart rookout-controller
and rookout-data-on-prem
services
Data-OnPrem:
- Set value of
ROOKOUT_DOP_SERVER_MODE
toTLS
in data-onprem config (/etc/rookout/config/data-onprem/env
) file - Place certificate and key to
/etc/rookout/config/data-onprem/certs
directory ascert.pem
andkey.pem
- If you are using self-signed cerificate, set value of
ROOKOUT_DOP_NO_SSL_VERIFY
in controller config (/etc/rookout/config/controller/env
) totrue
(Requiredrookout-controller
service restart) - Restart
rookout-data-on-prem
service
Controller:
- Set value of
ROOKOUT_CONTROLLER_SERVER_MODE
toTLS
in controller config (/etc/rookout/config/data-onprem/env
) file - Place certificate and key to
/etc/rookout/config/controller/certs
directory astls.crt
andtls.key
- Restart
rookout-controller
service
Suported builder: vmware-iso
https://developer.hashicorp.com/packer/plugins/builders/vmware/iso
Supported source OS: ubuntu
Requred VMware Fusion for OS X, VMware Workstation for Linux and Windows or VMware Player on Linux.
Requred ovftool.
packer build -var "token=YOUR_TOKEN" .