summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #6341 from bogdando/openstack_cleanup_staticMichael Gugino2017-12-052-86/+0
|\ \ | | | | | | Cleanup unused openstack provider code
| * | Cleanup unused openstack provider codeBogdan Dobrelya2017-12-042-86/+0
| | | | | | | | | | | | | | | | | | | | | Remove references for bastion, ssh UI tunnek and static inventory. Update docs. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | | Document testing repos for dev purposesBogdan Dobrelya2017-12-052-2/+8
| | | | | | | | | | | | Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | | Use openshift testing repos for openstackBogdan Dobrelya2017-12-042-1/+2
|/ / | | | | | | | | | | | | | | Use testing openshift repos to sidestep packaging issues for 3.6 clients being used in 3.7 deployments or something. Poke host requirements Centos 7.4 as 7.3 can't see that testing repo. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* | Update the doc textTomas Sedovic2017-11-292-5/+6
| |
* | Use IP addresses for OpenStack nodesTomas Sedovic2017-11-285-78/+44
|/ | | | | | | | | | | | | Unlike other cloud providers, OpenStack VMs are not able to resolve each other by their names. If you try to run the playbooks against nodes without a pre-created /etc/hosts or a DNS that provides the hostname/ip resolution, it will fail. By setting the `openshift_hostname` variable to each node's IP address, we're able to deploy a functional cluster without running a custom DNS. It is still possible to provide an external server with nsupdate keys and have it be populated, but that is no longer a hard requirement.
* Fix openstack initRussell Teague2017-11-162-8/+3
|
* Namespace the docker volumesTomas Sedovic2017-11-071-7/+7
|
* Namespace the OpenStack varsTomas Sedovic2017-11-075-104/+104
| | | | | This makes sure that all the variables used in the `openshift_openstack` role are prefixed with `openshift_openstack_` as is the convention.
* Add the DNS updates and rename the openstack varsTomas Sedovic2017-11-075-27/+46
| | | | | Most of the vars in `roles/openshift_openstack/defaults/main.yml` are now prefixed with `openstack_`.
* Remove the static_inventory and bastion samplesTomas Sedovic2017-11-071-19/+0
| | | | | These options will have no effect until we add static inventory and bastion support back in.
* Use the existing ansible.cfg fileTomas Sedovic2017-11-072-32/+7
|
* Use correct host group in provision.ymlTomas Sedovic2017-11-071-1/+1
|
* Remove the post-install and scale-up playbooksTomas Sedovic2017-11-072-127/+0
| | | | | They're not necessary for the initial PR so let's add them properly later.
* Remove the openstack custom-actions for nowTomas Sedovic2017-11-074-128/+0
| | | | | | | | They're duplicating a lot of functionality that's already in openshift-ansible and they're not actually used from the provisioning playbooks. We'll revisit them later.
* Add openshift_openstack role and move tasks thereTomas Sedovic2017-11-0719-533/+118
| | | | | | | | | All the tasks that were previously in playbooks are now under `roles/openshift_openstack`. The `openshift-cluster` directory now only contains playbooks that include tasks from that role. This makes the structure much closer to that of the AWS provider.
* Use the docker-storage-setup roleTomas Sedovic2017-11-071-1/+3
|
* Update readmeTomas Sedovic2017-11-071-17/+8
|
* Update lookup plugins pathTomas Sedovic2017-11-071-1/+1
|
* Move the OpenStack playbooksTomas Sedovic2017-11-0725-0/+2139
| | | | | We move them from `playbooks/provisioning/openstack` to `playbooks/openstack` to mirror `playbooks/aws`.
* Remove unsupported playbooks and utilitiesRussell Teague2017-08-2513-1061/+0
|
* add etcd scaleup playbookjawed2017-06-151-0/+2
|
* Fix cluster creation with `bin/cluster` when there’s no glusterfs nodeLénaïc Huard2017-04-191-0/+2
|
* Port 10255 unnecessary. Removing all instancesChris Callegari2017-04-041-10/+0
|
* Add calico.Dan Osborne2017-03-231-0/+1
|
* Document playbook directoriesRodolfo Carvalho2017-01-131-0/+4
|
* YAML LintingRussell Teague2016-12-124-26/+28
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Removed verify_ansible_version playbook refsRussell Teague2016-12-081-2/+0
|
* Fix the list done after cluster creation on libvirt and OpenStackLénaïc Huard2016-11-241-0/+12
| | | | | | | | | | | | | | | | | | | 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
* Merge pull request #2734 from dougbtv/openstack_timeout_optionJason DeTiberus2016-11-162-1/+3
|\ | | | | [openstack] allows timeout option for heat create stack
| * [openstack] allows timeout option for heat create stackdougbtv2016-11-052-1/+3
| |
* | Optimize the cloud-specific list.yml playbooksLénaïc Huard2016-11-161-12/+2
| | | | | | | | | | | | 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.
* | Revert "Revert openshift.node.nodename changes"Scott Dodson2016-11-083-175/+25
| |
* | Revert "Fix the nodeName of the OpenShift nodes on OpenStack"Scott Dodson2016-11-073-25/+175
|/ | | | This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84.
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* Template with_items for upstream ansible-2.2 compat.Andrew Butcher2016-10-141-2/+2
|
* Remove the DNS VM on OpenStackLénaïc Huard2016-09-276-245/+1
|
* Fix the nodeName of the OpenShift nodes on OpenStackLénaïc Huard2016-09-224-52/+79
|
* Update the OpenStack dynamic inventory scriptLénaïc Huard2016-09-205-19/+19
|
* Merge pull request #2330 from lhuard1A/open_node_portsJason DeTiberus2016-08-193-0/+14
|\ | | | | Open OpenStack security group for the service node port range
| * Open OpenStack security group for the service node port rangeLénaïc Huard2016-08-193-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Fix warnings in OpenStack provider with ansible 2.1Lénaïc Huard2016-08-193-22/+24
|/ | | | Some expressions now need to be enclosed inside `{{…}}`.
* Check ansible version prior to evaluating cluster hosts and groups.Andrew Butcher2016-07-201-0/+2
|
* Resolve some deprecation warnings.Andrew Butcher2016-07-181-1/+1
|
* Merge pull request #2142 from lhuard1A/fix_openstack_firewallJason DeTiberus2016-07-121-0/+30
|\ | | | | Re-align the OpenStack firewall rules with the iptables rules
| * Re-align the OpenStack firewall rules with the iptables rulesLénaïc Huard2016-07-121-0/+30
| |
* | Fix bin/cluster openstack related errorLénaïc Huard2016-07-121-0/+5
|/
* Various hosted component improvementsAndrew Butcher2016-07-071-2/+1
| | | | | | | | | | | | | * [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
* add skydns port 8053 to openstack master sec groupjawed2016-06-071-0/+8
|
* fix dns openstack flavor instead of openshift flavorjawed2016-06-071-1/+1
|