summaryrefslogtreecommitdiff
path: root/playbooks/openstack
AgeCommit message (Collapse)Author
2017-04-19Fix cluster creation with `bin/cluster` when there’s no glusterfs nodeLénaïc Huard
2017-04-04Port 10255 unnecessary. Removing all instancesChris Callegari
2017-03-23Add calico.Dan Osborne
2017-01-13Document playbook directoriesRodolfo Carvalho
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-12-08Removed verify_ansible_version playbook refsRussell Teague
2016-11-24Fix the list done after cluster creation on libvirt and OpenStackLénaïc Huard
The `list.yml` playbooks are using cloud provider specific variables to find the IPs of the VMs since 82449c6. Those “cloud provider specific” variables are the ones provided by the dynamic inventories. But there was a problem when the `list.yml` playbooks are invoked from the `launch.yml` ones because, in that case, the inventory is not coming from the dynamic inventory scripts, but from the `add_host` done inside `launch_instances.yml`. Whereas the GCE and AWS `launch_instances.yml` were correctly adding in the `add_host` the variables used by `list.yml`, libvirt and OpenStack were missing that. Fixes #2856
2016-11-16Merge pull request #2734 from dougbtv/openstack_timeout_optionJason DeTiberus
[openstack] allows timeout option for heat create stack
2016-11-16Optimize the cloud-specific list.yml playbooksLénaïc Huard
by removing the need to gather facts on all VMs in order to list them. And prettify the output of AWS list the same way it is done for other cloud providers.
2016-11-08Revert "Revert openshift.node.nodename changes"Scott Dodson
2016-11-07Revert "Fix the nodeName of the OpenShift nodes on OpenStack"Scott Dodson
This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84.
2016-11-05[openstack] allows timeout option for heat create stackdougbtv
2016-10-19Fix typosRodolfo Carvalho
2016-10-14Template with_items for upstream ansible-2.2 compat.Andrew Butcher
2016-09-27Remove the DNS VM on OpenStackLénaïc Huard
2016-09-22Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard
2016-09-20Update the OpenStack dynamic inventory scriptLénaïc Huard
2016-08-19Merge pull request #2330 from lhuard1A/open_node_portsJason DeTiberus
Open OpenStack security group for the service node port range
2016-08-19Open OpenStack security group for the service node port rangeLénaïc Huard
With OpenShift 3.2, creating a service accessible from the outside of the cluster thanks to `nodePort` automatically opens the “local” `iptables` firewall to allow incoming connection on the `nodePort` of the service. In order to benefit from this improvement, the OpenStack security group shouldn’t block those incoming connections. This change opens, on the OS nodes, the port range dedicated to service node ports.
2016-08-19Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard
Some expressions now need to be enclosed inside `{{…}}`.
2016-07-20Check ansible version prior to evaluating cluster hosts and groups.Andrew Butcher
2016-07-18Resolve some deprecation warnings.Andrew Butcher
2016-07-12Merge pull request #2142 from lhuard1A/fix_openstack_firewallJason DeTiberus
Re-align the OpenStack firewall rules with the iptables rules
2016-07-12Re-align the OpenStack firewall rules with the iptables rulesLénaïc Huard
2016-07-12Fix bin/cluster openstack related errorLénaïc Huard
2016-07-07Various hosted component improvementsAndrew Butcher
* [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
2016-06-07add skydns port 8053 to openstack master sec groupjawed
2016-06-07fix dns openstack flavor instead of openshift flavorjawed
2016-05-05allow for overriding dns_flavor for openstack providerJason DeTiberus
2016-05-05add user-data file back to openstack provisionerJason DeTiberus
2016-05-05g_all_hosts with templated with_items causes errors with ansible 1.9.4 under ↵Jason DeTiberus
some conditions
2016-05-05openstack_fixesJason DeTiberus
- move openstack user-data content into heat template
2016-04-29fix up variable references remove "online" support from bin/clusterJason DeTiberus
2016-04-27Replace sudo with become when accessing deployment_vars.Andrew Butcher
2016-04-25Replace deprecated sudo with become.Andrew Butcher
2016-04-20Merge pull request #1766 from abutcher/router-selectorBrenton Leanhardt
Bug 1328119 - router selector not obeyed
2016-04-20added new openshift-metrics serviceJose David Martin Nieto
2016-04-20Fix router selector fact migration and match multiple selectors when ↵Andrew Butcher
counting nodes.
2016-04-01Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard
https://docs.ansible.com/ansible/intro_configuration.html#pipelining
2016-03-08Fix issue when there are no infra nodesLénaïc Huard
This issue was already addressed by #1355 fc2f776 but it has been accidentally reverted by 6d3e176.
2016-02-23Better diagnostic messages when an OpenStack heat stack creation failsLénaïc Huard
2016-02-22Merge pull request #1337 from abutcher/master-scaleupBrenton Leanhardt
Support for adding new masters
2016-02-22added node-secgroup to master_nodesJose David Martin Nieto
2016-02-16Move additional master configuration into a separate master playbook.Andrew Butcher
2016-02-16Add new_masters to scaleup playbook.Andrew Butcher
2016-02-15Merge pull request #1355 from lhuard1A/fix_when_no_infraThomas Wiest
Fix issue when there are no infra nodes
2016-02-12Add missing `type` node labels on OpenStack and libvirtLénaïc Huard
2016-02-10Merge pull request #1364 from codificat/openshift-enterpriseBrenton Leanhardt
Add missing atomic- and openshift-enterprise
2016-02-09Fix issue when there are no infra nodesLénaïc Huard
2016-02-09Add missing atomic- and openshift-enterprisePep Turró Mauri
Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types.