summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added python new method params should use a default value to best practices ↵Thomas Wiest2015-06-241-0/+26
| | | | guide.
* Merge pull request #287 from twiest/prThomas Wiest2015-06-2411-12/+12
|\ | | | | changed Openshift to OpenShift
| * changed Openshift to OpenShiftThomas Wiest2015-06-1911-12/+12
| |
* | Merge pull request #288 from tdawson/2015-06-nfsThomas Wiest2015-06-247-0/+198
|\ \ | | | | | | create storage_nfs_lvm role
| * | Create openshift_storage_nfs_lvm based off kube_nfs_volumesTroy Dawson2015-06-247-0/+198
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #296 from brenton/masterThomas Wiest2015-06-231-3/+3
|\ \ | | | | | | Bug 1234717 - oo-install-ose should use openshift_hostname as paramet…
| * | Bug 1234717 - oo-install-ose should use openshift_hostname as parameter when ↵Brenton Leanhardt2015-06-231-3/+3
|/ / | | | | | | checking schedulable state
* | Merge pull request #294 from brenton/masterThomas Wiest2015-06-221-0/+21
|\ \ | | | | | | Adding support for labeling nodes as unscheduleable
| * | Adding support for labeling nodes as unscheduleableBrenton Leanhardt2015-06-221-0/+21
| |/ | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #289 from sdodson/openshift_examplesThomas Wiest2015-06-2251-0/+17959
|\ \ | |/ |/| Openshift examples
| * Add openshift_examples roleScott Dodson2015-06-2251-0/+17959
|/ | | | | | 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.
* Merge pull request #285 from sdodson/rc-mergeThomas Wiest2015-06-1716-74/+176
|\ | | | | RC2 Merge
| * Update for RC2 changesScott Dodson2015-06-1616-74/+176
|/ | | | | | | | | | | | | 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
* Merge pull request #266 from detiber/issue_257Thomas Wiest2015-06-151-2/+2
|\ | | | | Guard against openstack bug 1334857
| * Guard against openstack bug 1334857Jason DeTiberus2015-06-151-2/+2
|/ | | | | Some versions of openstack erroneously return a comma separated list for the local-ipv4 value, this ensures that we handle that case properly
* Merge pull request #281 from jwhonce/wip/insecure_registryJhon Honce2015-06-122-1/+13
|\ | | | | Infrastructure - Set OpenShift Registry
| * * Make portal_net configurable when wetting up the nodes OpenShift RegistryJhon Honce2015-06-122-2/+3
| |
| * Infrastructure - Set OpenShift RegistryJhon Honce2015-06-121-0/+11
|/ | | | * TODO: update to secure when 'add volume' feature available in origin
* Merge pull request #248 from detiber/configTemplatesWesley Hearn2015-06-1144-602/+690
|\ | | | | Config templates
| * Merge pull request #41 from jwhonce/wip/bugsJason DeTiberus2015-06-104-2/+10
| |\ | | | | | | Refactor to use openshift_master_config_dir when deploying services
| | * * Refactor to use openshift_master_config_dir when deploying servicesJhon Honce2015-06-104-2/+10
| |/
| * Use the documented state=present for yum moduleJason DeTiberus2015-06-104-6/+6
| |
| * BugfixesScott Dodson2015-06-103-3/+2
| | | | | | | | | | - Don't include ./ in the tarball we transfer to the nodes - Fixup node argument ordering
| * Templatize configs and 0.5.2 changesJason DeTiberus2015-06-1038-582/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * Accomodate upstream configuration changeScott Dodson2015-06-109-40/+47
| | | | | | | | | | | | | | | | | | | | - 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
* | Merge pull request #278 from detiber/updateTrelloLinkThomas Wiest2015-06-111-1/+1
|\ \ | | | | | | Update readme for consolidated trello boards
| * | Update readme for consolidated trello boardsJason DeTiberus2015-06-101-1/+1
|/ /
* | Merge pull request #275 from twiest/prThomas Wiest2015-06-091-0/+1
|\ \ | |/ |/| Added environment tag (will eventually replace env tag).
| * added environment tag (will eventually replace env tag).Thomas Wiest2015-06-091-0/+1
|/
* Automatic commit of package [openshift-ansible-inventory] release [0.0.8-1].Kenny Woodson2015-06-092-2/+13
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.18-1].Kenny Woodson2015-06-092-2/+9
|
* Merge pull request #274 from kwoodson/multi_fixesKenny Woodson2015-06-091-4/+9
|\ | | | | multi_ec2 fixes.
| * Added more verbosity when error happens. Also fixed a bug.Kenny Woodson2015-06-091-4/+9
|/
* Merge pull request #270 from lhuard1A/fix_libvirtThomas Wiest2015-06-091-2/+2
|\ | | | | Fix libvirt playbook
| * Fix libvirt playbookLénaïc Huard2015-06-071-2/+2
| | | | | | | | | | | | | | If we don’t explicitly specify the libvirt URI to use for virsh, it will use the LIBVIRT_DEFAULT_URI environment variable. For a consistent behavior, all `virsh` invocation must be done with the `-c <libvirt_uri>` parameter.
* | Merge pull request #271 from lhuard1A/oo_lenThomas Wiest2015-06-095-12/+4
|\ \ | | | | | | Replace the custom oo_len filter by the Jinja2 standard one: length
| * | Replace the custom oo_len filter by the Jinja2 standard one: lengthLénaïc Huard2015-06-085-12/+4
| | |
* | | Merge pull request #272 from tdawson/2015-06/beta4repoTroy Dawson2015-06-081-4/+4
|\ \ \ | | | | | | | | Switch to beta4 for online
| * | | Switch to beta4 for onlineTroy Dawson2015-06-081-4/+4
|/ / /
* | | Merge pull request #186 from lhuard1A/osThomas Wiest2015-06-0818-2/+790
|\ \ \ | | | | | | | | Implement OpenStack provider for openshift-ansible
| * | | Implement OpenStack providerLénaïc Huard2015-06-0818-2/+790
| |/ /
* | | Merge pull request #268 from detiber/fluentdFactThomas Wiest2015-06-084-5/+24
|\ \ \ | |/ / |/| | add use_fluentd to openshift_facts
| * | add use_fluentd to openshift_factsJason DeTiberus2015-06-064-5/+24
|/ / | | | | | | | | - Move use_fluentd into openshift_facts proper - default use_fluentd to False unless deployment_type == origin
* | Merge pull request #265 from jwhonce/wip/nfsJhon Honce2015-06-051-0/+3
|\ \ | | | | | | Allow NFS access for VMs
| * | Allow NFS access for VMsJhon Honce2015-06-051-0/+3
| |/
* | Merge pull request #262 from jwhonce/wip/configJhon Honce2015-06-041-3/+25
|\ \ | | | | | | Issue 119 - Add support for ~/.openshift-ansible
| * | * Update defaults and examples to track core concepts guideJhon Honce2015-06-041-2/+2
| | |
| * | Issue 119 - Add support for ~/.openshift-ansibleJhon Honce2015-06-031-3/+25
| |/ | | | | | | * Allow user to override: validate_cluster_ids, cluster_ids, providers
* | Merge pull request #263 from twiest/prThomas Wiest2015-06-041-2/+24
|\ \ | | | | | | Added YAML over JSON to best practices guide.
| * | Added YAML over JSON to best practices guide.Thomas Wiest2015-06-041-2/+24
|/ /