...
After you download the YML file, modify it as follows:
#cloud-config
host_setup:
jointoken: "YOUR JOIN TOKEN"
#cloud-config |
---|
...
Optionally, you can add host tags to associate BloxOne hosts with the Cloud Services Portal, as follows:
#cloud-config
host_setup:
jointoken: "your BloxOne join token”
access_https_proxy: “http://proxy_ip:port”
tags:
- "demo=toi"
- “product=example”
#cloud-config |
---|
...