1
0
mirror of https://github.com/appuio/ansible-module-openshift.git synced 2026-02-05 06:44:57 +01:00

24 Commits

Author SHA1 Message Date
Tobias Brunner
6e649bb7e4 Merge pull request #8 from megian/patch-1
Change the process_template parameter switch from -v to -p
v1.5.0
2019-01-09 19:41:40 +01:00
Gabriel Mainberger
9a5178c04b Change the process_template parameter switch from -v to -p
Since OpenShift 3.5 the oc process command switch -p is used
instead of -v. In OpenShift 3.10 the switch -v support has been
removed completely.
2019-01-09 18:56:55 +01:00
Daniel Tschan
60e8ca8151 Merge pull request #7 from megian/megian-patch-1
Interpret oc patch rc==1 and 'not patched' not as error (Normal mode)
v1.4.3
2018-05-31 09:04:14 +02:00
Gabriel Mainberger
c5c7faf1f4 Interpret oc patch rc==1 and 'not patched' not as error (Normal mode)
Since OpenShift v3.9 oc patch does fail, when the patch already has been applied, with the error 'not patched'. To make the openshift_resource compatible with OpenShift v3.9, this additional error handling must be added.
2018-05-31 09:02:32 +02:00
Daniel Tschan
ac77adcb8b Merge pull request #6 from megian/megian-patch-1
Interpret oc patch rc==1 and the result 'not patched' not as error
2018-05-30 17:43:17 +02:00
Megian
45edee6681 Interpret oc patch rc==1 and the result 'not patched' not as error
Since OpenShift v3.9 oc patch does fail, when the patch already has been applied, with the error 'not patched'. To make the openshift_resource compatible with OpenShift v3.9, this additional error handling must be added.
2018-05-30 17:31:02 +02:00
Daniel Tschan
1f430f737e Add support for "omitting" template arguments. 2017-12-21 09:06:09 +01:00
Daniel Tschan
2c71a6cb57 Merge pull request #3 from mhutter/dont-switch-project
Don't switch to newly created projects
v1.4.2
2017-11-24 09:31:03 +01:00
Manuel Hutter
fa0181da8f Don't switch to newly created projects
Using the module has the unwanted sideeffect of changing the current
context on the system `oc` runs on. This is potentionally dangerous as
an user working on the system may not notice said change.
2017-11-24 00:21:37 +01:00
Daniel Tschan
a4719bd2f7 Fix "oc process" error handling. v1.4.1 2017-09-21 17:02:33 +02:00
Daniel Tschan
4247dc8733 openshift_resource: Avoid resource normalization.
Switch from oc new-app to oc process to avoid resource normalization, e.g. removal of booleans which have default values.
v1.4.0
2017-09-18 19:22:57 +02:00
Daniel Tschan
95d92e3669 Improve error handling and debug output. v1.3.4 2017-08-17 15:06:25 +02:00
Daniel Tschan
13fea89647 Add support for omitted keys. 2017-08-17 15:04:37 +02:00
Daniel Tschan
cabfceaa9e Fix #1 v1.3.3 2017-08-07 20:50:14 +02:00
Daniel Tschan
2a89e4443f Add support for passing template directly. v1.3.2 2017-08-06 11:11:58 +02:00
Daniel Tschan
8b2130a81d Allow whitespace in template arguments, e.g. for certs. 2017-08-04 17:28:40 +02:00
Daniel Tschan
3411a0d311 Don't use oc get --export, doesn't work for all resources. v1.3.1 2017-06-19 10:39:16 +02:00
Daniel Tschan
dfd9f747ac Add openshift_ca module. v1.3.0 2017-06-15 16:47:05 +02:00
Daniel Tschan
762ab66ded Improve exemption handling and add logging. 2017-06-15 16:46:51 +02:00
Daniel Tschan
7f0cbed50f Add missing comparison of plain lists. v1.2.1 2017-06-06 08:46:29 +02:00
Daniel Tschan
6df1f1516b Add support for managing SCCs. v1.2.0 2017-05-29 14:38:30 +02:00
Daniel Tschan
36ffb16f89 Add missing string conversion. v1.1.1 2017-05-04 10:10:37 +02:00
Daniel Tschan
503a5f60a5 Remove name and type parameters and read them directly from the resources. v1.1.0 2017-05-04 08:51:10 +02:00
Daniel Tschan
b11bcb5214 Initial commit v1.0.0 2017-04-21 21:28:20 +02:00