Scott S. Lowe
684f291f41
Ensure consistency across learning environments
...
Modify YAML data files and Vagrantfile for various learning environments to ensure greater consistency and reduce technical debt
2016-09-21 01:29:12 -06:00
Scott S. Lowe
12c1e7cc37
Clean up all Vagrant configurations
...
Remove old settings that are no longer applicable.
2016-09-21 01:06:15 -06:00
Scott S. Lowe
d7a1b87569
Merge pull request #50 from lowescott/vagrant-aws-multi
...
Add new environment for using Vagrant with AWS (multiple instances)
2016-09-14 23:12:07 -06:00
Scott S. Lowe
e039a4eb8e
Add new environment for using Vagrant with AWS
...
Add files for a learning environment that supports spinning up multiple instances on AWS via Vagrant with the `vagrant-aws` provider.
2016-09-14 23:10:26 -06:00
Scott S. Lowe
f7b1abfdfb
Standardize filenames and multi-platform support
...
Continue changing `servers.yml` to `machines.yml` for all learning environments. Add multi-platform support via provider overrides.
2016-09-14 17:09:04 -06:00
Scott S. Lowe
e7723290ef
Streamline file naming standards, add multi-platform support
...
Continue standardizing on `machines.yml` instead of `servers.yml` for external data file. Add multi-platform support to environments via provider overrides.
2016-09-14 16:47:11 -06:00
Scott S. Lowe
c30b1b5f53
Update multi-platform support
...
Migrate from a Fusion-only configuration to a configuration that supports both Fusion as well as VirtualBox.
2016-09-11 23:12:15 -06:00
Scott S. Lowe
0ee861c0b0
Add multi-provider support
...
Modify `Vagrantfile` and `servers.yml` to enable better multi-provider support.
2016-09-11 22:39:15 -06:00
Scott S. Lowe
7a871137a9
Update README.md for OVS multi-bridge environment
...
Add information to the README for the OVS multi-bridge configuration to state that Ansible 2.1.1.0 or later is required. Earlier versions had a bug in the OVS modules that would cause an error after the initial run of the playbook.
2016-08-12 15:20:09 -06:00
Scott Lowe
2e4f961e6e
Merge branch 'master' of https://github.com/lowescott/learning-tools
2016-07-19 15:16:59 -06:00
Scott Lowe
1ddc7016fe
Fix error in Vagrantfile
...
Fixed a missing "end" statement in Vagrantfile
2016-07-19 15:14:53 -06:00
Scott S. Lowe
42d7bbd7a4
Fix typo
...
Fix a typo in the master README.md file
2016-06-29 21:57:29 -06:00
Scott S. Lowe
41cdb61d77
Update master README.md
...
Add new learning environments to master README.md.
2016-06-29 21:53:58 -06:00
Scott S. Lowe
def9d39ef8
Update README.md for OVS multi-bridge configuration
...
Update README.md for OVS multi-bridge configuration with updated instructions.
2016-06-29 21:39:14 -06:00
Scott S. Lowe
95b9f0a5fe
Merge pull request #46 from lowescott/ovs-multi-br
...
Add new environment for working with multiple OVS bridges
2016-06-29 17:47:50 -06:00
Scott S. Lowe
e7f983ddda
Add new environment for working with multiple OVS bridges
...
Add Libvirt XML definitions, Ansible configuration file and playbook, YAML data file, README, and Vagrantfile for an environment enabling users to easily experiment with multi-bridge OVS configurations. Instructions are not yet fully complete. Also tracking a potential bug in the openvswitch_port Ansible module used.
2016-06-29 17:45:24 -06:00
Scott S. Lowe
07b11f18fc
Merge pull request #45 from lowescott/ipvs-docker
...
Add files for using IPVS with Docker
2016-06-20 21:48:47 -06:00
Scott S. Lowe
b4ba9dfcb1
Add files for using IPVS with Docker
...
Add Vagrantfile, shell provisioning script, Vagrant data file, and README.md for using IPVS to load balance Docker containers.
2016-06-20 21:47:06 -06:00
Scott S. Lowe
80558cd0ed
Add JunOS learning environment
...
Add files for a Vagrant-based JunOS learning environment
2016-05-04 23:06:44 -06:00
Scott S. Lowe
5234f36eb5
Update main README.md
...
Update main README.md with final status of the rkt learning environment
2016-04-20 10:41:10 -06:00
Scott S. Lowe
35af80fd60
Merge pull request #44 from lowescott/rkt
...
Finalize rkt learning environment
2016-04-20 10:39:36 -06:00
Scott S. Lowe
a1ce500e11
Finalize README.md
...
Add final instructions to README.md for using this environment.
2016-04-20 10:38:41 -06:00
Scott S. Lowe
bf5c0e8570
Fix provisioning script
...
Fix some errors in the provisioning script. Add lines to create 'rkt' group if it doesn't already exist, and to create /var/lib/rkt if it doesn't already exist.
2016-04-20 10:29:50 -06:00
Scott S. Lowe
30262d7b3c
Update rkt environment
...
Add new shell script for configuring VMs with CoreOS rkt. Modify Vagrantfile to "pre-download" files if they exist in current directory. Add new multi-platform code to Vagrantfile. Change filenames to adhere to new naming convention.
2016-04-20 09:44:50 -06:00
Scott S. Lowe
0b31969984
Merge pull request #43 from lowescott/mp-update
...
Improve multi-platform support
2016-04-05 23:05:13 -06:00
Scott Lowe
f73b7ee34c
Improve multi-platform support
...
Update Vagrantfile and associated data files (YAML and/or JSON) to provide better multi-platform support via provider overrides.
2016-04-05 22:53:51 -06:00
Scott Lowe
5377fac7a8
Modify for better multi-platform support
...
Modify Vagrantfile for better multi-platform support. Fix errors/problems with setup script. Add necessary information to servers.yml.
2016-04-05 20:03:14 -06:00
Scott S. Lowe
ab3a47eb7a
Merge pull request #42 from lowescott/override-test
...
Switch to provider override
2016-04-05 16:12:13 -06:00
Scott Lowe
a0b9d746a4
Finalize new multi-platform environment
...
Remove environment variable files as they are no longer needed (using provider overrides instead). Update README.md accordingly.
2016-04-05 15:48:46 -06:00
Scott Lowe
d0cdf7f5a2
Switch to overrides instead of environment variables
...
Modify Vagrantfile to use provider overrides instead of relying on environment variables.
2016-04-05 15:42:58 -06:00
Scott S. Lowe
56dbffc765
Merge pull request #41 from lowescott/vagrant-multi-platform
...
Add final Vagrant multi-platform environment
2016-04-01 12:06:05 -06:00
Scott Lowe
0867d933da
Add final README.md
...
Update README.md with final instructions for how to use this environment.
2016-04-01 12:04:35 -06:00
Scott Lowe
678bd7ec54
Add files for easy selection of provider
...
Add two files (one for VirtualBox, one for VMware Fusion) that a user can simply `source` in order to set provider environment variable.
2016-04-01 11:50:31 -06:00
Scott Lowe
beea47ce7e
Commit updated multi-platform Vagrant environment
...
Commit updated machines.yml with Vagrant boxes specified for different platforms. Commit updated Vagrantfile that uses VAGRANT_DEFAULT_PROVIDER environment variable to choose appropriate box.
2016-04-01 11:43:14 -06:00
Scott S. Lowe
2e46cae078
Merge pull request #37 from lowescott/docker-ipvlan-l3
...
Commit files for IPVLAN L3 environment with Docker
2016-03-23 23:22:35 -06:00
Scott Lowe
69acc72246
Commit files for IPVLAN L3 environment with Docker
...
Add Vagrantfile and external YAML data file for IPVLAN L3 environment with Docker. Add shell scripts for configuring Docker host VMs. Update README.md for IPVLAN L3 instead of IPVLAN L2.
2016-03-23 23:20:59 -06:00
Scott Lowe
1336927510
Update README.md
...
Update README.md with updated information on the Docker+IPVLAN learning environment (now fully functional)
2016-03-23 22:05:50 -06:00
Scott Lowe
11ec46eba7
Add folder for future work with containerd/runc
...
Add a folder and preliminary README.md for future work with containerd/runc
2016-03-22 11:46:27 -06:00
Scott S. Lowe
01dbd95378
Merge pull request #36 from lowescott/ipvlan-update
...
Commit new version of Docker+IPVLAN environment
2016-03-21 23:38:46 -06:00
Scott Lowe
d85d5070af
Commit new version of Docker+IPVLAN environment
...
Commit updated Vagrantfile, YAML data file, shell provisioning scripts, and updated README.md.
2016-03-21 23:32:56 -06:00
Scott Lowe
149631aa90
Add VirtualBox support
...
Modify Vagrantfile in various environments to add support for VirtualBox
2016-03-10 21:38:04 -07:00
Scott Lowe
70510e6592
Initial test of multi-platform Vagrantfile
...
Add files for initial set of Vagrantfile with multi-platform external data file
2016-03-09 18:38:41 -07:00
Scott S. Lowe
005fc84014
Merge pull request #35 from lowescott/appcatalyst-purge
...
Remove all references to AppCatalyst
2016-03-09 14:40:05 -07:00
Scott Lowe
30973f4638
Remove all references to AppCatalyst
...
Remove all references to AppCatalyst from all Vagrantfiles. Start ensuring that all Vagrantfiles include references to VirtualBox.
2016-03-09 14:38:38 -07:00
Scott Lowe
91eb27ab19
Update README.md
...
Update README.md to reflect current status due to additional commits to referenced GitHub repositories
2016-02-15 11:41:57 -07:00
Scott Lowe
2fb99cd668
Update README.md
...
Add information on OVS-Geneve environment to primary repo README.md
2016-02-12 19:40:06 -07:00
Scott Lowe
e0b7a18f96
Merge pull request #34 from lowescott/ovs-geneve
...
Add environment for Geneve tunneling with OVS
2016-02-12 19:38:02 -07:00
Scott Lowe
6be1772331
Update environment for Geneve tunneling with OVS
...
Add Bash shell script to help with namespace setup. Add sections to Ansible playbook for cloning Git repo and inserting Bash shell script for namespace setup. Update README.md with final instructions.
2016-02-12 19:35:51 -07:00
Scott Lowe
3b82b69785
Update README.md for Vagrant-AWS environment
...
Added line to README.md about `vagrant-aws` environment, which allows users to use Vagrant to manage an instance on AWS.
2016-02-11 22:51:33 -07:00
Scott Lowe
a91b23485e
Merge pull request #33 from lowescott/vagrant-aws
...
Add files for using Vagrant with AWS
2016-02-11 22:49:19 -07:00