This repository contains the infrastructure manager in charge of the operations related to adding and removing infrastructure.
The component will leverage the installer
, provisioner
and system-model
to orchestrate the business logic behind infrastructure operations.
Detail any component that has to be installed to run this component.
- system-model
- installer
- provisioner
- nalej-bus
In order to build and compile this repository use the provided Makefile:
make all
This operation generates the binaries for this repo, download dependencies, run existing tests and generate ready-to-deploy Kubernetes files.
Tests are executed using Ginkgo. To run all the available tests:
make test
Dependencies are managed using Godep. For an automatic dependencies download use:
make dep
In order to have all dependencies up-to-date run:
dep ensure -update -v
- The monitoring system of ongoing requests will not be able to continue in the event of a failure of the infrastructure-manager. A refactor where messages are sent to the bus by the provisioner and installer components and consumed by the infrastructure-manager will increase the reliability and scalability of the system. This refactor is planned for future versions of the platform (NP-2429).
Please read contributing.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE-2.0.txt file for details.