summaryrefslogtreecommitdiffstats
path: root/inventory/byo
Commit message (Collapse)AuthorAgeFilesLines
* Fedora changes:Adam Miller2015-12-021-0/+4
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Fixing 'unscheduleable' typoBrenton Leanhardt2015-11-301-1/+1
|
* Rework setting of hostnameJason DeTiberus2015-11-241-0/+5
| | | | | - set the hostname for all installs < 3.1 or 1.1 - provide a new variable openshift_set_hostname to override default behavior
* Conditionally set the nodeIPJason DeTiberus2015-11-241-0/+5
|
* Refactor named certificates.Andrew Butcher2015-11-161-1/+10
|
* Add ldap auth identity provider to example inventory.Andrew Butcher2015-11-091-0/+3
|
* New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-061-0/+3
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-16/+37
|
* fix dueling controllers - without controllerLeaseTTL set in config, multiple ↵Jason DeTiberus2015-11-041-0/+2
| | | | controllers will attempt to start
* hardcode openshift binaries for nowJason DeTiberus2015-11-041-3/+11
|
* Atomic Enterprise related changes.Avesh Agarwal2015-11-041-3/+0
|
* Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-031-0/+2
|
* Add custom certificates to serving info in master configuration.Andrew Butcher2015-11-031-0/+3
|
* Merge pull request #622 from nak3/update-docker-registry-urlBrenton Leanhardt2015-11-031-1/+1
|\ | | | | Remove images options in oadm command examples
| * Remove images options in oadm commandKenjiro Nakayama2015-10-011-1/+1
| |
* | Merge pull request #738 from detiber/storage_pluginsBrenton Leanhardt2015-10-291-0/+4
|\ \ | | | | | | Install storage plugin dependencies
| * | make storage plugin dependency installation more flexibleJason DeTiberus2015-10-261-0/+4
| | |
* | | Merge pull request #746 from detiber/multitenantNetworkBrenton Leanhardt2015-10-281-0/+6
|\ \ \ | | | | | | | | add examples for SDN configuration
| * | | add examples for SDN configurationJason DeTiberus2015-10-261-0/+6
| |/ /
* | | fix merge conflictsDiego Castro2015-10-221-6/+27
|\| |
| * | Support HA or single router, and start work on registryStefanie Forrester2015-10-211-0/+4
| | |
| * | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-201-0/+6
| |\ \ | | |/ | |/| Add cockpit role
| | * Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-281-0/+6
| | |
| * | Avoid a recursive loopScott Dodson2015-09-041-1/+1
| | |
| * | Add openshift_version to set RPM versionsScott Dodson2015-09-031-0/+3
| | | | | | | | | | | | Mostly necessary for debugging / testing upgrade paths
| * | Make masters schedulable in byo exampleScott Dodson2015-08-311-2/+4
| | | | | | | | | | | | ... but note why you wouldn't want them to be
| * | Merge pull request #512 from sdodson/nextWesley Hearn2015-08-281-3/+3
| |\ \ | | |/ | |/| Merge in Atomic Enterprise work into master
| | * Atomic Enterprise related changes.Avesh Agarwal2015-08-261-3/+3
| | |
| * | Merge pull request #459 from spinolacastro/fluentdWesley Hearn2015-08-271-0/+3
| |\ \ | | |/ | |/| Configure Fluentd
| | * Configure FluentdDiego Castro2015-08-121-0/+3
| | |
| * | Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-261-0/+3
| |\ \ | | | | | | | | Cluster Metrics
| | * | Add README and inventory example.Diego Castro2015-08-151-0/+3
| | |/
| * | Merge pull request #408 from sdodson/docker-buildvmBrenton Leanhardt2015-08-171-1/+1
| |\ \ | | | | | | | | docker-buildvm-rhose is dead
| | * | docker-buildvm-rhose is deadScott Dodson2015-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Both the original and the new hosts are both internal hosts used only for testing of un-released content. One should not expect to use these outside of Red Hat.
* | | | CleanupDiego Castro2015-08-171-1/+0
| | | |
* | | | Merge remote-tracking branch 'openshift/master' into project_configDiego Castro2015-08-151-1/+4
|\| | |
| * | | Merge pull request #407 from aveshagarwal/ae-ansible-merge-authBrenton Leanhardt2015-08-141-1/+1
| |\ \ \ | | | | | | | | | | Enable htpasswd by default in the example hosts file.
| | * | | Enable htpasswd by default in the example hosts file.Avesh Agarwal2015-08-131-1/+1
| | | |/ | | |/|
| * / | Add support for setting default node selectorJason DeTiberus2015-08-121-0/+3
| |/ /
* | | Add missing inventory exampleDiego Castro2015-08-121-1/+6
| | |
* | | Custom Project ConfigDiego Castro2015-08-121-0/+3
|/ /
* | Fix Custom CorsDiego Castro2015-08-121-0/+3
| |
* | Add support for setting routingConfig:subdomainJason DeTiberus2015-07-281-0/+3
|/
* Initial HA masterJason DeTiberus2015-07-171-2/+18
| | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* Make it clear that the byo inventory file is just an exampleJason DeTiberus2015-07-172-7/+16
| | | | | | - move the inventory/byo/hosts file to inventory/byo/hosts.example - add a .gitignore to inventory/byo to avoid a inventory/byo/hosts file from being re-added to the repo.
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-1/+5
| | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
* Update for RC2 changesScott Dodson2015-06-161-1/+1
| | | | | | | | | | | | | 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
* Templatize configs and 0.5.2 changesJason DeTiberus2015-06-101-3/+6
| | | | | | | | | | | | | | | | | | | | | | - 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
* * rename openshift_registry_url oreg_urlJhon Honce2015-06-011-1/+1
| | | | * rename option_images to _{oreg|ortr}_images
* openshift_fact and misc fixesJason DeTiberus2015-05-061-2/+4
| | | | | | | | | | | | | | | | - Do not attempt to fetch file to same file location when playbooks are run locally on master - Fix for openshift_facts when run against a host in a VPC that does not assign internal/external hostnames or ips - Fix setting of labels and annotations on node instances and in openshift_facts - converted openshift_facts to use json for local_fact storage instead of an ini file, included code that should migrate existing ini users to json - added region/zone setting to byo inventory - Fix fact related bug where deployment_type was being set on node role instead of common role for node hosts