Skip to content

Add cloud provider attributes #4

@ryan-levell-twc

Description

@ryan-levell-twc

I tried to use username and password but they are ignored when I run ./sctl --dryRun

{
  "hosts":{
    "cloud":{
      "cloud-provider-1":{
        "cloud.com":{
          "port":4444,
          "count":1,
          "username": "user1",
          "password": "12345"
        }
      }
    }
  ...

Actual

<host name="cloud.com" port="4444" count="1"></host>

Desired

<host name="cloud.com" port="4444" count="1" username="user1" password="12345"></host>

@vania-pooh I am sure you'll beat me to this issue, but started some Go tutorials today to possibly contribute.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions