Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This appendix contains sample YML and JSON templates for the On-Prem Host deployment. To download the zip file for both the YML and JSON files, click here.

YML File

As an administrator, create the userdata.yml file.

...

#cloud-config
host_setup:
   jointoken: "your BloxOne join token”

   access_https_proxy: “http“http://proxy_ip:port”port”

   tags:

    - "demo=toi"
    - “product=example”

...