configuration-management Questions

3

Solved

Is there any point in using Azure Key Vault over App Configuration? Yes, yes, I know - they are complimentary, key vault for secrets, app config for... well, app config. But, considering they are b...
Haggar asked 27/5, 2021 at 12:29

2

Solved

I would like to build the same project twice in the same solution configuration, varying some #define flags to toggle features. Both binaries will be deployed with different names. The solutions t...
Selfliquidating asked 7/12, 2012 at 18:33

7

I am working on a product suite which has 4 products. Right now, all of the configuration data is either in the XML or properties files.This approach is not maintainable as we have to mana...
Spithead asked 24/2, 2010 at 6:27

2

Solved

I'm looking for the most official definition of CSCI / Configuration Item - not just what it is but what we have to deliver / can expect when a contract defines subsystems which shall be developed ...
Preemie asked 30/11, 2010 at 10:37

9

Solved

Problem I have a set of client machines that are a part of an enterprise web application. Each machine runs identical software, which is a PyQT-based web client that connects to a server. This cli...
Absent asked 7/6, 2014 at 9:53

5

I am configuring an OpenStack box using cloud-init/cloud-config. I intend to wait until it is fully configured before I start using it. This is not all that hard to do using some marker file or de...
Frugivorous asked 8/10, 2015 at 14:46

3

Solved

(Please note: after receiving initial answers, this issue seems to not be just an issue with passing the variables, but with modularizing my configurations, note at the bottom where I hardcode the ...

3

Solved

In my playbook, a JSON file is included using the include_vars module. The content of the JSON file is as given below: { "Component1": { "parameter1" : "value1", "parameter2" : "value2" }, "...
Pile asked 31/5, 2016 at 6:48

5

Solved

I'm working on creating a single command that will run mulitple things on the command line of another machine. Here is what I'm looking to do. Use psexec to access remote machine travel to proper...
Easternmost asked 4/1, 2012 at 19:33

1

Background: We are in the process of migrating .Net application to .Net Core. As a strategy, we would like to keep the existing functionality intact on Full framework while migrating portion of the...

3

I am learning Ansible but I am getting confused when to use hyphen and when not to use hyphen in playbook. As I know, hyphen is used for list in Ansible. For example, --- # my first playbook - h...
Buckie asked 18/6, 2016 at 5:34

2

I would like to know how to import config sync files in my functional tests for modules I am testing. For instance, I have some custom content types I would like to test against, and there are a nu...

9

Solved

Can anyone explain in simple terms what the difference is between configuration management and version control? From the descriptions I've been able to find on various websites, it seems like confi...
Keefer asked 29/10, 2009 at 19:47

2

There is an emerging trend of ripping global state out of traditional "static" config management tools like Chef/Puppet/Ansible, and instead storing configurations in some centralized/distributed t...

1

Solved

maven allows you to define in pom file: (A) dependencies -> the actual direct dependencies of the project (B) dependencyManagement/dependencies -> managed dependencies that affect dependencies of...
Amersfoort asked 6/9, 2017 at 8:51

3

Solved

What is the basic difference between convergence and idempotence in Chef?
Seven asked 3/6, 2015 at 9:8

6

In git I am familiar with how to checkout individual files that have been deleted using the git checkout -- [<paths>...] syntax (which is recommended when you do git status. To get all the f...

3

Solved

Basically I am creating a Salt state describing Munin server configuration and I need to get a list of all minions known to the master, something like this: {% for host in pillar['munin_clients'] ...
Doctrine asked 17/6, 2013 at 23:53

1

I really like the way that you can upload multiple versions of the same cookbook to Chef server. And also you can specify the cookbook version in metadata file. e.g. depends 'base-config', '= 1.2...
Radarman asked 11/2, 2016 at 6:57

2

Currently I have configurations files stored in GitHub. I have a single json file with format as below { DEV: { key1 : val1, key2 : val2 }, PROD: { key1 : val1, key2 : val2 } }. My build syste...

2

Here's my target file: Sonatype Nexus # ============== # This is the most basic configuration of Nexus. # Jetty section application-port=8081 application-host=0.0.0.0 nexus-webapp=${bundleBasedi...
Finnic asked 24/1, 2015 at 7:4

2

Solved

I'm developing a C# WPF MVVM application with .NET Framework 4.6.1 and I have a custom section in App.config: <configuration> <configSections> <section name="SpeedSection" type="S...
Emissary asked 22/11, 2016 at 8:51

1

Solved

I created a complex state for API service, it involves git checkouts, python venv, uwsgi, nginx, etc etc. It works fine. Now I would like to turn it into a template and execute it several times p...
Heterosis asked 21/6, 2016 at 14:19

2

Solved

The One Binary principle explained here: http://programmer.97things.oreilly.com/wiki/index.php/One_Binary states that one should... "Build a single binary that you can identify and promote throu...

3

Solved

I'm trying to find a way to support 2 different versions of an API in my code base. They have the same package names but work much differently under the hood (two completely different systems). How...
Ankylostomiasis asked 17/5, 2016 at 12:58

© 2022 - 2025 — McMap. All rights reserved.