provisioning Questions
4
Solved
I have a shell provisioner in packer connected to a box with user vagrant
{
"environment_vars": [
"HOME_DIR=/home/vagrant"
],
"expect_disconnect": true,
"scripts": [
"scripts/foo.sh"
],
"t...
Bimbo asked 31/1, 2018 at 7:55
2
In my files directory I have various files, with a similar name structure:
data-example.zip
data-precise.zip
data-arbitrary.zip
data-collected.zip
I would like to transfer all of these files in ...
Moton asked 31/5, 2020 at 12:52
7
Solved
I have built a demo iOS app on my Mac. My client wants to get the executable and run it on his iOS simulator on his Mac so as to give me feedbacks. I have an Apple developer account and I can deplo...
Crozier asked 5/3, 2014 at 19:20
4
Solved
This might have been asked lots of times, but still I couldn't find info on why are they needed. I use DEVELOPER prov profiles to test apps on my device, that makes sense.
The Provisioning Portal ...
Seeto asked 2/10, 2012 at 11:2
0
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 ...
Wyckoff asked 14/2, 2020 at 12:44
2
Solved
My question is similar to this git hub post:
https://github.com/hashicorp/terraform/issues/745
It is also related to another stack exchange post of mine:
Terraform stalls while trying to get IP ...
Young asked 16/6, 2016 at 17:41
10
When I upload to Application Loader I receive the following message:
ERROR ITMS-90174: "Missing Provisioning Profile - iOS Apps must contain a provisioning profile in a file named embedded.mobilep...
Cruet asked 22/6, 2015 at 5:11
4
Solved
I want to use docker-compose to compose together php and several databases (orientdb, neo4j, etc). Then get into the php container and use the shell to execute commands.
Individually, all of my con...
Tratner asked 10/5, 2016 at 21:7
2
Solved
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"
# Cr...
Riptide asked 3/4, 2017 at 11:18
1
Solved
I have an ansible playbook which works well , now I have to call that playbook using terrform scripts. Currently I m using code which is shown below but it results in error during terraform init as...
Solangesolano asked 26/5, 2019 at 17:41
1
Solved
I'm working with an app using docker (i'm not super familiar) and I need to add 2 new PHP extensions. I have changed the Dockerfile on an existing image as follows:
FROM php:7.2-fpm
RUN apt-get u...
Hjerpe asked 22/3, 2019 at 23:3
1
Solved
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 ba...
Gnaw asked 16/10, 2018 at 16:12
5
Solved
I have enrolled on the standard iPhone Developer Program and I've successfully created a provisioning profile for my iMac. But I also have a MacBook Pro that I use to work while I'm traveling. But ...
Regatta asked 17/5, 2010 at 22:19
2
Solved
I know I can put commands in my source code in .ebextensions/*.config using the commands array. These are executed on every deploy however. What about if I want to execute a configuration command o...
Deceptive asked 30/5, 2013 at 3:22
5
Solved
I couldn't find anything on this (maybe I'm just using the wrong search terms..):
We're trying to build a sensible continuous integration setting for our apps. To have a REALLY sensible implementat...
Hindustani asked 20/1, 2011 at 8:41
1
Solved
I am new to docker, so this may seem very basic to you, anyway - its freaking me out at the moment.
I decided to develop a new web-project ontop of containers, of course i thought about docker. Af...
Leprous asked 28/11, 2017 at 13:38
1
Solved
I would like to use the signature checksum instead of the package checksum when provisioning a device with a device owner app. The app will be downloaded from an http server.
This post is great w...
Chlori asked 30/6, 2017 at 0:25
16
Solved
In the provisioning portal, the "renew" button for my team provisioning profile is grayed out. And said profile is expired.
How can I renew it?
EDIT: I found the "automatic device provisioning" ...
Trisyllable asked 15/10, 2010 at 2:26
3
Solved
I'm using puppet as my provisioner in one of my vagrant project. I'm trying to add a module for a custom bash_profile.
The module_path for puppet is set to:
puppet.module_path = "puppet/modules...
Gymnastic asked 13/6, 2014 at 20:30
3
Solved
I have a vagrant box with chef provisioner. Everything works fine except when there are operation on NFS resources. For example, I have the following synced folders:
"host_path": "/Users/User/devb...
Harlequinade asked 26/1, 2015 at 20:0
2
Solved
I have the following setup:
Many different projects which are separate git repositories, but all have mostly the same server configuration
Each project in turn depends on many other projects and ...
Benkley asked 9/11, 2013 at 17:19
6
Solved
When I first built my app & Watchkit app, I had the "Associated Domains" capability enabled. I've disabled it in the "Capabilities" panel of both the watchkit extension and the companion app, a...
Owens asked 26/4, 2015 at 12:33
3
Solved
I finished work on an iPhone app in MonoDevelop and got a distribution provision from Apple. In the Release|iPhone build of MonoDevelop I set the 'Iphone App Bundle Signing' option to use the distr...
Agenesis asked 7/5, 2011 at 11:54
4
Solved
I know how to add from the web portal, but this particular provisioning profile is marked as "Managed by Xcode", therefore, I need to either stop managing from xcode or add a UDID into the profile ...
Goy asked 1/2, 2012 at 14:52
7
Solved
In the Apple Developer Portal, in Certificates, Developer (or Distribution) it says:
"If you do not have the WWDR intermediate certificate installed,
click here to download now."
I don't even...
Equidistant asked 30/10, 2010 at 4:24
© 2022 - 2025 — McMap. All rights reserved.