| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds four new inventory variables for setting sections in "admissionConfig" and
"kubernetesMasterConfig.admissionConfig".
openshift_master_admission_plugin_order allows configuring the list of origin
admission controller plugins to enable and what order to run them in. This must
be a JSON formatted list of strings:
openshift_master_admission_plugin_order=["RunOnceDuration", "NamespaceLifecycle", "OriginPodNodeEnvironment", "ClusterResourceOverride", "LimitRanger", "ServiceAccount", "SecurityContextConstraint", "ResourceQuota", "SCCExecRestrictions"]
openshift_master_kube_admission_plugin_order is identical but for the
kubernetes admission controller plugins which appear beneath
kubernetesMasterConfig.
openshift_master_admission_plugin_config allows setting free-form configuration
stanzas that match up with enabled admission controller plugins. This must be a
JSON formatted hash:
openshift_master_admission_plugin_config={"RunOnceDuration":{"configuration":{"apiVersion":"v1","kind":"RunOnceDurationConfig","activeDeadlineSecondsOverride":3600}},"ClusterResourceOverride":{"configuration":{"apiVersion":"v1","kind":"ClusterResourceOverrideConfig","limitCPUToMemoryPercent":200,"cpuRequestToLimitPercent":6,"memoryRequestToLimitPercent":60}}}
openshift_master_kube_admission_plugin_config is the equivalent for kubernetes
admission controller plugins.
Contains a change to merge_facts to fix issues with modifying inventory
variables that contain JSON dicts. If you modified a previously set variable,
the result would be a merge of old and new, which is completely wrong in this
case. Addded new overwrite_facts to shortcut to just taking the new values.
This differs from the pre-existing concept of "protected" in that we're not
protecting an old value, we're trashing it and taking the new.
|
|\
| |
| | |
Allow for overriding scheduler config
|
|/
|
|
|
|
|
|
|
| |
- introduce openshift_master_scheduler_predicates and
openshift_master_scheduler_priorities to override the default scheduler
predicates and priorities
- switch default scheduler priorities to use SelectorSpreadPriority instead
of ServiceSpreadingPriority
|
| |
|
|\
| |
| | |
Bug 1320829 - Ensure docker installed for facts
|
|/
|
|
|
|
| |
- gather facts requiring docker only if docker is present and running
- Update reference to etcd role in playbooks/common/openshift-etcd/config.yml
to use openshift_etcd
|
|\
| |
| | |
Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-mast…
|
|/
|
|
| |
and atomic-openshift-master-controllers
|
|\
| |
| | |
AWS cloud provider
|
| | |
|
|\ \
| | |
| | | |
Bug 1322335 - The package name is wrong for rpm upgrade
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixed header for yedit
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Refactor of openshiftcli to be more generic.
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Bug 1322338 - The upgrade should keep the option insecure-registry=17…
|
|/ / / |
|
| |/
|/| |
|
|\ \
| | |
| | | |
Reusing the systemd templates for the upgrade
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently there's no good way to install from a registry that requires
authentication. This applies both to RPM and containerized installs:
https://bugzilla.redhat.com/show_bug.cgi?id=1316341
The workaround is to 'docker login' as root and then have ansible pull the
images to the image cache.
|
|/ / |
|
|\ \
| | |
| | | |
make docker service want ose containerized services
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There are points where the docker service is restarted during
the install. Sometimes the services that are PartOf docker.service
do not get restarted when docker is restarted.
https://bugzilla.redhat.com/show_bug.cgi?id=1318948
Systemd documentation recommends using "wants" as the perferred
means of creating startup linkages between units. This
patch makes the ose services wanted by the docker service rather
than multi-user.target.
This creates a downward link from the docker service to the ose
containerized services.
|
|\ \ \
| | | |
| | | | |
fix the key name for the dynamic item of avalable
|
|/ / / |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Sync latest db-templates and qucikstart-templates
|
| | | |
|
|\ \ \
| | | |
| | | | |
Attempt to fix error validating when extraScopes and extraAuthorizePa…
|
| | | |
| | | |
| | | |
| | | | |
extraAuthorizeParameters are not present
|
|\ \ \ \
| |_|_|/
|/| | | |
Adding openshift_efk role
|
| | | |
| | | |
| | | |
| | | | |
be used
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Added error message for yedit when yaml fails to parse.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
add dynamic pv count
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Deployment config module
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
ManageIQ SA: Adding image-puller role
|