summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/system_container.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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>