Versions Compared

Key

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

...

After you download the YML file, modify it as follows:

#cloud-config
host_setup:
jointoken: "YOUR JOIN TOKEN"
#cloud-config
host_setup:
jointoken: "YOUR JOIN TOKEN"

...

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
host_setup:
jointoken: "your BloxOne join token”

access_https_proxy: “http://proxy_ip:port

tags:

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

...