vdc/.gitignore

92 строки
1.2 KiB
Plaintext
Исходник Обычный вид История

2019-02-27 03:35:49 +03:00
# Logging
**.log
# Python cache
__pycache__/
*.pyc
.pytest_cache
.mypy_cache
.cache
# Virtual environment
venv*/
2019-02-27 03:35:49 +03:00
# PTVS analysis
.ptvs/
# Coverage report
**/.coverage
# Build results
bin/
obj/
dist/
MANIFEST
# Result of running python setup.py install/pip install -e
RECORD.txt
build/
*.egg-info/
# Test results
TestResults/
# Credentials
credentials_real.json
testsettings_local.json
testsettings_local.cfg
servicebus_settings_real.py
storage_settings_real.py
legacy_mgmt_settings_real.py
vdc_settings_real.py
app_creds_real.py
**/archetype.json
Major module update (#39) * added diagnostic storage account * added retrieval of sas token from an arm template * added sas properties * enabled azure security center deployment * added solutions to log analytics plus datastores * added storage account v2 template * added storage account templates * updated diagnostic storage account output parameters * added IaaSDiagnostic wad settings * enabled service endpoint on shared services network * renamed module names * updated archetype module versions * updated archetype module versions * fixed invalid parameters * updated shared services archetype * updated adds extension names * added app rule and network rule collections to allow for log analytics egress access from VMs * added virtual network module and updated app rule collection * updated security center - workspace pricing tier * enabled security center log analytics auto provisioning * enabled update management * added diagnostic settings to automation account * added linux schedules * modified shared services test archetype based on latest modifications * added azure backup log analytics solution and whitelisted linux package managers * updated palo alto module versions * fixed bootstrap file encoding * removed unused parameter * added 1.0 version as default module version * added cdn and made storage account template more generic * modified templates to use common diagnostic storage account * added diagnostic storage account * updated ntier iaas deployment * Added storage-account v2.0 * Added placeholders for policy,rbac and script folders in storage-account v2.0 * Updated the comments in the test scripts for storage-account module * added v2 of storage account deployment * added placeholder for scripts folder * Changed the path logic to be os agnostic * removed tokens from v2.0 storage parameters file * Update to path concatenation logic applied * updated sql server template * added sql server cloudwitness service endpoint * updated azure firewall rules and increase vmapp-lb size * updated ntier iaas archetypes to use latest log analytics module * updated ntier SQL Cluster IP * updated aks, sap, cloud break and squid modules to use single diagnostic storage account * modified sqldb to be ISO compliant * fixed deployment of single diagnostic storage * reduced number of integration tests. integration tests help test the python orchestration * updated aks archetype file name * added update management tag on linux jumpbox * updated templates based on feedback * fix deployment name, converted to string * forced rebuild
2019-05-07 23:54:30 +03:00
**/archetypes.json
2019-02-27 03:35:49 +03:00
# User-specific files
*.suo
*.user
*.sln.docstates
.vs/
.vscode
*.dll
*.pdb
*.deps.json
2019-02-27 03:35:49 +03:00
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac desktop service store files
.DS_Store
# Word opened files
**/~$*.docx
.idea
src/build
*.iml
/doc/_build
/.vs/config/applicationhost.config
# Azure deployment credentials
Knachimuthu/aks workload (#22) * AKS workload added * Clean up of unused parameters in progress * Bash scripts added * Initial commit for aks * fix to storage id in aks diag settings * Dockerfile change to include kubectl binaries installation * Update to parameterized the users * Bash script parameterized * bash scripts updated and tested * Moved RoleAssignments to separate module. Updated AKS to include the Firewall - Application Rule and remove Role Assignments. * Added Policy to audit diagnostics enabled in AKS Cluster * Policies for AKS added. * helm installation removed. bash scripts that require helm is also removed. * Added Comments to the Azure RBAC Role Assignments * Changes from David's forked repo merged * Permissions changes to the aks bash scripts added * Added bash script for aks rbac role bindings * Updated Policies for AKS * Updates to the role-assignments * Removing the policies for the acr and event-hub * Minor fix to role assignment policies * enable role assignments to AKS infra resource group (#15) * made role-assignment template generic enough to be used by any archetype * exposed azure firewall app rule collection as a parameter * Added template-path to role assignments * enabled subscription level deployment * deleted parameters file * Update to fix the location variable needed for subscription deployment * moved node rbac assignment to aks deployment * removed copy loop within nested deployment * Role assignments module and aks node role assignments module added * Update the archetype.test.json * added azure firewall network rule collection on port 22. Issue #20 * enabled deployment of key vault with an empty secrets array * Tested the changes. Updates made to archetype.json.
2019-04-09 23:03:12 +03:00
*.pubxml
archetypes/aks/archetypes.json
Major module update (#39) * added diagnostic storage account * added retrieval of sas token from an arm template * added sas properties * enabled azure security center deployment * added solutions to log analytics plus datastores * added storage account v2 template * added storage account templates * updated diagnostic storage account output parameters * added IaaSDiagnostic wad settings * enabled service endpoint on shared services network * renamed module names * updated archetype module versions * updated archetype module versions * fixed invalid parameters * updated shared services archetype * updated adds extension names * added app rule and network rule collections to allow for log analytics egress access from VMs * added virtual network module and updated app rule collection * updated security center - workspace pricing tier * enabled security center log analytics auto provisioning * enabled update management * added diagnostic settings to automation account * added linux schedules * modified shared services test archetype based on latest modifications * added azure backup log analytics solution and whitelisted linux package managers * updated palo alto module versions * fixed bootstrap file encoding * removed unused parameter * added 1.0 version as default module version * added cdn and made storage account template more generic * modified templates to use common diagnostic storage account * added diagnostic storage account * updated ntier iaas deployment * Added storage-account v2.0 * Added placeholders for policy,rbac and script folders in storage-account v2.0 * Updated the comments in the test scripts for storage-account module * added v2 of storage account deployment * added placeholder for scripts folder * Changed the path logic to be os agnostic * removed tokens from v2.0 storage parameters file * Update to path concatenation logic applied * updated sql server template * added sql server cloudwitness service endpoint * updated azure firewall rules and increase vmapp-lb size * updated ntier iaas archetypes to use latest log analytics module * updated ntier SQL Cluster IP * updated aks, sap, cloud break and squid modules to use single diagnostic storage account * modified sqldb to be ISO compliant * fixed deployment of single diagnostic storage * reduced number of integration tests. integration tests help test the python orchestration * updated aks archetype file name * added update management tag on linux jumpbox * updated templates based on feedback * fix deployment name, converted to string * forced rebuild
2019-05-07 23:54:30 +03:00
archetypes/shared-services/archetype.test.devops.json
*/TestResult.xml
TestResults.xml
*/Test-Pester.xml
Test-Pester.xml
**/*.xml
audit
audit/**
mappings/**
mappings
deployments/**
deployments