Cloud software services that build, test, and deliver applications continuously, available on cloud platforms such as IBM Bluemix. Individual services are available from tool providers like GitHub or Slack. Use this tag for questions about DevOps services like toolchains and continuous delivery. For questions about DevOps practices, use the tag devops instead.
Questions tagged [devops-services]
136 questions
0
votes
1 answer
Install virtual environment and install cassandra-driver inside virtual environment using yml(ansible)
I am learning ansible.
I want to install virtual environment and install cassandra-driver inside venv. Could some one suggest me how to do that?
here is the code I have tried.
- hosts: localhost
gather_facts: no
connection: local
name:…

Hari
- 89
- 1
- 2
- 9
0
votes
2 answers
Devops and AWS Lambda Functions Tools
We use Codepipeline from AWS to automatize all the deployment process for most of our services and workers.
Everyday we use more lambda functions and microservices in our company but is getting hard to manage the deployment of them.
Anyone has…

CTala
- 315
- 4
- 13
0
votes
0 answers
APi's for Tool Integrations to an existing toolchain
I tried to add a delivery pipeline and git repo to an existing toolchain using a POST request through POSTMAN.
BUT I just get "IBM cloud is under maintenance" ERROR
Is this functionality included in ibm(adding toolchain integrations to existing…

anonymous_icon
- 3
- 3
0
votes
2 answers
Manage multi-environment Kubernetes application on GKE?
We are starting a project from scratch that will be managed on Google Cloud Services. I'd like to use Google Kubernetes Engine. Our application will have multiple environments (Dev, Staging, Production). Each environment is setup as a new Project on…

hummmingbear
- 2,294
- 5
- 25
- 42
0
votes
1 answer
Export logs from release stage to a git repo or some storage
I am creating a Azure Devops pipeline to build, test and export results for an ios application. After build->export artifacts-> In the release stage where I perform testing, I have trouble understanding exporting the logs and results.
I want to…

Seto Kaiba
- 140
- 10
0
votes
1 answer
delete specific resource i.e, vm,nic,nsg using terraform
I have created azure vm ,nic ,nsg inside the firewall. Now i need to delete specific created vm,nic,nsg inside the firewall. This i will be doing continuously.
When i try i delete with specific vm,ns,nic with below, but it is deleting total resource…

MohanKanth
- 155
- 1
- 3
- 10
0
votes
1 answer
How do I download a raw file from my IBM Cloud Git Repos and Issue Tracking repository?
I'm trying to download a raw file from one of my IBM Cloud Git Repos and Issue Tracking repositories. I had a script that was able to fetch raw file contents using the following curl command:
curl -H "Private-Token: $PERSONAL_ACCESS_TOKEN"…

Matthew Jarvis
- 96
- 7
0
votes
2 answers
IBM Cloud DevOps continuous delivery pipeline Node version too low
We need to build an Angular 6 front end project on IBM Cloud using the DevOps pipeline, but the project requires at least Node v8, while IBM Cloud DevOps pipeline only support v6.7. How can we build our project? Is it possible to upgrade or…

yunjie
- 11
- 2
0
votes
1 answer
How to create Authkey for concoure server that can be used in API Calls to the concourse sever?
request(
{
url:'mysampleendpoint',
headers: {
Authorization: 'Auth key from Browser (skymarshal_auth)',
},
},
function(error, response, body) {
if (response.statusCode ===…

Mike
- 899
- 9
- 27
- 45
0
votes
1 answer
Azure Devops - Build definition ng build error Cannot read property '_statSync' of undefined
I am using Angular 5.2 and building the project in the Azure DevOps with Builds.
Today, suddenly the DevOps build definition has started throwing error in the command ng build.
Here is the snapshot of the error :-
**
2018-10-31T09:39:04.6711840Z…

Karan
- 3,265
- 9
- 54
- 82
0
votes
2 answers
Running multiple pods for postgres in kubernetes. Is it safe for production?
My kubernetes cluster has 3 pods for postgres. I have configured persistent volume outside of the cluster on a separate virtual machine. Now as per kubernetes design, multiple pods will be responding to read/write requests of clients. Is their any…

Meta-Coder
- 331
- 1
- 3
- 12
0
votes
1 answer
Kubernetes - Connecting to a remote database server via ssh
We're in the process of migrating our web app to a distributed application model using gcloud/docker/K8. We've got a remote database server that is configured to only accept connections from another remote server i.e. to get to this database you…

lola_the_coding_girl
- 843
- 2
- 10
- 22
0
votes
1 answer
Tagging Azure Resources from .csv
Is there an easy way to read a .csv in a VSTS pipeline from a PowerShell script?
I have a script that can tag Azure Resources and it gets the key-value pairs from a .csv file. It works a charm when running it locally and running:
$csv = Import-Csv…

Matt
- 53
- 1
- 9
0
votes
1 answer
Tracking api/even changes between different microservice versions before deployment
I work devops for a fairly large company that is in process of transitioning to microservices. This is a new area for most people involved and some of the governing requests seem like bad practice to me but I don't have the expertise to convince…

Jason R
- 3
- 1
0
votes
1 answer
How to navigate in server using angular
I make a angular application My angular application is running on nginx server . When I type “http://.8.100.248:30749” it show nginx is running. (Showing default index.html). But my application is present in html folder having folder name test. …

user944513
- 12,247
- 49
- 168
- 318