...
After you download the YML file, modify it as follows:
#cloud-config
host_setup:
jointoken: "YOUR JOIN TOKEN"
...
jointoken: "YOUR JOIN TOKEN"
Enter the join token you copied from the portal in the YML file. The portal uses the IP address, which is displayed on the DNS Forwarding Proxy page of the Cloud Services Portal, to connect to the proxy.
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”
...
jointoken: "your BloxOne join token”
...
access_https_proxy: “http://proxy_ip:port”
...
tags:
- "demo=toi"
- “product=example”
JSON File
After you download the JSON file, complete the following configurations.
...