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.

134 questions
100
votes
3 answers

How long before an s3 bucket can be created with same name after deletion?

Title is quite explanatory, but I have just deleted an s3 bucket as it was in the wrong region and am wanting to recreate it in the correct region with same name as the just deleted one. Is there any documentation of this or user experience?
ljs.dev
  • 1,174
  • 2
  • 8
  • 15
83
votes
7 answers

Why use Chef/Puppet over shell scripts?

New to Puppet and Chef tools. Seems like the job that they are doing can be done with shell scripting. Maybe it was done in shell scripts until these came along. I would agree they are more readable. But, are there any other advantages over shell…
resting
  • 1,059
  • 2
  • 10
  • 10
15
votes
7 answers

FLOSS Server management and audit tools

I've been working with HP's Server Automation tool suite for a long time, and while it's a great tool - it's too much for a small business or home network to use (more accurately: it's way too expensive for anything less than a large company to…
warren
  • 17,829
  • 23
  • 82
  • 134
13
votes
4 answers

Changing the mysql bind-address within a script

What would be the best way to change the mysql bind-address in the my.cnf from a shell script? Is there a way using a tool like mysqladmin or should I use sed or should I simply append it to the my.cnf and hope that the second entry overwrites the…
nonsenz
  • 361
  • 1
  • 2
  • 8
12
votes
3 answers

Distribute ssh public keys among hosts

I'm setting up some machines with Ansible and need to enable password less connections between them. I've got a database master and several slaves. For initial replication the slaves need to ssh into the master and get a copy of the database. I'm…
soupdiver
  • 797
  • 2
  • 8
  • 26
9
votes
4 answers

Execute copy and set only if something changed

For Ansible, I have a role that sets the time zone and populates the setting the (Ubuntu) base system, - name: set timezone copy: content='Europe/Berlin' dest=/etc/timezone owner=root group=root mode=0644 …
Nico Schlömer
  • 205
  • 1
  • 2
  • 7
9
votes
4 answers

Implications of using VMware's templating and cloning for provisioning Linux servers instead of PXE

There seems to be speed benefits when using VMware's templates to create new VMs. However, I'm concerned about possible less obvious security and flexibility implications. For e.g.: First boot generated keys VMware proprietary methods of…
Belmin Fernandez
  • 10,629
  • 26
  • 84
  • 145
9
votes
4 answers

Advantages of thick provisioning of storage over thin provisioning with virtual machines

I typically use thin-provisioning of storage space when building VMs: it provides a lot of flexibility, and seems to be faster to build. The only potential definite advantage I can see is to ensure that a VM doesn't accidentally run out of available…
9
votes
1 answer

How to replace a third party AWS cloud accounts provider with bespoke account governance?

My company (an inward-looking institution without customer or external interface) has moved all operations from a local data centre to AWS a few years back, mostly to a handful of large AWS accounts (network, management, billing, sandbox, dev, test,…
BuZz
  • 193
  • 4
8
votes
3 answers

Technology for short-lived private VMs

I'm trying to build a system that will run short-lived (CI and test builds) of software components, it's mandatory according to my requirements that each live on a private host. I'm taking that definition to include paravirtualsation options as…
Lee Hambley
  • 340
  • 3
  • 12
8
votes
3 answers

How many resources does a mumble server need?

Given a default instance of Ubuntu Server LTS, how many additional resources are needed to run a Mumble server ("murmor") for say 10 connected users? I'm curious about: CPU consumption RAM working set Network needed Disk I/O Storage space…
jldugger
  • 14,122
  • 19
  • 73
  • 129
6
votes
3 answers

What is your provisioning method? (out of the cardboard -> bare metal -> fully functional server)?

Trying to cut down our deploy times and looking for suggestions and shortcuts you or your team uses to get back in the terminal and out of the data center. Looking at the entire process from ordering gear to end of life.
ForgeMan
  • 391
  • 1
  • 8
6
votes
2 answers

Which EC2 instance best for Chef server?

I want to setup chef server as cheaply as possible, while leaving it enough room to run without crashing. The only article I found on the subject warned that RabbitMQ would crash on a micro instance due to insufficient memory. The question is:…
Max Chernyak
  • 650
  • 8
  • 21
5
votes
2 answers

How does Bare metal provisioning to clients work with PXE

I'm trying to better understand how one would initiate the process of re imaging a number of client computer systems on a network. Eg, to reverse systems back to a base image each week. Each image would then be for example, windows 8 pre-configured…
Toby
  • 273
  • 4
  • 14
5
votes
2 answers

Remote automated provisioning to a XenServer Hypervisor

I'm currently working on a project where I use Vagrant with Ansible provisioning to create local environments in VirtualBox. I'm currently working with a University and we have a XenServer Hypervisor (free edition). I can't access the hypervisor…
djsumdog
  • 1,060
  • 2
  • 16
  • 29
1
2 3
8 9