Questions tagged [devops-services]

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.

136 questions
0
votes
1 answer

can we use phabricator for existing svnrepo with 500gb

Here small question, Having 500GB svn data, can we use phabricator for this, and how to configure for that,can we clone phabricatorsvn repo for specific files like normal svn cloning using tortoise svn.
0
votes
2 answers

Not able to access elasticsearch from docker container

elastic search is successfully running on docker container. but i'm not able access in browser. i mapped ports correctly. but the problem is in docker container. in container elasticsearch is mapped with localhost 127.0.0.1:9200 Dokcerfile FROM…
Rajesh Gurram
  • 46
  • 1
  • 5
0
votes
1 answer

How can I block service escalation for specific Service Fabric nodes?

The problem occurs in a standalone Service Fabric cluster. I need to publish my services to specified nodes that are on dedicated machines. I also want to block current services from allocating on the new node. I read about placement constraints…
not_you
  • 31
  • 4
0
votes
1 answer

Error when trying to associate a GitHub branch to IBM Cloud stage configuration

We are running a test server on IBM Cloud and point to a specific GitHub branch as part of the Stage configuration through the Toolchains > Pipeline. When I try to change this branch to a GitHub dropdown branch that I own and click Save I get the…
0
votes
1 answer

Jenkins-Poll Mailbox Trigger

Can we add(restrict) emailids who can only send emails to trigger jenkins job using jenkins Poll Mailbox Trigger plugin. As of now any body can send email who knows the subject and job gets triggered.
0
votes
1 answer

How do I add status to component versions in Snapshot In Urban code deploy Using CLI?

I am able to add status to snapshot saying "Snap ready for Release" using CLI. I am wondering how do I add status to the component versions that are in Snapshot using CLI? Any thoughts?
user9473385
  • 131
  • 2
  • 8
0
votes
1 answer

IBM Cloud Dev Ops Memory Discrepency between CF App command and SSH top command

I am having an issue with my deployed Flask app on IBM Cloud where each API call is resulting in an incremental level of memory used according to the cf app command. Since I cannot share my code my question here is related to my debugging checks.…
BejanSadeghian
  • 609
  • 1
  • 6
  • 10
0
votes
2 answers

Building Artifactory fails for Build Stage in Delivery Pipeline

I have created a toolchain, which downloads the code from the bitbucket repository and builds the docker image in IBM Cloud. After the code builds the image, the build stage fails while building the artifactory. Error: Preparing the build…
0
votes
1 answer

deployment to weblogic node through jenkins

We are in a process of automating the deployments in weblogic nodes through jenkins.The sequence of steps include shutdown managed shutdown admin do copy the war files start admin start managed server. Issue is coming at start admin server and…
sudhir
  • 199
  • 2
  • 5
  • 16
0
votes
1 answer

using sentinel imports while making policies in terraform

Hey i am trying to work with sentinel cli with terraform i have a policy.sentinel file import "tfplan" allowed_machine_types = [ "n1-standard-1", "n1-standard-2", "n1-standard-4", "n1-standard-8", ] main = rule { all…
cjmash
  • 173
  • 1
  • 2
  • 10
0
votes
1 answer

Why does Terraform 0.8.8 keep asking me to interactively input variables?

I am using Terraform 0.8.8 and it keeps asking me to interactively input certain variables (the first being var.allowed_ips_app_elb_https_env_specific). I have a variables.tf file which contains all of the variables I want to input, yet it keeps…
O.R
  • 1
  • 1
  • 1
0
votes
1 answer

IBM-Cloud: Schedule a Deployment

we are trying to schedule a deploy, something like every sunday at 4 am, do deploy, even if nothing has changed, but reading official docs of IBM Cloud: here, the docs does not match with tools in console: Docs: Real: So, the question is: how can…
Ninja Coding
  • 1,357
  • 1
  • 16
  • 26
0
votes
1 answer

Bluemix devops insight: Integration with sonarQube

I have started using Bluemix devops insights service available as part of Bluemix toolchain. I am not able to see any documentation on integration of SonarQube with the tool. The one available in the service is a bit misleading as it only talks…
jeet
  • 629
  • 1
  • 4
  • 15
0
votes
1 answer

AWS disksize degradation

i have 1 ami which was created from instance with m4 large and 1000GB disk space. Now by using ami i have sponge the instance which by default has m4 large and 1000 GB disk but we are thinking for downgrading the sponge instance to t2 medium and 200…
0
votes
2 answers

How to debug Unhandled exception / Segmentation error in IBM Bluemix Delivery Pipeline

I've created a toolchain in IBM Bluemix DevOps and it has a Delivery Pipeline app. In a stage I'm trying to install and run SBT, but I'm facing with an issue. Unfortunately based on the logs I cannot figure out what the problem is, it just tells…
Levente Holló
  • 714
  • 6
  • 13