Questions tagged [provisioning]

Provisioning - manual and/or automated OS deployments to physical and virtual machines.

OS Provisioning is at the base of the System Administrative task list: creating standard server builds that can be repeated either via following manual processes or implementing solutions such as kickstart, jumpstart, unattend, ignite, autoyast, NIM or WDS.

136 questions
5
votes
3 answers

Provisioning DELL servers using only linux tools

We have taken delivery of a bunch off Dell Poweredge Rack servers. Unfortunately when ordering it was neglegted to ask for dhcp to be enabled in the built in iDRAC controlers... So they are all stuck on the same IP address. Which means that I'll…
Krist van Besien
  • 1,862
  • 13
  • 16
5
votes
1 answer

Vagrant / chef - nginx cookbook extend

I am fairly new to using chef, particularly with vagrant so this will most likely be a silly question to the more experienced users out there. I am using this cookbook: https://github.com/opscode-cookbooks/application_nginx I simply want to add my…
5
votes
2 answers

Why can't “knife data bag from file” find existing json file on chef server?

Summary: I'm running into a problem with "knife data bag from file", where knife doesn't recognize the .json data bag file pulled down from a remote git repo. Background: I'm currently trying to transition from chef-solo use to chef server while…
ellisera
  • 53
  • 1
  • 1
  • 3
5
votes
3 answers

Kickstart: Serve dynamic kickstart images via a CGI or PHP script?

I'd like to Kickstart a couple dozen RHEL6/SL6 servers. However, some of these servers are different and I don't want to create a new ks.cfg file for each class of server. Is there any way I can generate a Kickstart file dynamically on the fly, from…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
3 answers

What options do I have to clone a physical server as easily as a virtual machine?

We use virtual machines a great deal at my company, Hyper-V mainly but we have also dabbled with ESXi plus vCenter. Besides the traditional advantage of being able to consolidate many physical machines onto one server, we find the ease of…
Jeremy
  • 651
  • 3
  • 11
  • 17
4
votes
3 answers

What's the definition and difference between provision and bootstrap?

What would "provision a machine" mean, compared to "bootstrapping a machine"? I see that provision is mostly used when talking about Puppet and Chef, and bootstrapping seams to be mentioned more closely to a machines booting process (really early…
Fredrik Wendt
  • 183
  • 1
  • 7
4
votes
0 answers

2008 R2 RDS Client Printers Disappearing?

So my issue is something I can find nothing on and is very hard to track down. I am working with Microsoft and Citrix support but am getting nowhere and my client is becoming frustrated on the lack of movement, which is why I'm posting here! The…
4
votes
3 answers

Vagrant single box with multiple addressable domain.locals

I currently utilize Vagrant and Chef to provision individual linux VMs for different apps. These apps are domain addressable from host, without requiring anything else set up on the host. This is achieved using avahi on the linux guest. Host then…
ljs.dev
  • 1,254
  • 2
  • 9
  • 15
4
votes
1 answer

Variable Expansion in Cobbler kopts

In my environment I have large numbers of systems with two interfaces, one is used for system access and management and the other is used for network monitoring. They both are in a link-up state but the monitoring port is TX blocked. When using koan…
Scott Pack
  • 14,907
  • 10
  • 53
  • 83
4
votes
2 answers

Using Chef Solo to provision a Windows EC2 instance and bootstrap it

I'm trying to automate our CI process for a couple of .NET apps, and in a perfect world I'd like to spin up a Windows EC2 instance for each, bootstrap the instance to install Chef Solo and then execute a Chef recipe to install some dependencies and…
Kieran Benton
  • 131
  • 1
  • 5
  • 16
4
votes
3 answers

Generate TFTP Content on the fly?

I know this isn't the purpose of TFTP, but I'm working in an environment where a lot of different types of devices pull provisioning info from a TFTP server. What I'm developing is a provisioning system that tracks and maintains device…
andyortlieb
  • 1,092
  • 1
  • 12
  • 25
3
votes
1 answer

Professional workflows to Deploy via Git?

I have written a set of bash + crontab scripts that basically let me take a new linux server and deploy a git repo to it. All fine and good, but it's a rather piecemeal process and am wondering if there are some pointers on a more…
JasonS
  • 183
  • 7
3
votes
2 answers

How to provision a node via puppet if it's using an image-based virtualization technology?

I'm trying to integrate puppet and vSphere via this module: https://forge.puppetlabs.com/puppetlabs/vsphere This module lets you create servers via a few lines of puppet code. I have a vm template that I'm cloning from. It has vmware tools and…
cat pants
  • 2,273
  • 10
  • 35
  • 46
3
votes
1 answer

NixOS reproducible users and packages?

I'm new to NixOS and trying to learn its concepts. One of the reasons I'm excited about it is I'm hoping it will be able to give me a reproducible system configuration, similar to using Ansible for localhost. However, I am not sure how to achieve…
3
votes
1 answer

Detecting Infrastructure Provider in Puppet

Note: we use Puppet standalone (master-less) i.e. puppet apply. Usually, while deploying a web application there are a number of back-end services and applications that run behind the front-facing application - things like the database, search…
vaidik
  • 153
  • 4
1
2
3
9 10