Questions tagged [provisioning]

Act of obtaining resources for usage.

Act of obtaining resources for usage.

Examples of items commonly provisioned include:

  1. Virtualized Servers
  2. Security Certificates
1087 questions
10
votes
1 answer

Is there a Node.js based alternative to Puppet or Chef?

Basically, the title says it all: Is there a Node.js based alternative to provisioning tools such as Puppet or Chef?
Golo Roden
  • 140,679
  • 96
  • 298
  • 425
10
votes
3 answers

There is no IOS certificate with ID xxxxxxxxxx on this team

In Xcode: Organizer > Devices then on the left Library > Provisioning Profiles Click Refresh in the bottom right - this runs fine Click Renew on a provision that is soon to expire. I end up getting a prompt that says: "There is no IOS certificate…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
9
votes
1 answer

How to test the release build on device with Xcode 4.2?

I've just finished writing an update for my app, and now I want to submit it to the app store. I've thoroughly tested it in debug mode on multiple devices, but I want to test it with the release build just to make sure nothing screws up. In Xcode…
Alex Coplan
  • 13,211
  • 19
  • 77
  • 138
9
votes
0 answers

How run remote-exec provisioner on destroy of more than one instances

I am using terraform to setup a docker swarm cluster on OpenStack along with using Ansible for configuration on newly created VMs. I want to perform first docker swarm leave on a VM which is going to be removed when I decrease the number of…
Niaz Hussain
  • 139
  • 1
  • 9
9
votes
1 answer

NFC Device Owner Provisioning and Knox

Firstly, apologies if this is an inappropriate place for this question as it is not strictly a code question but I am struggling to find any relevant resources anywhere else. We have a solution based around using a Samsung devices, currently S7s, as…
AndyGates
  • 171
  • 7
9
votes
3 answers

How should my "App IDs" section look like?

I know there are many other questions out there, but I can't seem to find exactly what I want. Let's say that I'm having 5 apps right now: App1 and App2 are the full and lite version of the same myApp, and I want to share data between them App3 is…
phi
  • 10,634
  • 6
  • 53
  • 88
9
votes
5 answers

Get the EXPIRATION date of a Provisioning Profile at Run-time?

I have an app that I routinely pass out to testers via the ad-hoc distribution method. Some of these testers are 'on the ball' and know enough about provisioning profiles and the quarterly expirations and can (if I forget) give me a nudge to rebuild…
iOSProgrammingIsFun
  • 1,418
  • 1
  • 15
  • 32
8
votes
3 answers

Is the Apple iOS provisioning device limit cumulative?

We are coming up to our iOS Developer Program renewal date and I want to make sure I fully understand how the device limit works so we maximise the number of test devices. Am I right in thinking that the 100 device per year is on top of what we…
Adam Swinden
  • 1,917
  • 2
  • 18
  • 24
8
votes
3 answers

Valid Distribution profiles vanish from the Xcode Organizer?

Since 2 weeks ago, every time I manually add any Distribution Profiles (Ad-Hoc or AppStore Profiles) to Xcode, they vanish from the Organizer in a matter of minutes, or when I press the Refresh button (the one next to "Automatic Device Provisioning"…
8
votes
2 answers

Android 12 Device Owner Provisioning

I have an application, that can be successfully setup as Device Owner on devices up to Android 12 via QR code from JSON…
8
votes
1 answer

XCode Invalid Provision Profile for running a profile/inspector - iPhone App

"A valid provisioning profile for this executable was not found" is displayed when I do a "command I" or XCode Product Menu and select the Profile menu item. I want to profile my iPhone application for memory leaks. I have a valid team provision…
Phill Campbell
  • 1,275
  • 1
  • 9
  • 18
8
votes
2 answers

What is (Xcode: Wildcard AppID) in my iOS Provisioning Portal?

Suddenly I saw now a new App ID in my (iOS Provisioning Portal) with description of (Xcode: Wildcard AppID), is it added recently by Apple or by me? But I never added it! And there is no (configure) link for this App, only (details) link where I…
DeZigny
  • 1,953
  • 4
  • 19
  • 29
8
votes
2 answers

Vagrant: multiple playbooks for ansible provisioner

Is it possible / valid to run more than one playbooks for a vagrant ansible provisioner in the following form: config.vm.define "repo", primary: true do |d| d.vm.hostname = "some.hostname" # Create a private network, which allows host-only…
pkaramol
  • 16,451
  • 43
  • 149
  • 324
8
votes
1 answer

Terraform, Looking for a simple way to use double quotation marks in commands?

I need a simple way of using regular quotations " in the provisioner "remote-exec" block of my terraform script. Only " will work for what I would like to do and just trying \" doesn't work. Whats the easiest way to have terraform interpret my…
Alex Cohen
  • 5,596
  • 16
  • 54
  • 104
8
votes
5 answers

iPhone Xcode project.pbxproj + Subversion = code signing issue?

Try to commit my first iPhone application to Subversion found that there's "code signing identity" section in my xcode project.pbxproj file. CODE_SIGN_IDENTITY = "iPhone Developer: my username here...; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone…
Favo Yang
  • 194
  • 3
  • 13