Questions tagged [configuration-management]

Software configuration management (SCM) is the task of tracking and controlling changes in the software deployments

In software engineering, software configuration management (SCM) is the task of tracking and controlling changes in the software. Configuration management practices include revision control and the establishment of baselines.

SCM concerns itself with answering the question "Somebody did something, how can one reproduce it?" Often the problem involves not reproducing "it" identically, but with controlled, incremental changes. Answering the question thus becomes a matter of comparing different results and of analysing their differences. Traditional configuration management typically focused on controlled creation of relatively simple products. Now, implementers of SCM face the challenge of dealing with relatively minor increments under their own control, in the context of the complex system being developed. According to another simple definition: Software Configuration Management is how you control the evolution of a software project.

407 questions
0
votes
1 answer

How to Configure and use web Dash Board In Cruise Control.NET

I Have a single project in my ccnet.config file. I build that project using MSBUILD.exe in .config file. Now I want to see the build results on web Dashboard, But i don't know , how to see and configure dashboard to view the build status. Kindly…
0
votes
2 answers

SMP Control Manager detected SMP is not responding to HTTP requests. The http status code and text is 500, Internal Server Error

I am getting this error in one of the Management Point. SMP Control Manager detected SMP is not responding to HTTP requests. The http status code and text is 500, Internal Server Error. All Application Pool in IIS is working fine. There is no error…
0
votes
1 answer

Chef knife-spork Git plugin not committing or pushing

I'm having issues getting the Git plugin for knife-spork to commit and push to it's repo. Here's the output from knife spork info: {"version_change_threshold"=>2, "preserve_constraint_operators"=>true, "always_promote_remote"=>true,…
Just Lucky Really
  • 1,341
  • 1
  • 15
  • 38
0
votes
1 answer

with salt how to access reclass vs pillar data?

Im looking at the readme on the salt-swift formula, and this has me wondering: rings: - name: default partition_power: 9 replicas: 3 hours: 1 region: 1 devices: - address:…
user22866
  • 231
  • 4
  • 15
0
votes
3 answers

Where to find good examples or Templates for Configuration Management Plans?

Documentation is not the favorite area of a developer but an important area to fulfill if you want to have standards in the organization. We are trying to put together a new Configuratio Mgmt Plan to setup Change Controls, Backups strategies and…
Geo
  • 8,663
  • 13
  • 63
  • 93
0
votes
1 answer

Unable to upgrade MID Server

Our ServiceNOW instance recently got upgraded from Eureka to Geneva. MID Server status became down and the version does not match the Build number in the stats. I was told that the MID Server will auto upgrade which didn't happened. I am using a…
0
votes
2 answers

How can I setup a bare GIT repository that after pushes the new content is visible?

I have this scenario: A colleague of mine and I are working on the same branch (master) of a git project "xy". In order to make teamwork possible, i created a bare repository of the project and put it on a network drive which is accesible to both of…
0
votes
1 answer

Tracking development and staging environment

I'm working in a small development shop that maintains a fairly large number of custom software products. They have 3 environments -- Test, Staging, and Production where software is run from. The vast majority are web applications (ASP.NET) while…
rswafford
  • 374
  • 3
  • 8
0
votes
1 answer

Salt Internals, connections from master to minion

I just have a question I can't figure out about saltstack. It concerns the mater and the minion configuration. Salt is even driven, but the documention says (and it works) we should only open port on the master, and that event are received on the…
nixmind
  • 2,060
  • 6
  • 32
  • 54
0
votes
1 answer

How to manage configuration files for embedded system with a custom config for each program?

Our product is an embedded system, and each physical product has its own configuration, there are ~300 of them to manage. Most systems are offline. When it comes to updating them, there can be major config management issue. Ideally, we would like a…
0
votes
1 answer

Kubernetes API for provisioning pods-as-a-service?

Currently I have an app (myapp) that deploys as a Java web app running on top of a "raw" (Ubuntu) VM. In production there are essentially 5 - 10 VMs running at any given time, all load balanced behind an nginx load balancer. Each VM is managed by…
smeeb
  • 27,777
  • 57
  • 250
  • 447
0
votes
1 answer

How to Version control and Configuration Management in Oracle APEX 4.2

I have two oracle apex applications deployed in several geographic locations. And I want to merge them together as one baseline code-base and using configuration management like process to deploy the application in both locations functionality wise.…
0
votes
1 answer

Service Discovery using chef recipe

I am working on clustered environment, where I have multiple clusters with each cluster have multiple nodes involved. I have to announce the node the service is up and the master node have to discover the the newly available node. I am announcing…
0
votes
1 answer

How to Mimic Prod Environment

We have a particularly unique situation so I will try to be as clear as I can be. We've a sales cloud(AWS) which UAT team uses for testing and another separate account for production. I want to know what steps we would need to perform to make sure…
0
votes
1 answer

How can I add keys to a hash variable in Ansible YAML

I've got a variable in Ansible that I use to pass environment variables to a task. However, I've got another playbook that uses the role, and I'd like to tack more values onto the variable. How can I accomplish this? For example, I want to have a…
Adam Ness
  • 6,224
  • 4
  • 27
  • 39