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

How to package files with a Vagrant box?

So I created a Vagrant box with the following command: vagrant package --base box_name_here --vagrantfile Vagrantfile --include manifests/ manifests/ is a directory with a puppet manifest and some subdirectories with some files used during the…
jeremiahs
  • 3,985
  • 8
  • 25
  • 30
7
votes
1 answer

iOS Provisioning Portal gives error when I try to add a profile

I can't figure out what is causing this generic error in the provisioning portal. There's no explanation given, and I am clueless. Any ideas? Thanks for your help.
davis
  • 1,911
  • 6
  • 26
  • 50
6
votes
2 answers

What are the ramifications of deleting your old distribution certificate if you have lost your private key? (iPhone SDK)

If I lost/have no access to the private key associated with a distribution certificate: Can I just create a new one? If I do, will it produce any problems during the submission process? Will apps signed with the old certificate stop working? Will I…
Corey Floyd
  • 25,929
  • 31
  • 126
  • 154
6
votes
2 answers

"no provisioned ios devices are available" on Xcode 4.2 and iOS 5

I just installed Xcode 4.2 on Snow Leopard. I have iOS 5 on my iPhone but i receive this error when I'm trying to run an app on my iPhone. The provision profile is also OK, so I don't understand what's wrong. Can someone please help me with…
Bogdan
  • 2,608
  • 2
  • 27
  • 26
6
votes
2 answers

How to support multiple tenants and secret tokens in azure ad scim provisioning

I am trying to create Azure AD provisioning for our Saas product (using scim2). I want multiple customers to be able to connect with their Azure AD tenant. Microsoft has reference code here: https://github.com/AzureAD/SCIMReferenceCode However, that…
6
votes
1 answer

Ceph CSI (rbd.csi.ceph.com) vs Ceph RBD (kubernetes.io/rbd)

I'm using kubernetes v1.16.10 with a Ceph 13.2.2 Mimic cluster for dynamic volume provisioning through ceph-csi. But then I have found ceph-rbd Ceph RBD…
6
votes
2 answers

Why need adHoc distribution profile when distribution with development profile is possible?

My team is developing an iPhone app, and we just discovered that we can distribute an archived version signed with the development provisioning profile instead of a distribution profile for testing. We just had to add the device IDs to our dev…
Sailesh
  • 25,517
  • 4
  • 34
  • 47
6
votes
1 answer

Xcode 4: Is a build archive provisioning profile specific?

I haven't really used the archive function under Xcode 3, but got used to it now in Xcode 4. So far I always used to have three or four build settings in all my projects: Debug, Distribution AdHoc and Distribution AppStore. Distr. AdHoc and AppStore…
Robin
  • 8,197
  • 11
  • 45
  • 74
6
votes
1 answer

Docker compose in production?

I plan to use docker to build my dev and production environment. I build Django based app. On dev I use docker-compose to mange all local containers. It's a nice and convenient solution. I run Django, 3 celery queues, rabbitmq, 2 postgresql DBs. But…
tunarob
  • 2,768
  • 4
  • 31
  • 48
6
votes
1 answer

Control multi-machine Vagrant block execution order

I have a Multi-machine vagrant setup with some blocks which I need to change the execution order for. Due to the vagrant order being outside-in the most nested block executes last. I need a way to make the provision blocks more nested so they…
Sam
  • 2,771
  • 2
  • 28
  • 41
6
votes
2 answers

Error when importing ad-hoc distribution of iPhone app into iTunes

I'm trying to make a ad-hoc beta distribution of my app, but get this error whenever I try and import it into iTunes: 'A provisioning profile named "embedded.mobileprovision" already exists on this computer. Do you want to replace it?' If I click…
Tom W
  • 578
  • 6
  • 16
6
votes
4 answers

How do I loop vagrant provisioning in multi-machine environments to switch back and forth between machines?

I have a multi-machine Vagrantfile setting up a 5 node environment. I've been looking around to see what levels of control you have over the order of provisioning, but it's pretty limited: https://docs.vagrantup.com/v2/multi-machine/ I want to…
philbert
  • 478
  • 4
  • 15
6
votes
1 answer

Does ADFS server supports scim protocol

Does current Microsoft ADFS 2.0 server (or new ADFS 3.0 RTM ) support SCIM provisioning protocol ? If not which one provisioning protocol is planned SPML maybe ?
Rastko
  • 890
  • 1
  • 17
  • 32
6
votes
3 answers

Wildcard App ID for Developement Provisioning Profile/"No Code Signing Identity Found"

I am invited as a team member to a developer account. I need to send them a demo application via testflight. I checked inside the application ids list and there is no application created for this purpose. I am not able to create one either, since I…
user3735647
  • 71
  • 1
  • 1
  • 4
6
votes
1 answer

Ansible Playbook to Provision and Save Hosts for Later

I'm trying to make some Ansible playbooks that will provision an environment (n databases, m web servers, etc.) and save those hosts for later so I can run deployments against them. The best I can come up with is…
geowa4
  • 40,390
  • 17
  • 88
  • 107