Trending questions in Other DevOps Questions

0 votes
1 answer

Difference between .vagrant and .vagrant.d directories

All your system-wide settings for your downloaded ...READ MORE

Jul 20, 2018 in Other DevOps Questions by DareDev
• 6,890 points
3,857 views
+3 votes
6 answers

Devops and security

By using tools that are shared across the ...READ MORE

Oct 23, 2018 in Other DevOps Questions by Anvit
1,452 views
0 votes
1 answer

Unable to Pull image from quay.io: ERROR x509: certificate signed by unknown authority

Download necessary CA certificate. "/etc/ssl/certs/ca-certificates.crt", -> Debian/Ubuntu "/etc/pki/tls/certs/ca-bundle.crt", ...READ MORE

Jul 3, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
3,358 views
+1 vote
1 answer

How to kill a specific instance on Pivotal Cloud Foundry

Use the following command cf restart-app-instance This will issue ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
2,335 views
+1 vote
1 answer

tf.exe authenticate for vsts

You can use the Check in changes ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
2,004 views
0 votes
1 answer

Execute puma workers only in prod but not in dev environment

You can us RACK_ENV here instead of ...READ MORE

Aug 16, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,069 views
0 votes
1 answer

Dokku Multiple app in single repo

You can use the dokku-monorepo plugin. It’s ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
2,348 views
0 votes
1 answer

Pillar jinja error on iteritems

Your data should fail with : Rendering SLS ...READ MORE

Jul 23, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,881 views
0 votes
1 answer

Publishing npm publish to nexus group repo

Group cannot be published. I'll suggest you ...READ MORE

Jun 22, 2018 in Other DevOps Questions by DareDev
• 6,890 points
3,168 views
0 votes
1 answer

AWS health check and management

You can use Application Loadbalancer or AWS ...READ MORE

Aug 20, 2018 in Other DevOps Questions by DareDev
• 6,890 points
567 views
0 votes
1 answer

Deamon tools supervise exiting without errors

I found out about node module forever ...READ MORE

Aug 23, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
383 views
0 votes
1 answer

Using conditional to execute a command in salt

You can use unless inside your state ...READ MORE

Jul 23, 2018 in Other DevOps Questions by DareDev
• 6,890 points
1,713 views
+1 vote
1 answer

Connection refused - connect(2) for “localhost” port 25 chef devops

With the information that you’ve provided it ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,430 views
+1 vote
1 answer

Import build/release json export files to tfs source control through API

The APIs of "Import build/release definition json ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,259 views
0 votes
1 answer

Unable to integrate SonarQube analysis results with VSTS Build Summary

This was caused by passing a null ...READ MORE

Jul 23, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,208 views
0 votes
1 answer

Command not working in .bat script but works in CLI

powershell /? If you run the above command ...READ MORE

Jul 19, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,347 views
0 votes
1 answer

Multiple applications in one IIS website with MS Release Management

Do the following: Add a Manage IIS task ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
1,449 views
0 votes
1 answer

using Release Definition REST API for VSTS

Try using this: $vstsAccount = "[your vsts name]" $user ...READ MORE

Jul 24, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
1,078 views
0 votes
1 answer

How to get results of SonarQube?

You can use sonarqube quality gates which ...READ MORE

Jun 8, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
2,876 views
0 votes
1 answer
0 votes
1 answer

How to get the most recent ebs snapshot using terraform datasource?

It's not available in the latest release ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
1,474 views
0 votes
1 answer

Error “Failed to load the "vagrant-berkshelf" plugin.”

I found workround, set "NIO4R_PURE" environment variable. export ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
714 views
0 votes
1 answer

Jira integration with Octopus deploy

Here is an approach which you can ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
1,309 views
0 votes
1 answer

Salt: Require packages installed before executing a formula

You're on the right path. Using require_in ...READ MORE

Jul 13, 2018 in Other DevOps Questions by DareDev
• 6,890 points
1,090 views
0 votes
1 answer

salt error : “TypeError: coercing to Unicode: need string or buffer, bool found”

You can check the discussion regarding same ...READ MORE

Jun 17, 2018 in Other DevOps Questions by shubham
• 7,340 points
2,164 views
0 votes
1 answer

How do I manage stranded resources in Chef?

Try the follow the follow this procedure. ...READ MORE

Jul 24, 2018 in Other DevOps Questions by Atul
• 10,240 points
579 views
0 votes
1 answer

Error saying "incorrect network interaface" when trying to create network interface for docker

Try this Step 1- remove the IP address ...READ MORE

