Questions tagged [infrastructure]

393 questions
2
votes
2 answers

Whats the best SAP ERP infrastructure architecture?

My company is planning to implement SAP HR in our organization. We already have the other modules running. We plan to offer ESS/MSS to approximately 200 000 users. Our current configuration is one machine with a Central Instance and 3 machines with…
Asif
  • 681
  • 9
  • 17
2
votes
1 answer

ansible docker postgres volume

i am doing some postgres deployment with docker, ansible and terraform in aws things are going relatively well, i start the instance with terraform, provision the instance with docker using ansible, start my postgres container with ansible also, and…
2
votes
2 answers

How to setup the infrastructure with blade servers for OpenStack

We have 24 Huawei CH242 V3 blade servers and want to setup a private cloud with OpenStack, but we're very new to OpenStack and very lack of experiences about infrastructures. Could somebody kindly give us some useful information about the following…
shizhz
  • 11,715
  • 3
  • 39
  • 49
2
votes
1 answer

How do you build a scalable infrastucture for a family of related but separate websites?

So, my company is talking about building an ecommerce platform that will serve many different clients. Each client would have a different look and feel, and its own set of users, but the backing code (ie: adminstration services, authentication…
Reverend Gonzo
  • 39,701
  • 6
  • 59
  • 77
2
votes
2 answers

Subdomains in Asp.Net MVC Application

Helo Guys! I'll start to develop a website of marketing and the users will be able to create accounts in this website. I'd like to separete the area of users using Subdomains, just like wordpress.com, ning.com, etc. If a user create an account for…
Felipe Oriani
  • 37,948
  • 19
  • 131
  • 194
2
votes
1 answer

Can AWS code deploy update an existing AutoScalingGroup's Launch Config? Or Create a new AutoScalingGroup with a new LaunchConfig?

We are currently testing potential processes to implement Blue-Green deployment on AWS by creating new GREEN AutoscalingGroup and swapping that with the old BLUE AutoScalingGroup. We noticed code pipeline has a nice orchestration feature that could…
froi
  • 7,268
  • 5
  • 40
  • 78
2
votes
1 answer

How do I use the external IP of an ec2 instance in an ansible template?

I am configuring nodes that are in rackspace/digitalocean/aws/google cloud and need to access the external IP of the ec2 instances in a template in ansible. I want to define my machines in the host file like this: taps_1 ansible_host=54.123.456.789…
rybit
  • 716
  • 3
  • 17
  • 25
2
votes
2 answers

DNS Server IP Address

I have a basic question about DNS infrastructure. I'm wondering how the IP addresses of upstream DNS servers are configured within DNS servers. For example, when my router needs to satisfy a DNS query on behalf of a machine on my LAN, it asks its…
duffsterlp
  • 347
  • 1
  • 5
  • 15
2
votes
1 answer

Where do I get Microsoft.GroupPolicy.Management.dll?

Having a look at this code http://msdn.microsoft.com/en-us/library/ee862406%28VS.85%29.aspx It says "Add the Microsoft.GroupPolicy.Management assembly to your project" but i cant seem to find out where to get Microsoft.GroupPolicy.Management from.
Simon
  • 33,714
  • 21
  • 133
  • 202
2
votes
1 answer

Managing personal projects

I want to introduce Jira and Perforce for my personal projects at home. The question I have is about infrastructure. How do you setup your personal production environment? Do you have an own server at home that hosts source control and project…
alexfr
  • 1,161
  • 3
  • 12
  • 23
2
votes
2 answers

Sharing data between remote locations

I'm currently estimating how to best share data between offices at different geographical locations. My current preference is for using SQL Server Merge Replication and have a main database and handful of subscribers. The system will also need to…
2
votes
1 answer

Can we write an custom check for monitoring a process with Data Dog

I want to write an DataDog Check to monitor some process like Puma, delayed_job etc, I can see there are ready plugins available for these for nagios and Sensu but not for DataDog, But can I write my own check/plugin for this services in datadog ?…
slashRahul
  • 555
  • 5
  • 18
2
votes
1 answer

Best Vagrant setup for an infrastructure distributed over multiple machines

I want to use Vagrant and Ansible to mirror the production environment and infrastructure locally. I have setup a Vagrant file along with each Project/Website (App1, App2, ...) I'm working on. For easier maintenance and clarity, I want to use one…
2
votes
1 answer

How to abstract roles in ansible

I have a bunch of services, which are built and deployed with ansible. Each service is managed by it's own team, has separate repository and they are completely independent from each other. I have some ansible roles that are the same in all of…
Andrey Neverov
  • 2,135
  • 1
  • 12
  • 21
2
votes
4 answers

Server farm Shutdown

How do large server farms handle gracefully shutting down all or part of the farm? I'm thinking of planed and unplanned cases like: "We need to shutdown Rack 42" "We need to do work on the power feeds to the whole block" "Blackout! UPS's running…
BCS
  • 75,627
  • 68
  • 187
  • 294