| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
timeout was reached.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
oc_group doesn't manage the list of users assigned to a group (oc_user does).
so when doing an
oc_group:
state: present
name: groupA
on a pre-existing group 'groupA' with already defined users, oc_group would detect a difference an blow away the existing users
fix this by adding 'users' to the list of fields to ignore when determining whether there are object differences
|
| |
|
| |
|
|\
| |
| | |
Bug 1512793- Fix idempotence issues in ASB deploy
|
| |
| |
| |
| |
| |
| |
| | |
- Add support for annotations in oc_service
- Use oc_service instead of oc_obj
- Use oc_pvc instead of oc_obj
- Work around lack of idempotency for oc_obj DeploymentConfig
|
|/
|
|
|
| |
We need to set no_log for password and private_key
variables.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Automatic merge from submit-queue.
Adding support for cluster-autoscaler.
This is the kubernetes cluster-autoscaler role.
Features:
- Updated lib_openshift to handle --role-namespace when modifying/creating rolebindings for specific namespaced role objects
- openshift_cluster_autoscaler role to deploy the autoscaler
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Remove provisioner restrictions on oc_storageclass
|
| | | |
|
|/ / |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Automatic merge from submit-queue.
Update broker configuration to track current broker
Broker configuration has been drifting from this installer, updated configuration and deployment methods a bit to make it work with the new upstream broker.
Note: This will not work well when deploying openshift-enterprise, to deploy openshift-enterprise you will need to use an older checkout of openshift-ansible, or specify the upstream broker + catalog and use a registry other than the RHCC. This is because the configuration for the current upstream broker is incompatible with the downstream broker.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
bring ansible service broker up to date with bearer token changes
etcd -> 0.0.0.0
add auth information to broker resource in catalog
add sandbox role to config
simplify defaults
add labels to oc_route
use new oc_route label field
Fix parameter ordering
add port back
Fix secret syntax
|
|/
|
|
| |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|
|
|
|
| |
Filter plugin modules should have unique names to not conflict with core
Ansible modules. (Ansible 2.4)
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, openshift-ansible supported various
types of deployments using the variable "openshift_deployment_type"
Currently, openshift-ansible only supports two deployment types,
"origin" and "openshift-enterprise".
This commit removes all logic and references to deprecated
deployment types.
|
|\
| |
| | |
Merged by openshift-bot
|
| |
| |
| |
| |
| |
| |
| |
| | |
we are working on using Skopeo to copy images to the OSTree storage.
The output from atomic will be slightly different. Support also the new
version.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\ \
| | |
| | | |
Only validate certificates that are passed to oc_route
|
| | |
| | |
| | |
| | |
| | |
| | | |
In 3.6 destination ca certifate is not mandatory for tls_termination==reencrypt.
Instead of validating that the certificate/key was passed, only validate the content or correct path,
before sending request to API.
|
|\ \ \
| | | |
| | | | |
Adding oc_adm_csr to lib_openshift for node approvals
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
|
|\ \ \
| | | |
| | | | |
adding check to a yaml dump to work properly with new ruamel lib
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | | |
Merged by openshift-bot
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Merged by openshift-bot
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixed doc. Fix kind to storageclass
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Some versions of atomic report their version wrong. Use rpm to check
it.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
| |
| |
| |
| |
| |
| |
| | |
The oc_atomic_container module requires features only available in
atomic versions 1.17.2+.
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1461662
|
| | |
|
|\ \
| | |
| | | |
Merged by openshift-bot
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
On an 'oc get' in particular, the command may return a non-zero
error code while still having found valid resources. Thus, we should
parse the valid output while still reporting the error. oc_obj.get(),
for instance, takes care of determining if the return code should be
reset to 0 in some error cases.
Also do a bit of logic cleanup and output sanitizing.
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When deleting multiple objects, allow for some resources to already
be absent.
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
| |
| |
| |
| | |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \
| | |
| | | |
add support for oc_service for labels, externalIPs
|