Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Update agent or downloads

    Support otter
    3
    0 Votes
    3 Posts
    18 Views
    Jonathan.EngstromJ
    Alright, I have my one token agent I had to update. Thanks!
  • Feature Request- Server Import Improvment

    Support otter
    5
    0 Votes
    5 Posts
    23 Views
    atrippA
    hi Jonathan, can you help me with a test case on the duplicate server issue? Are you trying do an infrastructure import that has the same server name defined twice in the same JSON document?
  • 0 Votes
    2 Posts
    32 Views
    T
    This can occur if the username/password credentials for Git are invalid, or more commonly, if a Git raft is configured as read-only (which probably doesn't require authentication e.g. GitHub) then is reconfigured to support write operations.
  • WinRM issues

    Support otter
    4
    0 Votes
    4 Posts
    16 Views
    atrippA
    There haven't been any other feature requests for this, and we haven't researched the feasibility of doing it; however we did add Impersonation and Process Isolation, both which were in-demand features.
  • 0 Votes
    2 Posts
    16 Views
    jraschJ
    This appears to be a bug with the ProxyRequest property, i.e. if it's true (the default), the response variable is not set. The tracking issue for this is here: https://github.com/Inedo/inedox-inedocore/issues/91
  • Parent environment through API

    Support otter
    3
    0 Votes
    3 Posts
    20 Views
    ?
    I haven't been able to reproduce this. What is the exact request you are making to the API that isn't working?
  • 0 Votes
    4 Posts
    14 Views
    jraschJ
    I actually added this but it wasn't released as part of the beta; it will be an option in the Status filter e.g. "Agent error", "Collect/remediate error", and "Any error"
  • Adding functions in Otter

    Support otter
    11
    0 Votes
    11 Posts
    2k Views
    P
    Hello Jonathan, We use Proget to deploy our PSModules. The deployement is driven with an Otter PSEnsure fonction- check if module exist with a specific version, if not deploy - Each new server is linked to an Otter role and after remediation, the module is installed. To update the module, we change version number in a otter variable. Otter remediation make the job We call PS function from local script or from Otter plan directly or from module. Don't know if this your need but it is working fine for us.
  • 0 Votes
    4 Posts
    16 Views
    atrippA
    Basically, you would create a Git-based raft in both instances of Otter, and have them both point to the same Git repository. The biggest gotcha would be that both instances can potentially update the raft, but as long as you're aware of that it wouldn't be a problem.
  • PSCall and OutputAtgument

    Support otter powershell
    2
    0 Votes
    2 Posts
    32 Views
    apxltdA
    I'm just following up to see if you were ever able to work-past this, or if it's still an issue?
  • Ensure-DSCConfig

    Support otter powershell
    2
    0 Votes
    2 Posts
    22 Views
    jraschJ
    Apologies for the delay, I had to reach out to gather this information. What I learned was that this was a custom operation. Below is the link to its source: Yes, I made that operation to accommodate DSC Configuration scripts (multiple DSC operations encapsulated in a PowerShell script). I had built this on a fork of of inedox-windows. I just merged in the latest changes for the main master (it has been 6 months, so there quite a few changes). I have built it, but have not tested it since the merge. https://github.com/MarkRobertJohnson/inedox-windows/blob/dsc-ensure-config/Windows/InedoExtension/Operations/EnsurePSDscScriptOperation.cs
  • Enhancement request for multiple environment to one server

    Support otter
    3
    0 Votes
    3 Posts
    10 Views
    ?
    Hello Alana I agree. I know that one server should be assign to a single Environment. I already use Role for the Applications (One Role = One Application), but I cannot have 1 or more server per environment as our dev team and test team like to have plenty of environment so I need to consolidate multiple environment to one server. I am already using BuildMaster (with many Pipeline Stage) to deploy to a single server the environment I want. It was a request to improve Otter which already good to make my work more simple. I understand it might not be very simple to do it. Thank you for the reply Best regards Philippe
  • Populate from Template

    Support templates otter
    2
    0 Votes
    2 Posts
    11 Views
    atrippA
    Are you saying you can't create a job from a template? The main purpose of the template is: Instead of specifying the plan and server targeting each time you create a job, you can create a job template that will specify these for you. The template can also specify variables that will need to be entered when the job is run. While this can save you a few steps when running jobs, the biggest benefit of job templates is that, once defined, you can now trigger jobs using a the job trigger API. This will allow you to use nearly any other tool, such as Jenkins or a PowerShell script, to trigger an Otter orchestration job. However, we plan to expand it to be a lot more useful with better variable selection, etc.
  • 0 Votes
    9 Posts
    15 Views
    atrippA
    Got it! Then this would likely fall inline with an upcoming major feature, and the communication between Otter servers ("main" and "secondary" as you describe) would be done using API/HTTPS/Web requests, in a direction of ("Publisher" -> "Listener").
  • How to create an encrypted password for the Native API

    Support otter api
    2
    0 Votes
    2 Posts
    18 Views
    atrippA
    Unfortunately the Native API is essentially a database wrapper, and one of the few things that can't be handled at the database layer is encryption. While we want to create a resource credential API at some point, in the meantime, the only workaround would be to encrypt/decrypt the secrets yourself, using the Encryption Key stored in your configuration file.
  • 0 Votes
    2 Posts
    11 Views
    jraschJ
    Apologies - I broke that endpoint earlier ironically by accidentally disabling logging :( It should work now; I also note that you can request a key at https://my.inedo.com and manually enter it.
  • Otter Agent

    Support otter agents
    2
    0 Votes
    2 Posts
    16 Views
    ?
    The latest agent can be downloaded from: https://inedo.com/support/documentation/inedoagent/versions
  • How to log array values in otter?

    Support buildmaster otter
    3
    0 Votes
    3 Posts
    10 Views
    D
    That worked great. Thanks!
  • 0 Votes
    6 Posts
    11 Views
    ?
    Hi Dean Install and test :). It is working fine. Thank you for the resolution.
  • Collect phase failed with SQL Error Exception

    Support otter
    8
    0 Votes
    8 Posts
    9 Views
    ?
    I will wait :) Thank you for your fast reaction Cdt Philippe