XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. kbsp
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    kbsp

    @kbsp

    1
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    kbsp Unfollow Follow

    Best posts made by kbsp

    • RE: XOA deploy error

      @nathanael-h Deployment via vates.tech was successful!

      posted in Xen Orchestra
      K
      kbsp

    Latest posts made by kbsp

    • RE: XOA deploy error

      @nathanael-h Deployment via vates.tech was successful!

      posted in Xen Orchestra
      K
      kbsp
    • RE: XOA deploy error

      @olivierlambert

      Deployment via vates.tech:

      Payload:

      {
          "jsonrpc": "2.0",
          "method": "VM.import",
          "params": [
              "OpaqueRef:ffc7769e-7f87-1cd4-d663-e0708c8668f1",
              "http://xoa.io/xva",
              "OpaqueRef:c4654571-863f-6eb2-f015-9055e29ecb98",
              false,
              false
          ],
          "id": 1
      }
      

      Response:

      {
          "jsonrpc": "2.0",
          "error": {
              "code": 1,
              "message": "INVALID_VALUE",
              "data": [
                  "bridge",
                  "xapi1"
              ]
          },
          "id": 1
      }
      

      After this I see an exclamation point in a red circle and an error message that's just {}. Other jsonrpc payloads seem to work. I can see my networks and datastores just fine.

      Deployment via XO Lite

      Payload:

      {
          "jsonrpc": "2.0",
          "id": 20,
          "method": "VM.import",
          "params": [
              "OpaqueRef:a364cc08-dda6-f218-bd51-4956b4f18477",
              "http://xoa.io:8888/",
              "OpaqueRef:c4654571-863f-6eb2-f015-9055e29ecb98",
              false,
              false
          ]
      }
      

      Response:

      {
          "jsonrpc": "2.0",
          "error": {
              "code": 1,
              "message": "INVALID_VALUE",
              "data": [
                  "bridge",
                  "xapi1"
              ]
          },
          "id": 20
      }
      

      After this I see the error message that @fatek posted a screenshot of.

      posted in Xen Orchestra
      K
      kbsp
    • RE: XOA deploy error

      @fatek I'm getting the same error. It's "INVALID_VALUE" for anyone searching the forum.

      Trying to deploy via https://vates.tech/deploy/ I get another error, just two curly brackets: "{}"

      I'll try the shell script, but I hope the web deploy options get fixed soon. I really appreciated how simple it was to deploy XOA on XCP-ng 8.2

      posted in Xen Orchestra
      K
      kbsp