summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/system_container.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix master and node system container variablesMichael Gugino2018-02-061-0/+4
| | | | | | | | | | | This commit corrects service names and adds DOCKER_SERVICE variable to openshift_master system container creation. This will ensure services will restart correctly and in the proper order. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542324
* Remove some small items from openshift_factsMichael Gugino2017-12-181-3/+3
| | | | | Remove some small items from openshift_facts that don't need to be there.
* Remove openshift.common.service_typeMichael Gugino2017-12-071-3/+3
| | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Implement container_runtime playbooks and changesMichael Gugino2017-12-071-4/+0
| | | | | | This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.
* Fix system_images_registry variableMichael Gugino2017-11-221-3/+3
| | | | Simplify the logic for this variable.
* systemcontainers: Verify atomic.conf proxy is always configuredSteve Milner2017-10-191-0/+5
| | | | | | | | | | | A new openshift_atomic role has been created for atomic specific tasks. The first task added is proxy which handles updating /etc/atomic.conf to ensure the proper proxy configuration is configured. This task file is then included (via include_role) in system container related task files. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503903 Signed-off-by: Steve Milner <smilner@redhat.com>
* polish openshift-master roleJan Chaloupka2017-08-161-5/+4
|
* system_container.yml: fix bracesLuke Meyer2017-08-101-1/+1
|
* Remove remaining references to openshift-master.serviceClayton Coleman2017-08-081-12/+0
| | | | Prevents playbooks from accidentally restarting the master service.
* allow to specify docker registry for system containersJan Chaloupka2017-07-191-4/+4
|
* Use meta/main.yml for role dependenciesRussell Teague2017-03-271-4/+0
|
* master: use the new oc_atomic_container moduleGiuseppe Scrivano2017-02-281-56/+23
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* master, vars/main.yml: define l_is_ha and l_is_same_versionGiuseppe Scrivano2017-02-141-12/+12
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* master: support HA deployments with system containersGiuseppe Scrivano2017-02-101-0/+41
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* system-containers: implement idempotent updateGiuseppe Scrivano2017-02-101-2/+21
| | | | | | | | Upstream version has "atomic containers update ..." but the RHEL version is still using "atomic update --container" so stick with this for now. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* atomic-openshift: install as a system containerGiuseppe Scrivano2017-02-101-0/+17
Use use_system_containers=true in the inventory file alternatively you can select each component as: use_openvswitch_system_container=true use_node_system_container=true use_master_system_container=true system_images_registry holds the registry from where to fetch system containers. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>