- Feb 06, 2018
-
-
Sébastien Han authored
Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Sébastien Han authored
When testing deployments of SDS, it is quite useful to get a Kubernetes env with nodes having dedicated drives. You can now enable this by setting: kube_node_instances_with_disks: true Also you can chose the amount of drives per machine and their respective size: * kube_node_instances_with_disks_number: 10 * kube_node_instances_with_disks_size: "20G" Signed-off-by:
Sébastien Han <seb@redhat.com>
-
Sébastien Han authored
Signed-off-by:
Sébastien Han <seb@redhat.com>
-
- Nov 12, 2017
-
-
Maxim Krasilnikov authored
-
- Oct 30, 2017
-
-
guenhter authored
-
- Oct 27, 2017
-
-
mkrasilnikov authored
-
- Oct 03, 2017
-
-
Maxim Krasilnikov authored
-
Maxim Krasilnikov authored
-
mkrasilnikov authored
-
- Aug 18, 2017
-
-
Kyle Bai authored
-
- Jul 07, 2017
-
-
Abdelsalam Abbas authored
-
- Jun 27, 2017
-
-
Abdelsalam Abbas authored
-
- Jun 10, 2017
-
-
Kevin Jing Qiu authored
-
- Jun 04, 2017
-
-
Kevin Jing Qiu authored
-
- Jun 03, 2017
-
-
Kevin Jing Qiu authored
-
Kevin Jing Qiu authored
-
Kevin Jing Qiu authored
-
- Mar 01, 2017
-
-
Vijay Katam authored
Updates based on feedback Simplify checks for file exists remove invalid char Review feedback. Use regular systemd file. Add template for docker systemd atomic
-
John Dewey authored
The Vagrantfile is setup to use flannel. The default network was changed to Calico (#1031). However, the Vagrantfile was not updated to reflect this. Ensuring the Vagrantfile remains functional on master, until someone decides to make it work with Calico.
-
- Feb 17, 2017
-
-
John Dewey authored
* Git ignore the user controlled config.rb. * Ability to better control the number of instances running.
-
- Dec 19, 2016
-
-
Sam Stoelinga authored
When download_run_once=True it will try to first download images to host running vagrant, then upload the images from vagrant host to the vagrant vms. While trying to upload the images it will ask for a the vagrant linux user password. For small environments this behaviour is unnecessary hence changing the default to download_run_once=False inside the Vagrantfile seems like a good fix.
-
- Nov 07, 2016
-
-
Matthew Mosesohn authored
Squashed commits: [f9355ea1] Swap order in which we reload docker/socket [2ca6819c] Reload docker.socket after installing flannel on coreos Workaround for #569 [9f976e56] Vagrantfile: setup proxy inside virtual machines In corporate networks, it is good to pre-configure proxy variables. [9d7142f4] Vagrantfile: use Ubuntu 16.04 LTS Use recent supported version of Ubuntu for local development setup with Vagrant. [50f77cca] Add CI test layouts * Drop Wily from test matrix * Replace the Wily cases dropped with extra cases to test separate roles deployment Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com> [03e162b3] Update OWNERS [c7b00cae] Use tar+register instead of copy/slurp for distributing tokens and certs Related bug: https://github.com/ansible/ansible/issues/15405 Uses tar and register because synchronize module cannot sudo on the remote side correctly and copy is too slow. This patch dramatically cuts down the number of tasks to process for cert synchronization. [2778ac61] Add new var skip_dnsmasq_k8s If skip_dnsmasq is set, it will still not set up dnsmasq k8s pod. This enables independent setup of resolvconf section before kubelet is up.
-
- Oct 29, 2016
-
-
Alexander Kanevskiy authored
In corporate networks, it is good to pre-configure proxy variables.
-
Alexander Kanevskiy authored
Use recent supported version of Ubuntu for local development setup with Vagrant.
-
- Aug 30, 2016
-
-
Andrey Sokolov authored
-
- Aug 15, 2016
-
-
Matthew Mosesohn authored
Fixes Ubuntu 14.04 deployment of etcd.
-
- May 21, 2016
-
-
Paul Czarkowski authored
using a shared folder can cause race conditions for the download role as it tries to download files on all the nodes to the same shared path. This adds a flag to run the tasks in the download role on just one node.
-
Paul Czarkowski authored
I accidently left in the old download URL for coreos even after I switched the box name to be ubuntu, it worked fine for me because I already had that box locally so it didn't try to download. This should resolve this by using the official bento/ubuntu-14.04 box which is a nice minimal image. We also allow the default behaviour of sharing folder to VMs By doing this we can stage our download files in a shared location and speed up subsequent runs significantly. Finally will create more verbose documentation.
-
- May 09, 2016
-
-
Paul Czarkowski authored
* set flannel backend type to `host-gw` * set flannel interface to be eth1 ip
-
- May 08, 2016
-
-
Paul Czarkowski authored
This allows you to simply run `vagrant up` to get a 3 node HA cluster. * Creates a dynamic inventory and uses the inventory/group_vars/all.yml * commented lines in inventory.example so that ansible doesn't try to use it. * added requirements.txt to give easy way to install ansible/ipaddr * added gitignore files to stop attempts to save unwated files * changed `Check if kube-system exists` to `failed_when: false` instead of `ignore_errors`
-