Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. otter
    Log in to post

    • Jonathan.Engstrom

      Feature Request- Server Import Improvment
      Support • otter • • Jonathan.Engstrom  

      5
      0
      Votes
      5
      Posts
      23
      Views

      atripp

      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?
    • D

      Assets and Plans pages : "too many redirects or authentication replays"
      Support • otter • • danny.mitrevski_7235  

      2
      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.
    • Jonathan.Engstrom

      WinRM issues
      Support • otter • • Jonathan.Engstrom  

      4
      0
      Votes
      4
      Posts
      16
      Views

      atripp

      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.
    • ?

      Post-Http - empty variable when assigning value with ResponseBody argument
      Support • otter http • • Adam  

      2
      0
      Votes
      2
      Posts
      16
      Views

      jrasch

      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 • • Adam  

      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?
    • Jonathan.Engstrom

      Feature Request- Show status of Agent or Agentless comunnication status
      Support • otter • • Jonathan.Engstrom  

      4
      0
      Votes
      4
      Posts
      14
      Views

      jrasch

      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"
    • Jonathan.Engstrom

      Adding functions in Otter
      Support • otter • • Jonathan.Engstrom  

      11
      0
      Votes
      11
      Posts
      1932
      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.
    • Jonathan.Engstrom

      Can two Otter servers share a raft, or what would be an easy way to copy all my code between each Otter Instance?
      Support • otter • • Jonathan.Engstrom  

      4
      0
      Votes
      4
      Posts
      16
      Views

      atripp

      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 • • Adam  

      2
      0
      Votes
      2
      Posts
      31
      Views

      apxltd

      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 • • Adam  

      2
      0
      Votes
      2
      Posts
      22
      Views

      jrasch

      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
    • P

      Enhancement request for multiple environment to one server
      Support • otter • • PhilippeC.  

      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 • otter templates • • Adam  

      2
      0
      Votes
      2
      Posts
      11
      Views

      atripp

      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.
    • Jonathan.Engstrom

      Otter Feature Request - Set up a 'collector' of sorts to use in a multi tenant datacenter
      Support • otter • • Jonathan.Engstrom  

      9
      0
      Votes
      9
      Posts
      15
      Views

      atripp

      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 • • Adam  

      2
      0
      Votes
      2
      Posts
      18
      Views

      atripp

      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.
    • ?

      New Otter installation failing when "Requesting Free license key..."
      Support • otter installation databases sql-server installer • • Adam  

      2
      0
      Votes
      2
      Posts
      11
      Views

      jrasch

      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 • • Adam  

      2
      0
      Votes
      2
      Posts
      16
      Views

      ?

      The latest agent can be downloaded from: https://inedo.com/support/documentation/inedoagent/versions
    • D

      How to log array values in otter?
      Support • buildmaster otter • • dwynn_6489  

      3
      0
      Votes
      3
      Posts
      10
      Views

      D

      That worked great. Thanks!
    • P

      Conversion problem with PsDSC or Ensure-DscResource with conversion from string to integer since Otter 2.X
      Support • otter • • PhilippeC.  

      6
      0
      Votes
      6
      Posts
      11
      Views

      ?

      Hi Dean Install and test :). It is working fine. Thank you for the resolution.
    • P

      Collect phase failed with SQL Error Exception
      Support • otter • • PhilippeC.  

      8
      0
      Votes
      8
      Posts
      8
      Views

      ?

      I will wait :) Thank you for your fast reaction Cdt Philippe
    • Jonathan.Engstrom

      Imported 1058 servers, can no longer pull up list of servers
      Support • otter • • Jonathan.Engstrom  

      5
      0
      Votes
      5
      Posts
      5
      Views

      ?

      Just as an FYI, we're continuing our investigation and exploration of this under ticket EDO-5623 UPDATE: we've addressed a lot of these in the current version of Otter.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 3 / 10