provision
Here are 122 public repositories matching this topic...
We need to document field provision limitations on team site collections. Some properties can't be set or updated, it usually comes back with the following exception:
Unknown Exception,_HResult:-2146232832)
I've been attempting to deploy OKD to BYO Infrastructure by setting
openshift_deployment_type: origin
deployment_type: origin
Currently running into the error:
Error reading manifest latest in registry.redhat.io/openshift/origin: unknown: Not Found
I'm assuming there's issues with my configuration but can't seem to find documentation on how to use casl-ansible for an OKD depl
-
Updated
Mar 29, 2019 - Dockerfile
-
Updated
May 9, 2020 - Python
-
Updated
Mar 31, 2020 - Java
In stage & production environments my customers use helm chart* (yaml based) for deploying containerised application (* https://kubernetes.io/docs/reference/tools/#helm)
Could you create a helm chart deployment package for the provider in order to be aligned with the validation requirements for production usage that my customers have?
-
Updated
Oct 3, 2017 - Shell
Documentation
- Document how to build the application
- Document how to build the container
- Document how to use
openshifterwithout container
-
Updated
May 13, 2020 - HCL
-
Updated
Apr 14, 2016 - HCL
In step 2 you mention that you need to edit the app.yml file. Where is this file?
Edit the app.yml file and then copy it under the proper folder: cp app.yml ./playbooks/roles/discourse/files
-
Updated
May 19, 2020 - Makefile
-
Updated
Jan 5, 2020 - HCL
-
Updated
May 8, 2020 - JavaScript
One minor complication I found as a newcomer was that I couldnt do fudge on the cmd.exe command line. That requires fudge.ps1 to be in PATH and for .ps1 to be in PATHEXT. Choco can help with those.
-
Updated
Jul 10, 2018 - Shell
-
Updated
Feb 12, 2018 - PHP
-
Updated
Dec 28, 2019 - Python
-
Updated
Jul 16, 2018 - Python
-
Updated
Feb 22, 2020 - Go
Improve this page
Add a description, image, and links to the provision topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the provision topic, visit your repo's landing page and select "manage topics."
As the installer always fetches
dnaandaenigmaon each run ofsetup, it's hard to develop quick fixes. The workaround is to runsetupwith-dl -pl, which uses the already fetched versions of the components, thus respects local changes.I found this after studying the scripts, would be nice to see this documented somewhere.
edit: Also document
-ovfor debug output?