summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-29Merge pull request #309 from brenton/manage_nodeThomas Wiest
delegate_to doesn't appear to be thread safe
2015-06-29The manage_node commands should only run on the first masterBrenton Leanhardt
2015-06-29delegate_to doesn't appear to be thread safeBrenton Leanhardt
2015-06-29Merge pull request #311 from dlbewley/masterJhon Honce
fix markdown rendering
2015-06-29Merge pull request #292 from sdodson/oadm-switcherooBrenton Leanhardt
Switch openshift ex router/registry to oadm
2015-06-28fix markdown renderingDale Bewley
2015-06-25Merge pull request #306 from tdawson/2015-06-partitionTroy Dawson
Expand partition and filesystem to use entire disk.
2015-06-25Merge pull request #303 from jwhonce/wip/no_synchronizeJhon Honce
Use copy instead of synchronize
2015-06-24Creating openshift_expand_partitionTroy Dawson
2015-06-24Use copy instead of synchronizeJhon Honce
* synchronize failed for a number of users
2015-06-24Merge pull request #299 from twiest/prThomas Wiest
Added using Yaml syntax to best practices guide.
2015-06-24Added using Yaml syntax to best practices guide.Thomas Wiest
2015-06-24Merge pull request #298 from twiest/aa2Thomas Wiest
added python new method params should use a default value to best practices guide.
2015-06-24Merge pull request #297 from twiest/aaThomas Wiest
added .yml extension to style guide.
2015-06-24added python new method params should use a default value to best practices ↵Thomas Wiest
guide.
2015-06-24added .yml extension to style guide.Thomas Wiest
2015-06-24Merge pull request #287 from twiest/prThomas Wiest
changed Openshift to OpenShift
2015-06-24Merge pull request #288 from tdawson/2015-06-nfsThomas Wiest
create storage_nfs_lvm role
2015-06-24Create openshift_storage_nfs_lvm based off kube_nfs_volumesTroy Dawson
initial import of openshift_storage_nfs from kube_nfs_volumes reduce total size so we do not go over Postpone making the mounts owned by nfsnobody rename openshift_storage_nfs storage_nfs_pvs Update README to latest settings have json files go to /root/ change categories from cloud to openshift, cuz this can run on bare metal storgae_nfs_lvm initial commit fixing default getting it working check these in, just cuz for lvm we do not need the library Update README to match reality adding recycle make volume_group a variable make volume_group a variable fix typo default should be /exports/openshift set owner and permissions of mount point update examples cleanup cruft fixup documentation fixup documentation rename storage_nfs_lvm to openshift_storage_nfs_lvm rename storage_nfs_lvm to openshift_storage_nfs_lvm use openshiftvg, not openshift3vg use ansible file: to set owner and permissions of mount dir change nfs_export_options to osnl_nfs_export_options change mount_dir to osnl_mount_dir change volume_group to osnl_volume_group change volume_prefix to osnl_volume_prefix change volume_size to osnl_volume_size change volume_num_start to osnl_volume_num_start change number_of_volumes to osnl_number_of_volumes replace volume_size with osnl_volume_size
2015-06-23Merge pull request #296 from brenton/masterThomas Wiest
Bug 1234717 - oo-install-ose should use openshift_hostname as paramet…
2015-06-23Bug 1234717 - oo-install-ose should use openshift_hostname as parameter when ↵Brenton Leanhardt
checking schedulable state
2015-06-22Merge pull request #294 from brenton/masterThomas Wiest
Adding support for labeling nodes as unscheduleable
2015-06-22Adding support for labeling nodes as unscheduleableBrenton Leanhardt
For idempotency it first checks the output of 'oc get node <hostname>' to see if any action needs to be taken. The trick was waiting to make sure that the node autoregistration had actually happened. If you set openshift_scheduleable=False in the inventory then the node will be marked as unscheduleable. Likewise setting it to True undoes the change. Having openshift_scheduleable undefined is the same as True since that is the default state of a Node.
2015-06-22Merge pull request #289 from sdodson/openshift_examplesThomas Wiest
Openshift examples
2015-06-22Add openshift_examples roleScott Dodson
This role installs db-templates, image-streams, and quickstart-templates into /usr/share/openshift/examples on the master and then uses `oc create` to import them.
2015-06-22Switch openshift ex router/registry to oadmScott Dodson
2015-06-19changed Openshift to OpenShiftThomas Wiest
2015-06-17Merge pull request #285 from sdodson/rc-mergeThomas Wiest
RC2 Merge
2015-06-16Update for RC2 changesScott Dodson
Remove openshift-deployer.kubeconfig from master template Sync config template Update enterprise image names Switch to node auto registration Add deployer to list of serviceAccountConfig.managedNames Move package installation before registering facts change default kubeconfig location Change system:openshift-client to system:openshift-master Rename node cert/key/kubeconfig per openshift/origin#3160 Update references to /var/lib/openshift/openshift.local.certificates
2015-06-15Merge pull request #266 from detiber/issue_257Thomas Wiest
Guard against openstack bug 1334857
2015-06-15Guard against openstack bug 1334857Jason DeTiberus
Some versions of openstack erroneously return a comma separated list for the local-ipv4 value, this ensures that we handle that case properly
2015-06-12Merge pull request #281 from jwhonce/wip/insecure_registryJhon Honce
Infrastructure - Set OpenShift Registry
2015-06-12* Make portal_net configurable when wetting up the nodes OpenShift RegistryJhon Honce
2015-06-12Infrastructure - Set OpenShift RegistryJhon Honce
* TODO: update to secure when 'add volume' feature available in origin
2015-06-11Merge pull request #248 from detiber/configTemplatesWesley Hearn
Config templates
2015-06-11Merge pull request #278 from detiber/updateTrelloLinkThomas Wiest
Update readme for consolidated trello boards
2015-06-10Update readme for consolidated trello boardsJason DeTiberus
2015-06-10Merge pull request #41 from jwhonce/wip/bugsJason DeTiberus
Refactor to use openshift_master_config_dir when deploying services
2015-06-10* Refactor to use openshift_master_config_dir when deploying servicesJhon Honce
2015-06-10Use the documented state=present for yum moduleJason DeTiberus
2015-06-10BugfixesScott Dodson
- Don't include ./ in the tarball we transfer to the nodes - Fixup node argument ordering
2015-06-10Templatize configs and 0.5.2 changesJason DeTiberus
- Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client
2015-06-10Accomodate upstream configuration changeScott Dodson
- Master config and certificates are now in /etc/openshift/master - Node config is now in /etc/openshift/node - Several certificates have been renamed to accomodate a flattening of structure to accomodate secret storage - Add openshift_data_dir to ensure etcd and volumes are stored in /var/lib/openshift - Add openshift_generated_configs_dir
2015-06-09Merge pull request #275 from twiest/prThomas Wiest
Added environment tag (will eventually replace env tag).
2015-06-09added environment tag (will eventually replace env tag).Thomas Wiest
2015-06-09Automatic commit of package [openshift-ansible-inventory] release [0.0.8-1].Kenny Woodson
2015-06-09Automatic commit of package [openshift-ansible-bin] release [0.0.18-1].Kenny Woodson
2015-06-09Merge pull request #274 from kwoodson/multi_fixesKenny Woodson
multi_ec2 fixes.
2015-06-09Added more verbosity when error happens. Also fixed a bug.Kenny Woodson
2015-06-09Merge pull request #270 from lhuard1A/fix_libvirtThomas Wiest
Fix libvirt playbook