summaryrefslogtreecommitdiffstats
path: root/inventory
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
* | Automatic commit of package [openshift-ansible-inventory] release [0.0.9-1].Kenny Woodson2015-08-201-1/+27
| |
* | 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.
* | | Merge pull request #428 from jtslear/issue-383Thomas Wiest2015-08-144-4/+4
|\ \ \ | | | | | | | | Removes hardcoded python2
| * | | Removes hardcoded python2John T Skarbek2015-08-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * replaces the hard coded items in favor of pulling a users environment * resolves #383 * Feedback and/or additional testing is more than welcome
* | | | 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
|/ / /
* | | Merge pull request #429 from spinolacastro/custom_corsBrenton Leanhardt2015-08-121-0/+3
|\ \ \ | | | | | | | | Custom cors configuration
| * | | Fix Custom CorsDiego Castro2015-08-121-0/+3
| | | |
* | | | Updated to read config first and default to users home dirKenny Woodson2015-08-121-1/+1
| | | |
* | | | Revert "namespace the byo inventory so the group names aren't so generic"Scott Dodson2015-08-061-4/+4
| |/ / |/| |
* | | namespace the byo inventory so the group names aren't so genericAdam Miller2015-08-051-4/+4
|/ /
* / 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
* Automatic commit of package [openshift-ansible-inventory] release [0.0.8-1].Kenny Woodson2015-06-091-1/+12
|
* Added more verbosity when error happens. Also fixed a bug.Kenny Woodson2015-06-091-4/+9
|
* Implement OpenStack providerLénaïc Huard2015-06-083-0/+270
|
* * rename openshift_registry_url oreg_urlJhon Honce2015-06-011-1/+1
| | | | * rename option_images to _{oreg|ortr}_images
* Fix the remaining pylint warningsLénaïc Huard2015-05-221-4/+28
|
* Fix some of the pylint warningsLénaïc Huard2015-05-221-22/+21
|
* [libvirt cluster] Use net-dhcp-leases to find VMs’ IPsLénaïc Huard2015-05-221-19/+7
| | | | | Query libvirt’s DHCP leases rather than inspecting the host’s ARP cache to find the VMs’ IPs.
* fixed the openshift-ansible-bin buildThomas Wiest2015-05-151-0/+1
|
* Automatic commit of package [openshift-ansible-inventory] release [0.0.7-1].Kenny Woodson2015-05-151-1/+4
|
* Making multi_ec2 into a libraryKenny Woodson2015-05-141-12/+27
|
* Automatic commit of package [openshift-ansible-inventory] release [0.0.6-1].Thomas Wiest2015-05-131-1/+4
|
* Added support for grouping and a bug fix.Kenny Woodson2015-05-132-17/+53
|
* Automatic commit of package [openshift-ansible-inventory] release [0.0.5-1].Thomas Wiest2015-05-121-1/+6
|
* removed ec2.ini from the openshift-ansible-inventory.spec file so that we're ↵Thomas Wiest2015-05-121-2/+1
| | | | not dictating what the ec2.ini file should look like.
* Added capability to pass in ec2.ini file.Kenny Woodson2015-05-122-21/+63
|
* Automatic commit of package [openshift-ansible-inventory] release [0.0.4-1].Thomas Wiest2015-05-071-1/+4
|
* Merge pull request #217 from kwoodson/inven_fixThomas Wiest2015-05-071-1/+1
|\ | | | | Fixed a variable naming bug due to rename.
| * Fixed a bug due to renaming of variables.Kenny Woodson2015-05-071-1/+1
| |
* | Automatic commit of package [openshift-ansible-inventory] release [0.0.3-1].Thomas Wiest2015-05-071-1/+8
| |
* | fixed build problems with openshift-ansible-inventory.specThomas Wiest2015-05-071-2/+2
| |
* | Allow option in multi_ec2 to set cache location.Kenny Woodson2015-05-072-2/+27
|/
* 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
* Add ansible_connection=local to localhost in inventoryJason DeTiberus2015-04-243-3/+3
|
* Adding refresh-cache option and cleanup for pylint. Also updated for ↵Kenny Woodson2015-04-222-46/+53
| | | | aws/hosts/ being added.
* Fix typos... master not materJason DeTiberus2015-04-201-1/+1
|
* Fix libvirt metadata used to store ansible tagsLénaïc Huard2015-04-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://libvirt.org/formatdomain.html#elementsMetadata , the `metadata` tag can contain only one top-level element per namespace. Because of that, libvirt stored only the `deployment-type-{{ deployment_type }}` tag. As a consequence, the dynamic inventory reported no `env-{{ cluster }}` group. This is problematic for the `terminate.yml` playbook which iterates over `groups['tag-env-{{ cluster-id }}]` The symptom is that `oo_hosts_to_terminate` was not defined. In the end, as Ansible couldn’t iterate on the value of `groups['oo_hosts_to_terminate']`, it iterated on its letters: ``` TASK: [Destroy VMs] *********************************************************** failed: [localhost] => (item=['g', 'destroy']) => {"failed": true, "item": ["g", "destroy"]} msg: virtual machine g not found failed: [localhost] => (item=['g', 'undefine']) => {"failed": true, "item": ["g", "undefine"]} msg: virtual machine g not found failed: [localhost] => (item=['r', 'destroy']) => {"failed": true, "item": ["r", "destroy"]} msg: virtual machine r not found failed: [localhost] => (item=['r', 'undefine']) => {"failed": true, "item": ["r", "undefine"]} msg: virtual machine r not found failed: [localhost] => (item=['o', 'destroy']) => {"failed": true, "item": ["o", "destroy"]} msg: virtual machine o not found failed: [localhost] => (item=['o', 'undefine']) => {"failed": true, "item": ["o", "undefine"]} msg: virtual machine o not found failed: [localhost] => (item=['u', 'destroy']) => {"failed": true, "item": ["u", "destroy"]} msg: virtual machine u not found failed: [localhost] => (item=['u', 'undefine']) => {"failed": true, "item": ["u", "undefine"]} msg: virtual machine u not found failed: [localhost] => (item=['p', 'destroy']) => {"failed": true, "item": ["p", "destroy"]} msg: virtual machine p not found failed: [localhost] => (item=['p', 'undefine']) => {"failed": true, "item": ["p", "undefine"]} msg: virtual machine p not found failed: [localhost] => (item=['s', 'destroy']) => {"failed": true, "item": ["s", "destroy"]} msg: virtual machine s not found failed: [localhost] => (item=['s', 'undefine']) => {"failed": true, "item": ["s", "undefine"]} msg: virtual machine s not found failed: [localhost] => (item=['[', 'destroy']) => {"failed": true, "item": ["[", "destroy"]} msg: virtual machine [ not found failed: [localhost] => (item=['[', 'undefine']) => {"failed": true, "item": ["[", "undefine"]} msg: virtual machine [ not found failed: [localhost] => (item=["'", 'destroy']) => {"failed": true, "item": ["'", "destroy"]} msg: virtual machine ' not found failed: [localhost] => (item=["'", 'undefine']) => {"failed": true, "item": ["'", "undefine"]} msg: virtual machine ' not found failed: [localhost] => (item=['o', 'destroy']) => {"failed": true, "item": ["o", "destroy"]} msg: virtual machine o not found failed: [localhost] => (item=['o', 'undefine']) => {"failed": true, "item": ["o", "undefine"]} msg: virtual machine o not found etc… ```
* Configuration updates for latest builds and major refactorJason DeTiberus2015-04-1414-37/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration updates for latest builds - Switch to using create-node-config - Switch sdn services to use etcd over SSL - This re-uses the client certificate deployed on each node - Additional node registration changes - Do not assume that metadata service is available in openshift_facts module - Call systemctl daemon-reload after installing openshift-master, openshift-sdn-master, openshift-node, openshift-sdn-node - Fix bug overriding openshift_hostname and openshift_public_hostname in byo playbooks - Start moving generated configs to /etc/openshift - Some custom module cleanup - Add known issue with ansible-1.9 to README_OSE.md - Update to genericize the kubernetes_register_node module - Default to use kubectl for commands - Allow for overriding kubectl_cmd - In openshift_register_node role, override kubectl_cmd to openshift_kube - Set default openshift_registry_url for enterprise when deployment_type is enterprise - Fix openshift_register_node for client config change - Ensure that master certs directory is created - Add roles and filter_plugin symlinks to playbooks/common/openshift-master and node - Allow non-root user with sudo nopasswd access - Updates for README_OSE.md - Update byo inventory for adding additional comments - Updates for node cert/config sync to work with non-root user using sudo - Move node config/certs to /etc/openshift/node - Don't use path for mktemp. addresses: https://github.com/openshift/openshift-ansible/issues/154 Create common playbooks - create common/openshift-master/config.yml - create common/openshift-node/config.yml - update playbooks to use new common playbooks - update launch playbooks to call update playbooks - fix openshift_registry and openshift_node_ip usage Set default deployment type to origin - openshift_repo updates for enabling origin deployments - also separate repo and gpgkey file structure - remove kubernetes repo since it isn't currently needed - full deployment type support for bin/cluster - honor OS_DEPLOYMENT_TYPE env variable - add --deployment-type option, which will override OS_DEPLOYMENT_TYPE if set - if neither OS_DEPLOYMENT_TYPE or --deployment-type is set, defaults to origin installs Additional changes: - Add separate config action to bin/cluster that runs ansible config but does not update packages - Some more duplication reduction in cluster playbooks. - Rename task files in playbooks dirs to have tasks in their name for clarity. - update aws/gce scripts to use a directory for inventory (otherwise when there are no hosts returned from dynamic inventory there is an error) libvirt refactor and update - add libvirt dynamic inventory - updates to use dynamic inventory for libvirt