summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/openvswitch_system_container.yml
Commit message (Collapse)AuthorAgeFilesLines
* Properly cast crio boolean variables to boolMichael Gugino2018-01-081-2/+2
| | | | | | | | | | | Variables that are specifically booleans should be cast to bool. This is because users may sometimes pass them as string values. This is particularly prevalent when using ini-style inventories. Affected-by: https://github.com/ansible/ansible/issues/34591 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1531592
* Remove openshift_node_facts roleMichael Gugino2017-12-181-2/+2
| | | | | This commit removes the remainder of openshift_node_facts role.
* Implement container_runtime playbooks and changesMichael Gugino2017-12-071-5/+0
| | | | | | This commit refactors some duplicate code, removes usage of set_fact where not needed, and reorganizes container_runtime role to use include_role.
* Implement container runtime roleMichael Gugino2017-12-011-6/+3
|
* Fix system_images_registry variableMichael Gugino2017-11-221-2/+2
| | | | 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>
* cri-o: rename openshift_docker_use_crio to openshift_use_crioGiuseppe Scrivano2017-08-251-1/+1
| | | | | | | It is confusing to have _docker_ in the name, since they are two different backends. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Merge pull request #4898 from giuseppe/cri-oOpenShift Bot2017-08-041-1/+12
|\ | | | | Merged by openshift-bot
| * openvswitch: system container depends on the cri-o serviceGiuseppe Scrivano2017-08-031-1/+12
| | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | allow to specify docker registry for system containersJan Chaloupka2017-07-191-2/+2
|/
* openvswitch, syscontainer: specify the Docker service nameGiuseppe Scrivano2017-06-221-0/+2
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Use meta/main.yml for role dependenciesRussell Teague2017-03-271-4/+0
|
* node: use the new oc_atomic_container moduleGiuseppe Scrivano2017-02-281-29/+9
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* node, vars/main.yml: define l_is_ha and l_is_same_versionGiuseppe Scrivano2017-02-141-4/+3
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* openvswitch: simplify when conditionalsGiuseppe Scrivano2017-02-101-4/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* system-containers: implement idempotent updateGiuseppe Scrivano2017-02-101-3/+20
| | | | | | | | 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/+19
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>