Code snippets to deploy virtualised infra.
Go to file
Winston Smith a1a0ded128
Feat: Add README.md
2022-10-14 09:54:22 +02:00
Guests Feat: Add bootstrap script 2021-06-28 15:49:09 +02:00
Host Revert "Feat: Add VNetwork creation" 2021-06-28 17:36:27 +02:00
Unattend Fix: Restore old unattends 2021-06-01 12:49:54 +02:00
temp Feat: Add var + env var in bootstrap 2021-06-28 17:23:52 +02:00
.gitignore Feat: Add README.md 2022-10-14 09:54:22 +02:00
Memo.ps1 Feat: Add bootstrap script 2021-06-28 15:49:09 +02:00
README.md Feat: Add README.md 2022-10-14 09:54:22 +02:00
Todo_Next Fix: Zone Transfer + Reverse. Need test 2021-06-02 16:06:14 +02:00
deploy.cmd Feat: Add boot script + Unnattend 2021-05-31 12:15:06 +02:00

README.md

Aston Hyper-V code snipets

Introduction

As a student at Aston Informatic School we mainly, and until now, exclusively studies Microsoft products.
Because I like to tinker, you'll find here some tools to put an infra in place. For the moment, no Ansible, no Chef-Infra, no Terraform; no nice feature at all. I hope to resolve that later.
To achieve this ambitious goal, i'll use mainly PowerShell scripts.

Usage

First of all, here be dragons.

The host folder contain all scripts needed for deploying the infra.

  • Bootstrap-Hyper-V.ps1 copy the necessary files (diff disks etc) on the desired folders. It will configure automaticaly all aspects to launch VMs on this atrocious Hyper-v.v1
  • Create-ALL.ps1 create all VMs with adequate parameters to comply with the school pre-defined infrastructure. It consist on 2 server on a separate network that does AD, DNS, DHCP for one and nothing for the other at the time.v1
  • Create-SRV.ps1 creates only the poor servers, fixed parameters for the moment.
  • Create-CLI.ps1 create only the cursed client, same ase Create-SRV.ps1.
  • SRV-Kill.ps1 cease the suffering of the servers.
  • ALL-Kill.ps1 cease all the travesty of infrastructure.

TODO

  • Integrate SRV-02 creation and role definition.
  • Variable isinde Create-SRV.ps1, Create-CLI.ps1.
  • Unmount disk on Kill scripts.

Credit roll

  • Sorry to the free-software community for, in a way, increasing the radiance of the Microsoft "hegemony"
  • Richard M. Stallman for his work and his wise teachings
  • Sylvain Arrambourg, for his teachings and patience.
  • Well, of course my familly, beloved ones and my cat.
  • Go to hell Microsoft, may you eternally burn and take with you corporate greed and private code.

Licence

GPLv3 my dudes!