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
2 answers

How can I render the ID of a minion that has a particular .sls or state in SaltStack?

I'm using SaltStack to manage some VMs. I'm looking for a way to render the ID/hostname of a minion(s) that have a specified .sls attached to them in the top.sls file or a particular state in a jinja template-enabled file. The reason I want to do…
user2640621
  • 437
  • 5
  • 7
0
votes
1 answer

How does Groovy Environment Manager deal with Windows env vars

For me to manually install tools like Groovy, Grails, Gradle, etc. on Windows, I need to set up a new env var (i.e. GROOVY_HOME) and then add that tool's bin directory to the system Path (i.e. %GROOVY_HOME%\bin), etc. My understanding of GVM is that…
AdjustingForInflation
  • 1,571
  • 2
  • 26
  • 50
0
votes
1 answer

Git Source Control, Additional attribute for every file

i am planning to use GIT for source control. How can i like add additional attribute to every file? i.e. IP Address, HDD Folder location Planning to have Git with configuration management, for source code deployment.
KS Kian Seng
  • 319
  • 1
  • 6
  • 14
0
votes
4 answers

deploying apigee on multiple environments

We are planning to work on multiple apigee environments (e.g. dev, qa, prod etc.) and planning to automate build and deployment. We are looking for guidance on what is the best practice to manage the following entities or artifacts in Apigee…
0
votes
2 answers

Multiple set of configuration for spring framework application

Play!Framework provides a very good feature that enable you to configure different set of configurations, hence I could have something…
0
votes
1 answer

How to tidy up software project with many git repos and branches

The company I work at has a git software repository consisting of many common and top-level software projects, where the top level projects will include various different common projects to generate the final binary-executable file. The build system…
code_fodder
  • 15,263
  • 17
  • 90
  • 167
0
votes
1 answer

What CI server and Configuration Management tools I should use

What CI server and Configuration Management tools I should use together for a truly development and deploy maintenance. There isn't the de facto rails sustainable environment, is there? Some assumptions: • code control version ok - git (de facto…
Bera
  • 1,272
  • 4
  • 23
  • 49
0
votes
1 answer

How can I improve class function using a template or other generic method

I have a class function that downloads packages using the package method in puppet. class package { define install( $dependence=File[$dummy_dependence_file]) { package { $name: ensure => "installed", require =>…
0
votes
1 answer

Reading nested configuration section element of same type from web.config file

Ok this is a tricky one or I just don't know how to do it. I have to problem creating and reading custom config sections like: The issue I am having is reading the below configuration with…
0
votes
5 answers

MKS Integrity Command line API

Has anyone here got experience in building a parser for the MKS Integrity command line API. I am planning to build an API (in C#) and would need to build a CLI result parser which I could use to parse the results from the CLI. I have heard that the…
0
votes
5 answers

ASP.NET MVC Configurable Static Text

I am currently working on a project that requires Static Text to be configurable(including labels, messages, and validation errors). I was wondering what the best approach would be. The app is being written using ASP.NET MVC and C# 3.5. I need all…
John
0
votes
1 answer

StarTeam share change request across multiple branches or views

We currently have a simple Star Team setup with a couple of branches or views as they seem to be refered to in Star Team: --Production --Staging --Development --Trunk We would like to "Share" or create a "Referenced View" of a Change…
0
votes
2 answers

Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes

Lets take the example, I am having a jboss-4.2.3 installers as a .tar file. In general to install jboss, i ll 1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/) into multiple servers 2. untar the openjdk into a preferined path…
0
votes
1 answer

Configuration files management

I have a bunch of configuration files used by gradle. conf1 conf2 conf3 conf4 etc. Sometimes I need to change some setting in every file or in several files. Is there any tool(for Linux) that helps me to do that? For example, if I want set…
Ilia
  • 543
  • 1
  • 5
  • 17
0
votes
1 answer

Where to find the jars to include in jogl 2.0?

I'm trying to make this example work, just to make sure I got my environment set up: Using_JOGL_in_a_Java_applet Then I downloaded either jogl or jogamp, the name seems to be used interchangeably Instructions on downloading jogl I downloaded the all…
Dude Dawg
  • 1,465
  • 2
  • 15
  • 26