| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Adds service file templates for both maste and node. These will lay down
in /etc/system/systemd to override what may already be present from a
package. These instances take into account the name of the container
daemon (docker or container-engine).
|
|
|
|
|
|
|
| |
- If using a system container: container-engine
- If using a package install: docker
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1448800
|
|\
| |
| | |
Fix issue with Travis-CI using old pip version
|
| | |
|
|/
|
|
|
|
| |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|
|
|
|
|
| |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|
|
|
|
|
| |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|
|
|
|
|
| |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|\
| |
| | |
Merged by openshift-bot
|
| |
| |
| |
| | |
updating master config
|
| | |
|
| |
| |
| |
| | |
looping
|
| |
| |
| |
| |
| |
| | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|\ \
| | |
| | | |
Moving Dockerfile content to images dir
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
| |
| |
| |
| |
| |
| | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
| |
| |
| |
| |
| |
| | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|\ \
| | |
| | | |
Merged by openshift-bot
|
| | | |
|
|\ \ \
| | | |
| | | | |
mux startup is broken without this fix
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Installer as a system container
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
and point it to /usr/share/ansible/openshift-ansible
so that the file paths for this image are the same as for the
Dockerfile.rhel7 image.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A new environment variable, VAR_LOG_ANSIBLE_LOG, was created to allow
the installer to bind mount the location and write the log back to the
host. By default the value is /var/log/ansible.log
Example:
atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \
--set SSH_ROOT=/root/.ssh \
--set VAR_LOG_ANSIBLE_LOG=/some/log/location/ansible.log \
--set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Example:
atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \
--set SSH_ROOT=/root/.ssh \
--set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|\ \ \ \
| | | | |
| | | | | |
move etcdctl.yml from etcd to etcd_common role
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Merged by openshift-bot
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The openshift_repos role is modified to clean the repo cache on first
run to ensure a clean cache in the situation where the repo files have been
changed manually, such as just prior to upgrades.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Merged by openshift-bot
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
Merged by openshift-bot
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Merged by openshift-bot
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
Merged by openshift-bot
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This change allows for the use of either the traditional package install
of docker OR a system container install of docker.
Two new inventory options, openshift_docker_use_system_container and
openshift_docker_systemcontainer_image_registry_override, have been
added which are be used to install with a system container. By default
this option is commented out.
One new fact has been added:
- docker.service_name: docker by default, container-engine-docker
for system container
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Merged by openshift-bot
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Using lineinfile and with_items, the items end up logged and in this
case include AWS credentials.
Simple us of no_log to hide them.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Merged by openshift-bot
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Merged by openshift-bot
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use requirements.txt rather than hardcoding the ansible version here.
Also update the comment re. `rpm-ostree status`.
|
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Created by command:
/usr/bin/tito tag --accept-auto-changelog
|