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
0
votes
1 answer

Grandstream GXP2170 XML provisioning for 7-digit dial plan

I have a need to be able to provision a dial plan that can prepend the area code to a dialed 7 digit number on Grandstream GXP2170 (config files are very similar between the GXP21XX models) on firmware "Prog 1.0.9.69", the provisioning MUST be done…
0
votes
1 answer

ISC-DHCPD classes for ZTP (with Juniper)

I'm currently trying to setup a DHCP server to use it in a ZTP environment. My first goal is to be able to upgrade my Juniper devices automatically based on the hardware. What I'm really trying to achieve is to dispatch the proper JUNOS software to…
gmazoyer
  • 51
  • 1
  • 6
0
votes
0 answers

Are Load Spikes During Setup Considered for Provisioning?

I have a developer running automated tests which spike above 50% during setup, as seen in the below image. He is arguing that the tests are unstable and difficult to troubleshoot, so downsizing is an inappropriate action. Ignoring the obvious…
SeanVDH
  • 101
  • 1
0
votes
1 answer

Provisioning Package does not apply changes, even though it appears in Provisions folder after MDT Deployment

I have created a provisioning package for deploying Windows 10 1709 to our organization. I have created a task in my task sequence that successfully applies the Package during Post-Install. The desired change is a custom Start menu layout. I had…
arrakis90
  • 103
  • 3
0
votes
1 answer

How to Add Wireless PEAP Profile Username and Password for during MDT Deployment

I have a windows 7 pro 64-bit reference image running in a Hyper-V client for MDT 2013 deployment on server 2012. The computers are standalone with no AD and I have no control over the network configuration. I want to provision laptops to…
0
votes
1 answer

How to automatically set the domain of a host interface in Foreman

I'm currently using Foreman to discover nodes on the network, and to provision bare metal servers. When a node is discovered, and I "Provision" it through the Foreman UI, I always have to specify the "Domain" for the primary host interface that was…
grizzthedj
  • 143
  • 1
  • 2
  • 10
0
votes
2 answers

Foreman: How to test if the deployment is on Bare Matal or in Libvirt?

I write a custom Kickstart as a Foreman provisioning template. One of my problems is that I haven't found a way to determine if the new host will be installed on a bare metal or on a Hypervisor. The @host.model works on ESXi hypervisors, but…
Peter
  • 822
  • 2
  • 10
  • 23
0
votes
1 answer

Provisioning Windows 8/10 tablets

How do you automate the deployment of software and configuration (users etc) on tablets? The context is a number of Linx and Surface tablets that will be sent out to sites where they will be put on a LAN without internet access. We don't need or…
pjc50
  • 1,720
  • 10
  • 12
0
votes
1 answer

One vagrant command to create and provision machine whether machine is created or not?

When my VM is not created, I can run: vagrant up or: vagrant up --provision but not vagrant provision, because of the warning: VM not created. Moving on... When my VM is created, I can run: vagrant provision or: vagrant reload --provision but…
kenorb
  • 6,499
  • 2
  • 46
  • 54
0
votes
1 answer

How to override the previous defined PHP value via Ansible PHP role?

I'm trying to apply override PHP's opcache.max_accelerated_files setting via geerlingguy's Ansible Role for PHP onto geerlingguy/centos6's VM using the following lines (as part of provisioning script): php_opcache_enabled_in_ini:…
kenorb
  • 6,499
  • 2
  • 46
  • 54
0
votes
1 answer

How do I provision a new LXC container using saltstack?

I've got a host server which runs Jenkins. I'd like Jenkins to automatically create new containers and prepare those containers with SALT. The ultimate purpose is to use these containers to test code. What is the best way to create a new container,…
sbrattla
  • 1,578
  • 4
  • 28
  • 52
0
votes
1 answer

Can't run puppet with modules on vagrant

I was studing puppet and running the manifests happened without a problem but when I added modules to puppet I run into the following issue: DEBUG ssh: Exit status: 0 INFO interface: info: Running Puppet with db.pp... INFO interface: info: ==>…
0
votes
1 answer

Setup SSL keys when using roles-profiles pattern with Puppet

Here is a scenario. I have two web applications (lets call them webapp1 and webapp2) that needs apache, php (with some modules), and the web app's code it self. This is how I set this I set this up (using the roles-profiles pattern): modules/ …
vaidik
  • 153
  • 4
0
votes
1 answer

SSH access on public IP pool

I am creating VPS solution and currently network policy for Virtual Machines provisioning provides each VM with one public IPv4 address from the reserved pool of 255 addresses. I will need to provide SSH access to these virtual machines. My SSH…
azec-pdx
  • 205
  • 2
  • 5
  • 9
0
votes
1 answer

Error while running juju deploy jenkins-slave

Note: I'm running this on 3 Ubuntu trusty VM's on my OS X laptop over VMWare Fusion. I am a juju newbie and having some trouble with setting up jenkins-slave. I have a bootstrap machine, and 2 other machines. Jenkins (master) is successfully…
Sam Hammamy
  • 189
  • 5
  • 17