Jul 20, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
722 views
0 votes
1 answer

Travis CI defaults to wrong language

Its probably because of syntax error Instead of language: ...READ MORE

Jul 25, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
444 views
0 votes
1 answer

How do I set variable if a specific package version is installed in CFEngine?

Here is what you can do.Just use packagesmatching to ...READ MORE

Jul 12, 2018 in Other DevOps Questions by Atul
• 10,240 points
971 views
0 votes
1 answer

Issue while implementing parallel test execution in VSTS 2017

You can try to use the agent ...READ MORE

Jul 23, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
489 views
0 votes
1 answer

Automating Oracle script with nolio

Depending upon the details of your script ...READ MORE

Jul 17, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
736 views
0 votes
1 answer

Remove my server IP in iptables on ubuntu

Do this to replay the issue iptables -A ...READ MORE

Jul 18, 2018 in Other DevOps Questions by DareDev
• 6,890 points
676 views
0 votes
1 answer

are Infrastructure Management Services(IMS) same as DevOps?

They are two very different domains. DevOps ...READ MORE

Jul 11, 2018 in Other DevOps Questions by DareDev
• 6,890 points
953 views
+1 vote
2 answers

When do we use Chef or Azure SDK to create VM and deploy in automation

The solution to the automated deployment in ...READ MORE

Aug 21, 2018 in Other DevOps Questions by Priyaj
• 58,090 points
861 views
0 votes
1 answer

How to use Powershell DSC for application installation?

Occasionally folks want to be able to ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
665 views
0 votes
1 answer

TFS support for in-build custom web sockets

TFS has no native support for this. ...READ MORE

Jul 19, 2018 in Other DevOps Questions by DareDev
• 6,890 points
466 views
0 votes
1 answer

SaltStack: how do I repeat other states with context?

In your case it’ll look something like ...READ MORE

Jul 10, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
846 views
0 votes
1 answer

Accessing test stats in a plan through bamboo

Try using bamboo reports. You can use ...READ MORE

Jul 12, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
734 views
0 votes
1 answer

IS app pool import fails with error message.configuration error…insufficient permissions

There is a config file at %SystemRoot%\System32\inetsrv\config\redirection.config Removed the ...READ MORE

Jun 19, 2018 in Other DevOps Questions by shubham
• 7,340 points
1,731 views
0 votes
1 answer

Capistrano deploy error saying "end of file reached" while deploying to Ubuntu server

Seems like Capistrano can't connect to the server ...READ MORE

Jul 3, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
1,071 views
0 votes
1 answer

How do I preserve local ivy repository in Bluemix BUILD & DEPLOY?

You're right--the pipeline spins up a new ...READ MORE

Jul 17, 2018 in Other DevOps Questions by Atul
• 10,240 points
439 views
0 votes
1 answer

Continuous Deployment Bluemix with existing Bitbucket repo

Those instructions, although it mentions "private", are ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
471 views
0 votes
1 answer

How to deploy to BlueMix: 404 Error

I have the same error. I think ...READ MORE

Jul 16, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
452 views
0 votes
1 answer

Setting up a dedicated Executor per ServerConnector in Jetty

Executors are server-wide, and many components within Jetty ...READ MORE

Jul 9, 2018 in Other DevOps Questions by Atul
• 10,240 points
722 views
0 votes
1 answer

Base a stage in pipeline by using a preloaded template

I don't think it's possible to load ...READ MORE

Jul 11, 2018 in Other DevOps Questions by ajs3033
• 7,300 points
618 views
0 votes
1 answer

How does horizontal scaling decrease load of a system?

If there are spare CPU cycles and ...READ MORE

Jul 11, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
577 views
+1 vote
1 answer

Managing several maven artifacts in a delivery pipeline

If A depends on B as a ...READ MORE

Jul 12, 2018 in Other DevOps Questions by Kalgi
• 2,680 points
474 views
0 votes
1 answer

SonarQube cannot connect to JIRA 7 with REST API

The JIRA Plugin is not compatible with JIRA 7 ...READ MORE

Jul 5, 2018 in Other DevOps Questions by Kalgi
• 52,360 points
728 views
0 votes
1 answer

how to check runtime for chef-client executions?

 Chef doesn't have the mechanism to save ...READ MORE

Jul 6, 2018 in Other DevOps Questions by DareDev
• 6,890 points
649 views
0 votes
1 answer

How do I enable Slack for Bluemix DevOps services beta

Here is where you can take help ...READ MORE

Jul 11, 2018 in Other DevOps Questions by Atul
• 10,240 points
383 views