Action
Action
With this release we bring some action to API and OTC services. A central configuration file is now tenant.ini. Here are all services like ECS, ELB, EVS declared in sections. A default section is also present, i.e. you want to start all ECS with the same image and in the same VPC.
2 new playbooks were added: tenant_create.yml and tenant_delete.yml. Look into example tenant.ini howto deploy resources.
A new implementation of DNS service started to work on OTC. You can now configure public and private zones and PTR records of EIP. A complete example is described in DNS.md
Sometimes you want to boot your complete configured or well prepared image on various VMs instead standard OS images and install your stuff again and again. To met this target a build service is required. Look into buildservice.yml if you are interested. Description of the PoC is in BUILDSERVICE.md
As you can see, there are a lot of action in this release. You can try out and improve.