summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-03Dockerfile: create symlink for /opt/app-root/srcGiuseppe Scrivano
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>
2017-05-03docs: Add basic system container dev docsSteve Milner
2017-05-03installer: Add system container variable for log savingSteve Milner
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
2017-05-03installer: support running as a system containerGiuseppe Scrivano
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>
2017-05-03Automatic commit of package [openshift-ansible] release [3.6.52-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-02Merge pull request #4070 from ewolinetz/mux_scaleup_fixOpenShift Bot
Merged by openshift-bot
2017-05-02Merge pull request #4068 from mtnbikenc/fix-variantsScott Dodson
Fix variants for v3.6
2017-05-02Merge pull request #4038 from mtnbikenc/upgrade-refactorOpenShift Bot
Merged by openshift-bot
2017-05-02Merge pull request #4059 from sdodson/master-1.5-caOpenShift Bot
Merged by openshift-bot
2017-05-02Merge pull request #4045 from kwoodson/normalize_groupsOpenShift Bot
Merged by openshift-bot
2017-05-02Automatic commit of package [openshift-ansible] release [3.6.51-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-02Merge pull request #4053 from abutcher/rhsub-sans-std-includeOpenShift Bot
Merged by openshift-bot
2017-05-02Making mux with_items list evaluate as empty if didnt get objects beforeewolinetz
2017-05-02etcd Upgrade RefactorRussell Teague
* Renaming etcd_hosts_to_* to oo_etcd_hosts_to* * Moving host group evaluation to evaluate_groups.yml * Removing duplicate evaluate_groups.yml usage
2017-05-02v3.3 Upgrade RefactorRussell Teague
2017-05-02v3.4 Upgrade RefactorRussell Teague
2017-05-02v3.5 Upgrade RefactorRussell Teague
2017-05-02v3.6 Upgrade RefactorRussell Teague
2017-05-02Fix variants for v3.6Russell Teague
Fixes bug 1447204
2017-05-02Merge pull request #4028 from ewolinetz/logging_project_ns_labelsOpenShift Bot
Merged by openshift-bot
2017-05-02Automatic commit of package [openshift-ansible] release [3.6.50-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-02Merge pull request #4034 from ↵Jan Chaloupka
ingvagabund/move-excluder-verification-code-under-excluders-role [RFE] move excluder upgrade validation tasks under openshift_excluder role
2017-05-01Merge pull request #3975 from sdodson/ansible_23_warningsOpenShift Bot
Merged by openshift-bot
2017-05-01Merge pull request #3865 from pilou-/fix_test_openssl_1.1.0OpenShift Bot
Merged by openshift-bot
2017-05-01Automatic commit of package [openshift-ansible] release [3.6.49-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-01Merge pull request #3986 from sdodson/require-2-2-2-0OpenShift Bot
Merged by openshift-bot
2017-05-01Remove std_include from playbooks/byo/rhel_subscribe.ymlAndrew Butcher
2017-05-01Normalizing groups.Kenny Woodson
2017-05-01Merge pull request #3972 from lpsantil/masterScott Dodson
Update byo hosts examples with stronger warnings about Docker subnet overlap
2017-05-01Warn users about conflicts with docker0 CIDR rangelpsantil
2017-05-01Use openshift_ca_host's hostnames to sign the CAScott Dodson
If for some reason oo_first_master and openshift_ca_host are different we could've signed the CA with the wrong hostnames.
2017-05-01Automatic commit of package [openshift-ansible] release [3.6.48-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-01Automatic commit of package [openshift-ansible] release [3.6.47-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-01Don't double quote when conditionsScott Dodson
2017-05-01Remove jinja template delimeters from when conditionsScott Dodson
In ansible 2.3 "[WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_glusterfs_hosts is not defined }}"
2017-05-01Automatic commit of package [openshift-ansible] release [3.6.46-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-05-01Merge pull request #4027 from tbielawa/contrib_pre-commit_hookOpenShift Bot
Merged by openshift-bot
2017-05-01Automatic commit of package [openshift-ansible] release [3.6.45-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-30Automatic commit of package [openshift-ansible] release [3.6.44-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-30Merge pull request #3817 from ingvagabund/polish-etcd-roleJan Chaloupka
Refactor etcd roles
2017-04-29Automatic commit of package [openshift-ansible] release [3.6.43-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-28Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2OpenShift Bot
Merged by openshift-bot
2017-04-28Merge pull request #4018 from ewolinetz/issue4007OpenShift Bot
Merged by openshift-bot
2017-04-28Merge branch 'master' into contrib_pre-commit_hookTim Bielawa
2017-04-28Merge pull request #3983 from rhcarvalho/docs-and-ciScott Dodson
Document pull request process and improve contribution guide
2017-04-28Contrib: Hook to verify modules match assembled fragmentsTim Bielawa
2017-04-28move excluder upgrade validation tasks under openshift_excluder roleJan Chaloupka
2017-04-28Fix test compatibility with OpenSSL 1.1.0Pierre-Louis Bonicoli
Since OpenSSL 1.1.0, default name options ('oneline') for 'x509' command include 'space_eq'. Explicitly enable 'oneline' in order to have one behaviour with all versions.
2017-04-28Automatic commit of package [openshift-ansible] release [3.6.42-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-28Merge pull request #3994 from codificat/boto-requirementOpenShift Bot
Merged by openshift-bot