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,850 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,446 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,352 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,332 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
1,999 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,068 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,346 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,166 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
564 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
382 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,709 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,426 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,254 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,206 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,346 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,447 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,072 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,874 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,470 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
707 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,307 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,088 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
578 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
721 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
442 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
488 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
967 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
714 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
675 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
952 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
859 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
663 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
463 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
842 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
731 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,729 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,069 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
434 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
469 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
720 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
616 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
564 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
473 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
726 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
646 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
380 views