ipam/README.md

92 строки
5.5 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2021-10-14 23:02:08 +03:00
<!--
---
page_type: sample
languages:
- python
products:
- azure
- azure-cosmosdb
- azure-bicep
- azure-app-service-plans
- azure-app-insights
description: "IPAM - Azure IP Address Management made easy!"
---
-->
2022-06-21 10:22:59 +03:00
# Azure IPAM
2021-10-14 23:02:08 +03:00
<!--
Guidelines on README format: https://review.docs.microsoft.com/help/onboard/admin/samples/concepts/readme-template?branch=master
Guidance on onboarding samples to docs.microsoft.com/samples: https://review.docs.microsoft.com/help/onboard/admin/samples/process/onboarding?branch=master
Taxonomies for products and languages: https://review.docs.microsoft.com/new-hope/information-architecture/metadata/taxonomies?branch=master
-->
2022-06-21 10:22:59 +03:00
Azure IPAM is a lightweight solution developed on top of the Azure platform designed to help Azure customers manage their IP Address space easily and effectively.
2021-10-14 23:02:08 +03:00
## Repo Contents
| File/folder | Description |
|----------------------|---------------------------------------------------------------|
| `.github/` | Bug Report, Issue Templates and GitHub Actions |
2022-06-21 10:22:59 +03:00
| `.vscode/` | VSCode Configuration |
| `deploy/` | Deployment Bicep Templates & PowerShell Deployment Scripts |
| `assets/` | Compiled ZIP Archive |
2022-06-21 10:22:59 +03:00
| `docs/` | Documentation Folder |
| `engine/` | Engine Application Code |
| `examples/` | Example Templates, Scripts and Code Snippets for Azure IPAM |
| `lb/` | Load Balancer (NGINX) Configs |
| `tests/` | Testing Scripts |
| `tools/` | Lifecycle Scripts (Build/Version/Update) |
2022-06-21 10:22:59 +03:00
| `ui/` | UI Application Code |
| `.dockerignore` | Untracked Docker Files to Ignore |
| `.env.example` | Example ENV File to be Used with Docker Compose |
| `.gitattributes` | Git File and Path Attributes |
2022-06-21 10:22:59 +03:00
| `.gitignore` | Untracked Git Files to Ignore |
2021-10-14 23:02:08 +03:00
| `CODE_OF_CONDUCT.md` | Microsoft Code of Conduct |
2022-06-21 10:22:59 +03:00
| `docker-compose.yml` | Development Docker Compose File |
| `Dockerfile.deb` | Single Container Dockerfile (Debian) |
| `Dockerfile.func` | Single Container Dockerfile (Function) |
| `Dockerfile.rhel` | Single Container Dockerfile (Red Hat) |
2022-06-21 10:22:59 +03:00
| `init.sh` | Single Container Init Script |
| `LICENSE` | Microsoft MIT License |
2021-10-14 23:02:08 +03:00
| `README.md` | This README File |
| `SECURITY.md` | Microsoft Open Source Security Information & Details |
2022-06-21 10:22:59 +03:00
| `sshd_config` | Container SSH Config File |
| `SUPPORT.md` | Support Contact Information |
2021-10-14 23:02:08 +03:00
2022-06-17 02:01:12 +03:00
## Documentation
2022-06-21 10:22:59 +03:00
2022-06-17 02:01:12 +03:00
IPAM uses both [Docsify](https://docsify.js.org/) and [GitHub Pages](https://docs.github.com/en/github/working-with-github-pages) to present the project documentation, which can be found [here](https://azure.github.io/ipam/)
2021-10-14 23:02:08 +03:00
## Questions or Comments for the team?
2022-06-21 10:22:59 +03:00
The IPAM team welcomes questions and contributions from the community. We have set up a GitHub Discussions page [here](https://github.com/Azure/ipam/discussions) to make it easy to engage with the IPAM team without opening an issue.
2021-10-14 23:02:08 +03:00
## FAQ
2022-06-21 10:22:59 +03:00
2022-06-17 02:01:12 +03:00
**Why should I use IPAM?**
2021-10-14 23:02:08 +03:00
You realize that you do not have a clear picture as to what is deployed into your Azure environment and connected to your private IP address space. Or, you would like a way to easily manage, assign, and track your private IP addess space usage!
**What does the roadmap for IPAM look like?**
2022-06-17 02:01:12 +03:00
- We are assessing leveraging Azure Container Apps for hosting the two containers that make up the IPAM application
2022-06-21 10:22:59 +03:00
- We are assessing support for multiple Tenants, as today the tool is designed with a single Tenant in mind
2022-06-17 02:01:12 +03:00
- We are working on capturing IP address infromation for resources that support hybrid connectivity (ie Gateways)
2021-10-14 23:02:08 +03:00
**Who are the awesome people that built this solution??**
2022-06-21 10:22:59 +03:00
Matt and Harvey are Architects at Microsoft! We are always on the look out for interesting ways to help our customers overcome their challenges!
2021-10-14 23:02:08 +03:00
## Contributing
2022-06-21 10:22:59 +03:00
2021-10-14 23:02:08 +03:00
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.