summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/node_system_container.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix master and node system container variablesMichael Gugino2018-02-061-1/+1
| | | | | | | | | | | 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
* Add ability to mount volumes into system container nodesMichael Gugino2018-01-181-0/+19
| | | | | | | This commit adds the ability to mount volumes into system containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1534933
* Remove openshift_node_facts part 1Michael Gugino2017-12-141-2/+2
| | | | | This commit removes some items from openshift_facts for the openshit_node role.
* Remove openshift.common.service_typeMichael Gugino2017-12-071-2/+2
| | | | | | | | 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.
* Implement container runtime roleMichael Gugino2017-12-011-1/+1
|
* 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>
* openshift_node: Add MASTER_SERVICE on system container installSteve Milner2017-09-291-0/+1
| | | | | | Setting the MASTER_SERVICE to openshift.common.service_type. Signed-off-by: Steve Milner <smilner@redhat.com>
* openshift_node: Set DOCKER_SERVICE for system containerSteve Milner2017-09-291-0/+1
| | | | | | | | | | | | The node system container was being installed with the DOCKER_SERVICE holding to it's manifest.json default of docker.service. This change adds the DOCKER_SERVICE parameter on node system container install so that it uses the same value from the installer stored in openshift.docker.service_name. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1496707 Signed-off-by: Steve Milner <smilner@redhat.com>
* node: specify the DNS domainGiuseppe Scrivano2017-09-201-0/+2
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* allow to specify docker registry for system containersJan Chaloupka2017-07-191-2/+2
|
* 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-6/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* node: simplify when conditionalsGiuseppe Scrivano2017-02-101-2/+5
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* system-containers: implement idempotent updateGiuseppe Scrivano2017-02-101-2/+17
| | | | | | | | 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>