- Feb 12, 2019
-
-
Robert Neumann authored
-
Maxime Guyot authored
-
- Feb 01, 2019
-
-
Petr Ruzicka authored
-
- Nov 05, 2018
-
-
Andreas Holmsten authored
-
- Nov 01, 2018
-
-
Andreas Holmsten authored
* [contrib/terraform/openstack] Add worker_allowed_ports Allow user to define in terraform template which ports and remote IPs that are allowed to access worker nodes. This is useful when you don't want to open up whole NodePort range to the outside world, or ports outside NodePort range.
-
- Oct 29, 2018
-
-
Ted Wexler authored
* Add an 'access_ip' for openstack resources to the terraform inventory builder script * Update Openstack README * Only use ipv4 * If there's a floating IP assigned to an openstack instance, use that for access_ip
-
- Oct 19, 2018
-
-
Maxime Guyot authored
-
- Oct 18, 2018
-
-
Miouge1 authored
-
- Oct 12, 2018
-
-
SataQiu authored
-
- Oct 11, 2018
-
-
Giacomo Longo authored
* Automatically infer bootstrap_os * Rename bootstrap os to os_family
-
- Sep 30, 2018
-
-
SataQiu authored
-
- Sep 28, 2018
-
-
Andreas Holmsten authored
* Replace `openstack_compute_secgroup_v2` with `openstack_networking_secgroup_v2` The `openstack_networking_secgroup_v2` resource allow specifications of both ingress and egress. Nova security groups define ingress rules only. This change will also allow for more user-friendly specified security rules, as the different security group resources have different HCL syntax.
-
- Aug 21, 2018
-
-
rguichard authored
-
- Aug 01, 2018
-
-
rguichard authored
allow masters, nodes and gluster nodes (within each group) to be scheduled on differents AZ.
-
- Jul 31, 2018
-
-
Jerry Elmore authored
Attempting to clarify the language surrounding the etcd node deployment script failure mechanism. I had this error when doing a new cluster deployment last night and, though it should have been, it wasn't immediately apparent to me what was causing the issue (since my default master node hostnames do not specify whether they are also acting as etcd replicas).
-
- Jul 27, 2018
-
-
rguichard authored
This will make NodePort services work out of the box
-
- Jun 28, 2018
-
-
Andreas Holmsten authored
* Add supplementary node groups To add additional ansible groups to the k8s nodes, such as `kube-ingress` for running ingress controller pods. Empty by default.
-
- Jun 14, 2018
-
-
Derek Lemon authored
-
Derek Lemon authored
-
Derek Lemon authored
-
- Apr 30, 2018
-
-
Pablo Moreno authored
* [terraform/openstack] Restores ability to use existing public nodes and masters as bastion. * [terraform/openstack] Uses network_id as output * [terraform/openstack] Fixes link to inventory/local/group_vars * [terraform/openstack] Adds supplementary master groups * [terraform/openstack] Updates documentation avoiding manual setups for bastion (as they are not needed now). * [terraform/openstack] Supplementary master groups in docs. * [terraform/openstack] Fixes repeated usage of master fips instead of bastion fips * [terraform/openstack] Missing change for network_id to subnet_id * [terraform/openstack] Changes conditional to element( concat ) form to avoid type issues with empty lists.
-
- Mar 31, 2018
-
-
avoidik authored
-
- Mar 27, 2018
-
-
avoidik authored
-
- Feb 24, 2018
-
-
Drew Leske authored
-
Drew Leske authored
-
Drew Leske authored
-
Drew Leske authored
Supports Kubespray workspace with multiple OpenStack-deployed k8s clusters. * Create sample inventory directory for template * Moved broken `group_vars` symlink to sample directory * Created sample cluster Terraform file * Updated documentation
-
- Feb 23, 2018
-
- Feb 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Jan 17, 2018
-
-
ArchiFleKs authored
-
ArchiFleKs authored
-
- Jan 05, 2018
-
-
ArchiFleKs authored
-
ArchiFleKs authored
Hardcoded variables are removed from variables.tf file because it might not be suitable for all OpenStack Cloud depending on Identity API version available (between v2 or v3) and preferred authentication method.
-
- Dec 05, 2017
-
-
BenGalewsky authored
* Adding bastion and private network provisioning for openstack terraform * Remove usage of floating-ip property * Combine openstack instances + floating ips * Fix relating floating IPs to hosts for openstack builds * Tighten up security groups Allow ssh into all instances with floating IP * Add the gluster hosts to the no-floating group * Break terraform into modules * Update README and var descriptions to match current config * Remove volume property in gluster compute def * Include cluster name in internal network and router names * Make dns_nameservers a variable
-
- Oct 18, 2017
-
-
Simon Li authored
-
- Sep 27, 2017
-
-
Pablo Moreno authored
-
- Jul 26, 2017
-
-
Alexander Chumakov authored
-
- Jul 11, 2017
-
-
Alexander Chumakov authored
Add resolvconf_mode and cloud_provider config description to README.md
-
- Jul 10, 2017
-
-
Alexander Chumakov authored
Add section how to configure k8s cluster and set up kubectl
-
- Mar 09, 2017
-
-
Connz authored
The nova command for getting the flavors is not nova list-flavors but nova flavor-list
-