Queens Series Release Notes¶
5.0.0¶
New Features¶
A configuration file setting[engine]/agent_source was added.The value is then used for thepip install command to install themurano-agent. Since pip accepts http and git URLs, this can be usedto install agent from the custom git repo or install version other than thelatest.
Add notifications about environment events that are required fortracking. These are AMQP notifications and oslo.messaging libraryis used for sending them.The follow event types are provided: environment.deploy.end,environment.delete.end, environment.existsThere are 2 new configuration options controlling these notifications:stats.env_audit_period, env_audit_enabled.
Murano engine can be configured to sign all the RabbitMQ messages sentto the agents. When the RSA key is provided, engine will provide agentswith its public part and sign all the messages sent. Agents then willignore any command that was not sent by the engine.
