summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-15Bug 1308412 - Fail to install containerized HA master env on RHEL7Brenton Leanhardt
2016-02-15Bug 1308314 - Failed to continue installation when pressing CTRL-CBrenton Leanhardt
2016-02-15Merge pull request #1369 from lhuard1A/gce_oo_optionThomas Wiest
Make the GCE image_name and the machine_type configurable from the CLI
2016-02-15Merge pull request #1355 from lhuard1A/fix_when_no_infraThomas Wiest
Fix issue when there are no infra nodes
2016-02-15Merge pull request #1357 from lhuard1A/pretty_print_gce_list_clusterThomas Wiest
Better structure the output of the list playbook
2016-02-12Merge pull request #1388 from smunilla/minor_upgradesBrenton Leanhardt
a-o-i: Prompts to allow minor upgrades
2016-02-12Merge pull request #1394 from liggitt/system-authenticated-oauthBrenton Leanhardt
Don't automatically give additional permissions to all OAuth users on upgrade
2016-02-12Don't automatically give additional permissions to all OAuth users on upgradeJordan Liggitt
2016-02-12Merge pull request #1393 from detiber/adhoc_bootstrap_fedoraBrenton Leanhardt
Fix adhoc boostrap fedora playbook
2016-02-12Fix adhoc boostrap fedora playbookJason DeTiberus
2016-02-12Merge pull request #1392 from lhuard1A/manage_etc_hosts_falseBrenton Leanhardt
Fix libvirt cluster creation
2016-02-12Fix libvirt cluster creationLénaïc Huard
Doing a `bin/cluster create libvirt …` fails with the following error: ``` TASK: [Warn user about bad openshift_hostname values] ************************* [lenaic-node-compute-cf3fb, lenaic-node-compute-f39d3, lenaic-node-infra-0407f, lenaic-master-fc5f9] The hostname "lenaic-node-compute-cf3fb.example.com" for "lenaic-node-compute-cf3fb.example.com" doesn't resolve to an ip address owned by this host. Please set openshift_hostname variable to a hostname that when resolved on the host in question resolves to an IP address matching an interface on this host. This host will fail liveness checks for pods utilizing hostPorts, press CTRL-C to continue.: ``` because the `/etc/hosts` of the VM is containing: ``` [openshift@lenaic-node-compute-cf3fb ~]$ cat /etc/hosts # Your system has configured 'manage_etc_hosts' as True. # As a result, if you wish for changes to this file to persist # then you will need to either # a.) make changes to the master file in /etc/cloud/templates/hosts.redhat.tmpl # b.) change or remove the value of 'manage_etc_hosts' in # /etc/cloud/cloud.cfg or cloud-config from user-data # # The following lines are desirable for IPv4 capable hosts 127.0.0.1 lenaic-node-compute-cf3fb.example.com lenaic-node-compute-cf3fb 127.0.0.1 localhost.localdomain localhost 127.0.0.1 localhost4.localdomain4 localhost4 # The following lines are desirable for IPv6 capable hosts ::1 lenaic-node-compute-cf3fb.example.com lenaic-node-compute-cf3fb ::1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 ``` Disabling `manage_etc_hosts` removes the lines for `lenaic-node-compute-cf3fb` from `/etc/hosts` and makes than name resolved by the DNS to its real IP.
2016-02-12Merge pull request #1391 from lhuard1A/labelsBrenton Leanhardt
Add missing `type` node labels on OpenStack and libvirt
2016-02-12Add missing `type` node labels on OpenStack and libvirtLénaïc Huard
2016-02-12Merge pull request #1390 from vishpat/nuage_parameter_changesBrenton Leanhardt
Changes for new Nuage RPMS
2016-02-12Merge pull request #1362 from detiber/fixLoopbackBrenton Leanhardt
Fix loopback cluster name, context name, and user
2016-02-12a-o-i: Prompts to allow minor upgradesSamuel Munilla
Updates to the upgrade command to allow the user to select a minor upgrade.
2016-02-11Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt
Remove fluentd_master and fluentd_node roles
2016-02-11Merge pull request #1386 from detiber/pv_fixesBrenton Leanhardt
Fixes pv/pvc creation for latest builds
2016-02-11conditionalize loopback config on v >= 3.2/1.2Jason DeTiberus
2016-02-11Fixes pv/pvc creation for latest buildsJason DeTiberus
2016-02-11Merge pull request #1377 from brenton/bz1302970Brenton Leanhardt
Bug 1302970 - update script does not patch router if name is differen…
2016-02-11Bug 1302970 - update script does not patch router if name is different from ↵Brenton Leanhardt
default
2016-02-11Fix loopback cluster name, context name, and userJason DeTiberus
2016-02-11Automatic commit of package [openshift-ansible] release [3.0.40-1].Brenton Leanhardt
2016-02-11Merge pull request #1383 from brenton/bz1306665Brenton Leanhardt
Bug 1306665 - [metrics] update metrics-deployer template to use lates…
2016-02-11Bug 1306665 - [metrics] update metrics-deployer template to use latest image ↵Brenton Leanhardt
versions
2016-02-11Changes for new Nuage RPMSVishal Patil
2016-02-11Merge pull request #1367 from detiber/githubOrgBrenton Leanhardt
Add organizations attribute to github identity provider
2016-02-10Add organizations attribute to github identity providerJason DeTiberus
- also fix location of mappingMethod in identityProviders config
2016-02-10Merge pull request #1380 from joelddiaz/zbx-action-user-diffJoel Diaz
use correct dict key
2016-02-10use correct dict keyJoel Diaz
2016-02-10Merge pull request #1379 from joelddiaz/zbx-action-diffJoel Diaz
handle being passed an empty group list
2016-02-10handle being passed an empty group listJoel Diaz
Previous version would have the behavior where when an empty list is passed, the zbx API call would return a list of all groups. So an action with no groups defined would default to having all groups added to the operations. Handle this by iterating one at a time through the list of provided groups. When an empty list is provided, and empty list is returned.
2016-02-10Merge pull request #1363 from vishpat/kubeproxyBrenton Leanhardt
Enable selection of kubeproxy mode
2016-02-10Merge pull request #1370 from vanveele/iscsi-pluginBrenton Leanhardt
add iscsi storage_plugin dependency
2016-02-10Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt
Fix infra_node deployment
2016-02-10fix default valueJason DeTiberus
2016-02-10Merge pull request #1374 from joelddiaz/ovs-trigger-calcJoel Diaz
trigger on two successive bad pid counts
2016-02-10Merge pull request #1375 from stenwt/sturpin-2016-02-10-notnotschedSten Turpin
removed notscheduleable trigger, it just makes noise in its current i…
2016-02-10removed notscheduleable trigger, it just makes noise in its current incarnationSten Turpin
2016-02-10trigger on two successive bad pid countsJoel Diaz
2016-02-10Merge pull request #1373 from stenwt/sturpin-2016-02-09-registry-health-fixedSten Turpin
added nodes not ready and nodes not schedulable triggers
2016-02-10Merge pull request #1359 from rharrison10/rharriso/dynRussell Harrison
Fix a bug with existing CNAME records
2016-02-10added nodes not ready and nodes not schedulable triggersSten Turpin
2016-02-10Merge pull request #1371 from abutcher/mask-atomicBrenton Leanhardt
Don't mask master service on atomic.
2016-02-10Enable selection of kubeproxy modeVishal Patil
Addressed review comments
2016-02-10add default storage plugins to 'origin' deployment_typeRobert van Veelen
2016-02-10Merge pull request #1372 from stenwt/sturpin-2016-02-09-registry-healthSten Turpin
added nodes not ready and nodes not schedulable triggers
2016-02-10added nodes not ready and nodes not schedulable triggersSten Turpin