summaryrefslogtreecommitdiffstats
path: root/roles/ansible-ansible-openshift-ansible
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent in namingPatrick Uiterwijk2017-08-221-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
* use my openshift-ansible fork in stage until changes merge upstreamAdam Miller2017-08-181-1/+6
| | | | | | | | | We also need those changes backported to the release-3.6 branch https://github.com/openshift/openshift-ansible/pull/5101 https://github.com/openshift/openshift-ansible/pull/5129 Signed-off-by: Adam Miller <admiller@redhat.com>
* fix ansible-ansible-openshift ansible template '(' != '{' (thanks Patrick)Adam Miller2017-08-151-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add nodeselectors for osbs orchrestrator/worker clusterAdam Miller2017-08-151-0/+10
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* openshift-ansible fixes merged upstream, remove osbs work aroundsAdam Miller2017-07-211-5/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add temp workaround for ansible-ansible-openshift-ansible in stageAdam Miller2017-07-201-0/+12
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* set python3 ansible interpreter for the f26 based osbs clustersAdam Miller2017-07-191-0/+4
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* uncomment commented parts of ansible-ansible-openshift-ansibleAdam Miller2017-07-191-15/+13
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix ansible-ansible-openshift-ansible inventory template to use correct ↵Adam Miller2017-07-171-1/+1
| | | | | | cluster_url variable Signed-off-by: Adam Miller <admiller@redhat.com>
* add osbs orchestrator/worker playbooks/rolesAdam Miller2017-07-171-1/+8
| | | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org> Signed-off-by: Adam Miller <admiller@redhat.com>
* fix openshift_install_examples in a-a-o-a templateAdam Miller2017-05-121-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Add extra scopesPatrick Uiterwijk2017-05-121-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* remove lb group from a-a-o-a role template, we will never need it in the InfraAdam Miller2017-05-121-16/+0
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix host group for shared_infra in a-a-o-a roleAdam Miller2017-05-121-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* properly handle shared infra nodes for openshift in a-a-o-a role templateAdam Miller2017-05-122-0/+43
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Redploy once morePatrick Uiterwijk2017-05-122-14/+14
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Run the playbookPatrick Uiterwijk2017-05-111-13/+13
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* fix typo in openshift port settingsAdam Miller2017-05-111-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add openshift port definitions to a-a-o-a role and os-clusterAdam Miller2017-05-112-2/+13
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix fedoraidp for os-clusterAdam Miller2017-05-111-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix openshift_master_ha for os-clusterAdam Miller2017-05-112-4/+10
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Disable ansible running for nowPatrick Uiterwijk2017-05-111-13/+13
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* make sure to not containerize load balancer bits in os-clusterAdam Miller2017-05-111-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* try and change thisKevin Fenzi2017-05-112-2/+6
|
* no variables in commentsKevin Fenzi2017-05-111-2/+2
|
* humm...Kevin Fenzi2017-05-111-2/+0
|
* try dropping thisKevin Fenzi2017-05-111-3/+1
|
* ensure that the openshift_app_subdomain var is defined in the a-a-o-a ↵Adam Miller2017-05-111-0/+2
| | | | | | inventory template Signed-off-by: Adam Miller <admiller@redhat.com>
* fix fedoraidp-stg for os-clusterAdam Miller2017-05-112-2/+7
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* fix a-a-o-a template typos and unicode charAdam Miller2017-05-111-3/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Make ansible-ansible-openshift-ansible more genericAdam Miller2017-05-102-8/+800
| | | | | | | | | | | Previously the ansible-ansible-openshift-ansible role was extremely limited and wasn't very useful outside the scope of OSBS. This change makes it more generic so that it can be used to deploy a full OpenShift Container Platform cluster. Necessary updates for the osbs group playbook is also in this change Signed-off-by: Adam Miller <admiller@redhat.com>
* set ansible-ansbile-openshfit-ansible cluter-inventory.j2 not to manage htpasswdAdam Miller2016-12-081-0/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* use git module version (not refspec) in ansible-ansible-openshift-ansibleAdam Miller2016-11-012-3/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add koji auth to osbs-cluster, handle osbs + postinstall tasksAdam Miller2016-10-271-2/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add required pyOpenSSL for ansible-ansible-openshift-ansible roleAdam Miller2016-10-241-0/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* switch to using package instead of dnf to manage EL vs fedoraAdam Miller2016-10-241-1/+1
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add pre-req packages to ansible-ansible-openshift-ansible roleAdam Miller2016-10-241-0/+6
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add ansible-ansible-openshift-ansible and groups/osbs-cluster.ymlAdam Miller2016-10-245-0/+181
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>