├── README.md ├── config ├── ks-esx01.cfg ├── ks-esx02.cfg ├── ks-esx03.cfg ├── unbound.conf └── vcf90-two-node.json ├── screenshots ├── screenshot-0.png ├── screenshot-1.png ├── screenshot-10.png ├── screenshot-11.png ├── screenshot-12.png ├── screenshot-13.png ├── screenshot-14.png ├── screenshot-15.png ├── screenshot-2.jpg ├── screenshot-3.png ├── screenshot-4.png ├── screenshot-5.png ├── screenshot-6.png ├── screenshot-7.png ├── screenshot-8.png └── screenshot-9.png └── scripts ├── deploy_vcf_installer.sh ├── fix_vsan_esa_default_storage_policy.ps1 └── setup_vcf_installer.ps1 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/README.md -------------------------------------------------------------------------------- /config/ks-esx01.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/config/ks-esx01.cfg -------------------------------------------------------------------------------- /config/ks-esx02.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/config/ks-esx02.cfg -------------------------------------------------------------------------------- /config/ks-esx03.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/config/ks-esx03.cfg -------------------------------------------------------------------------------- /config/unbound.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/config/unbound.conf -------------------------------------------------------------------------------- /config/vcf90-two-node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/config/vcf90-two-node.json -------------------------------------------------------------------------------- /screenshots/screenshot-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-0.png -------------------------------------------------------------------------------- /screenshots/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-1.png -------------------------------------------------------------------------------- /screenshots/screenshot-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-10.png -------------------------------------------------------------------------------- /screenshots/screenshot-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-11.png -------------------------------------------------------------------------------- /screenshots/screenshot-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-12.png -------------------------------------------------------------------------------- /screenshots/screenshot-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-13.png -------------------------------------------------------------------------------- /screenshots/screenshot-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-14.png -------------------------------------------------------------------------------- /screenshots/screenshot-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-15.png -------------------------------------------------------------------------------- /screenshots/screenshot-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-2.jpg -------------------------------------------------------------------------------- /screenshots/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-3.png -------------------------------------------------------------------------------- /screenshots/screenshot-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-4.png -------------------------------------------------------------------------------- /screenshots/screenshot-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-5.png -------------------------------------------------------------------------------- /screenshots/screenshot-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-6.png -------------------------------------------------------------------------------- /screenshots/screenshot-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-7.png -------------------------------------------------------------------------------- /screenshots/screenshot-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-8.png -------------------------------------------------------------------------------- /screenshots/screenshot-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/screenshots/screenshot-9.png -------------------------------------------------------------------------------- /scripts/deploy_vcf_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/scripts/deploy_vcf_installer.sh -------------------------------------------------------------------------------- /scripts/fix_vsan_esa_default_storage_policy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/scripts/fix_vsan_esa_default_storage_policy.ps1 -------------------------------------------------------------------------------- /scripts/setup_vcf_installer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamw/vcf-9x-in-box/HEAD/scripts/setup_vcf_installer.ps1 --------------------------------------------------------------------------------